1. c5d5dfd bpo-22831: Use "with" to avoid possible fd leaks in distutils. (GH-10921) by Serhiy Storchaka · 6 years ago
  2. 67a93b3 bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) by Serhiy Storchaka · 6 years ago
  3. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  4. b9cec6a Issue #16314: Added support for the LZMA compression in distutils. by Serhiy Storchaka · 9 years ago
  5. aa32779 Issue #19544, #6516: no need to catch AttributeError on import pwd/grp by Victor Stinner · 11 years ago
  6. 06afed0 Issue #19544 and Issue #6516: quick workaround for failing builds by Christian Heimes · 11 years ago
  7. 5e2d456 Issue #19544 and Issue #6516: Restore support for --user and --group parameters to sdist command as found in Python 2.7 and originally slated for Python 3.2 but accidentally rolled back as part of the distutils2 rollback. Closes Issue #6516. by Andrew Kuchling · 11 years ago
  8. cd171c8 Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) by Brett Cannon · 11 years ago
  9. 0a14066 Issue #18200: Update the stdlib (except tests) to use ModuleNotFoundError. by Brett Cannon · 11 years ago
  10. 7c9719c Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller. by Senthil Kumaran · 13 years ago
  11. 2c50a09 On behalf of Tarek: Issue #11501: disutils.archive_utils.make_zipfile no by Antoine Pitrou · 13 years ago
  12. 7e2e321 Merged revisions 87277 via svnmerge from by Éric Araujo · 14 years ago
  13. 53fdb18 Merged revisions 75662 via svnmerge from by Tarek Ziadé · 15 years ago
  14. 77c8b37 Merged revisions 72981 via svnmerge from by Tarek Ziadé · 15 years ago
  15. eb5f27e Merged revisions 72736 via svnmerge from by Tarek Ziadé · 15 years ago
  16. 699adb9 Merged revisions 62873,62887,62892-62896,62904 via svnmerge from by Benjamin Peterson · 16 years ago
  17. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  18. e2b70bc Get rid of dict.has_key(). Boy this has a lot of repercussions! by Guido van Rossum · 18 years ago
  19. d910855 Remove apply() by Neal Norwitz · 18 years ago
  20. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  21. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  22. cdd2157 Bug #639118 from Ollie Oldham: archiver should use zipfile before zip by Andrew M. Kuchling · 22 years ago
  23. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  24. 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
  25. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  26. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  27. b61914d Pete Shinners discovered that zipfile.ZipFile() is called with mode by Guido van Rossum · 23 years ago
  28. ca4289f Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  29. 04e25a1 Ensure destination directory exists before trying to create a tarball by Greg Ward · 24 years ago
  30. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  31. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  32. 8790961 Ensure that 'make_archive()' returns the name of the new archive file. by Greg Ward · 24 years ago
  33. 65bc20c Normalize paths before writing them to a zipfile. by Greg Ward · 24 years ago
  34. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  35. db80754 Extracted the "what-do-I-do-for-this-format" logic from code in by Greg Ward · 24 years ago
  36. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago