summaryrefslogtreecommitdiff
path: root/summainlib.py
AgeCommit message (Expand)AuthorFilesLines
2010-01-01Implement lookup of username corresponding to st_uid. With unit test.Lars Wirzenius1-0/+5
2010-01-01Implement st_uid formatting. With unit test.Lars Wirzenius1-0/+1
2010-01-01Implement st_size formatting. With unit test.Lars Wirzenius1-0/+1
2010-01-01Implement st_nlink formatting. With unit test.Lars Wirzenius1-0/+1
2010-01-01Implement st_dev formatting. Add unit test.Lars Wirzenius1-0/+1
2010-01-01Refactor: Removed FilesystemObject.format_mode since it is soLars Wirzenius1-4/+1
2010-01-01Implement formatting of st_ino. Add unit test for it.Lars Wirzenius1-0/+1
2010-01-01Implement formatting of st_mode.Lars Wirzenius1-0/+4
2010-01-01Add explanation of new, optional stat_result argument toLars Wirzenius1-0/+2
2010-01-01Implement mtime handling for FilesystemObject.Lars Wirzenius1-1/+9
2010-01-01Make FilesystemObject handle names that require URLLars Wirzenius1-0/+9
2010-01-01Make FilesystemObject return name correctly, for simpleLars Wirzenius1-0/+4
2010-01-01Wrote stub of first class, and first tests for it. Tests do not yet pass.Lars Wirzenius1-0/+30