1. 6e52cf3 Merged revisions 87277 via svnmerge from by Éric Araujo · 14 years ago
  2. 672422a #7066 - Fixed distutils.archive_util.make_archive behavior so it restores the cwd by Tarek Ziadé · 15 years ago
  3. 3b34dd8 now uses the right exception type by Tarek Ziadé · 15 years ago
  4. f638486 removing the last remaning apply() calls by Tarek Ziadé · 15 years ago
  5. 1b48671 #6516 added owner/group support for tarfiles in Distutils by Tarek Ziadé · 15 years ago
  6. 9e5d2dc Fixed #6048: Distutils uses the tarfile module instead of the tar command now by Tarek Ziadé · 15 years ago
  7. 6f826ed pep8-fied distutils.archive_util + added minimum test coverage by Tarek Ziadé · 15 years ago
  8. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 15 years ago
  9. 9ec4aa0 Replace instances of os.path.walk with os.walk by Benjamin Peterson · 16 years ago
  10. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 16 years ago
  11. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  12. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  13. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  14. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  15. a6483d2 Remove 'created by' lines; people can use CVS for this, and the information is often out of date by Andrew M. Kuchling · 22 years ago
  16. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  17. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  18. b61914d Pete Shinners discovered that zipfile.ZipFile() is called with mode by Guido van Rossum · 23 years ago
  19. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  20. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  21. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  22. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  23. 8790961 Ensure that 'make_archive()' returns the name of the new archive file. by Greg Ward · 24 years ago
  24. 65bc20c Normalize paths before writing them to a zipfile. by Greg Ward · 24 years ago
  25. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  26. db80754 Extracted the "what-do-I-do-for-this-format" logic from code in by Greg Ward · 24 years ago
  27. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago