1. 07f9047 fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 9 years ago
  2. 3d1134e Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  3. 3cf202e Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  4. 4fadd53 Merged revisions 86601,86605 via svnmerge from by Éric Araujo · 14 years ago
  5. e9954b5 Merged revisions 86244 via svnmerge from by Éric Araujo · 14 years ago
  6. 9c379bb Merged revisions 84861 via svnmerge from by Senthil Kumaran · 14 years ago
  7. 2b66da7 massive import cleaning in Distutils by Tarek Ziadé · 15 years ago
  8. f638486 removing the last remaning apply() calls by Tarek Ziadé · 15 years ago
  9. 513a8b7 pep8-fied distutils.dir_util by Tarek Ziadé · 15 years ago
  10. 294c9d9 removed sys.platform == 'mac' usage in distutils.dir_util by Tarek Ziadé · 15 years ago
  11. aaf2e18 using >= so setting verbose to 2 will work as well by Tarek Ziadé · 15 years ago
  12. d5eb985 Fixed #1276768: verbose option was not used in the code. by Tarek Ziadé · 15 years ago
  13. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 15 years ago
  14. 8bc0965 Removed uses of dict.has_key() from distutils, and uses of by Guido van Rossum · 16 years ago
  15. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  16. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 19 years ago
  17. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  18. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  19. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  20. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  21. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  22. 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
  23. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  24. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  25. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  26. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  27. b248b7f Renamed PATH_CREATED to _path_created, on the grounds that it's private and by Greg Ward · 24 years ago
  28. fcd4f87 Changed 'remove_tree()' to use the new 'grok_environment_error()' function by Greg Ward · 24 years ago
  29. 039accf Bastian Kleineidam: added 'remove_tree()' function. Needed so that by Greg Ward · 24 years ago
  30. 2d238c5 'mkpath()' now detects non-string 'name' arguments -- this is a fairly common by Greg Ward · 24 years ago
  31. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago