1. 3679727 reverted distutils its 3.1 state. All new work is now happening in disutils2, and distutils is now feature-frozen. by Tarek Ziadé · 14 years ago
  2. 94f2528 Remove traces of MacOS9 support. by Ronald Oussoren · 14 years ago
  3. c2b7188 Merged revisions 73814-73815 via svnmerge from by Tarek Ziadé · 15 years ago
  4. 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 15 years ago
  5. 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 15 years ago
  6. d12dcae Fix [issue4038] py3k error in distutils file_copy exception handlers. r=martin. by Mark Hammond · 16 years ago
  7. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  8. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  10. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  11. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  12. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  13. 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
  14. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  15. 3b388ec [Bug #220993; may also fix bug #479469] Fix flakiness when old by Andrew M. Kuchling · 23 years ago
  16. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  17. 106ffdb Import the errno module by Andrew M. Kuchling · 23 years ago
  18. e628a2f Don't "import *" from stat at all -- just import what's needed, and by Greg Ward · 23 years ago
  19. 2fa699e move "from stat import *" to module level by Jeremy Hylton · 24 years ago
  20. 0d4a853 Changed 'copy_file()' so it returns a tuple (dest_name, copied) -- hopefully, by Greg Ward · 24 years ago
  21. 449f556 Whitespace fix. by Greg Ward · 24 years ago
  22. 9e3dc4e Reformat docstrings. Standardize use of whitespace on function calls. by Greg Ward · 24 years ago
  23. a392dcb Bastian Kleineidam: 'copy_file()' now returns the output filename, rather by Greg Ward · 24 years ago
  24. 4355093 Tweaked output of 'copy_file()': if copying to a new name, show the whole by Greg Ward · 24 years ago
  25. 3af07e9 Sporadic, untested Python 1.5.1 compatibility changes. by Greg Ward · 24 years ago
  26. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago