summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/tests/test_archive_util.py
Commit message (Expand)AuthorAgeFilesLines
* #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the...Tarek Ziadé2009-10-241-1/+16
* this test requires zlib supportTarek Ziadé2009-10-161-0/+1
* #6516 added owner/group support for tarfiles in DistutilsTarek Ziadé2009-10-021-2/+61
* #6026 - fix tests that failed without zlibEzio Melotti2009-09-121-0/+10
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-8/+8
* using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported unde...Tarek Ziadé2009-05-281-3/+7
* Fixed #6048: Distutils uses the tarfile module instead of the tar command nowTarek Ziadé2009-05-281-2/+111
* Fixed #6053 - win32 fixes for distutils testsTarek Ziadé2009-05-181-2/+6
* working with relative paths to avoid tar warnings on absolute pathsTarek Ziadé2009-05-181-2/+14
* fixed the test nameTarek Ziadé2009-05-171-2/+2
* pep8-fied distutils.archive_util + added minimum test coverageTarek Ziadé2009-05-171-0/+70