aboutsummaryrefslogtreecommitdiff
path: root/hwpack/better_tarfile.py
AgeCommit message (Expand)Author
2010-08-31Less magic in the tests. Thanks Michael.James Westby
2010-08-31Add a module docstring to better_tarfile. Thanks Michael.James Westby
2010-08-30Use dict.pop instead of the custom implementation. Thanks Michael.James Westby
2010-08-30Add documentation.James Westby
2010-08-30Move the helper context managers out of the test code.James Westby
2010-08-30Use the defaults for directories too.James Westby
2010-08-30Tests for the standard attributes.James Westby
2010-08-30Call the methods create_* rather than add_*.James Westby
2010-08-30Allow creating directories.James Westby
2010-08-30Add default gname supportJames Westby
2010-08-30Add default uname support.James Westby
2010-08-30Add default uid.James Westby
2010-08-30Allow specifying the default mtime for files.James Westby
2010-08-28Actually add the content.James Westby
2010-08-28Basics of a better tarfile wrapper.James Westby