Tarek Ziadé
|
672422a328
|
#7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd
|
2009-10-24 13:29:44 +00:00 |
Tarek Ziadé
|
19e6f0160d
|
this test requires zlib support
|
2009-10-16 23:04:16 +00:00 |
Tarek Ziadé
|
1b48671ef1
|
#6516 added owner/group support for tarfiles in Distutils
|
2009-10-02 23:49:48 +00:00 |
Ezio Melotti
|
1036a7f7e1
|
#6026 - fix tests that failed without zlib
|
2009-09-12 14:43:43 +00:00 |
Benjamin Peterson
|
5c8da86f3a
|
convert usage of fail* to assert*
|
2009-06-30 22:57:08 +00:00 |
Tarek Ziadé
|
460f6c86b4
|
using 'tar' then 'gzip' in the test, because 'tar -czf' is not supported under some platforms
|
2009-05-28 13:55:51 +00:00 |
Tarek Ziadé
|
9e5d2dc6a6
|
Fixed #6048: Distutils uses the tarfile module instead of the tar command now
|
2009-05-28 12:53:54 +00:00 |
Tarek Ziadé
|
07bbfcc5e2
|
Fixed #6053 - win32 fixes for distutils tests
|
2009-05-18 12:21:26 +00:00 |
Tarek Ziadé
|
6deb574be3
|
working with relative paths to avoid tar warnings on absolute paths
|
2009-05-18 08:20:55 +00:00 |
Tarek Ziadé
|
6dd6b619a8
|
fixed the test name
|
2009-05-17 14:59:05 +00:00 |
Tarek Ziadé
|
6f826ed4c2
|
pep8-fied distutils.archive_util + added minimum test coverage
|
2009-05-17 12:04:57 +00:00 |