1. 82f34ad fix instances of consecutive articles (closes #23221) by Benjamin Peterson · 10 years ago
  2. 311321e #22315: Use advertised API for OSError by Jason R. Coombs · 10 years ago
  3. a0fe1f7 Merge 3.3 (#4931) by Éric Araujo · 10 years ago
  4. fc773a2 Avoid “error: None” messages from distutils (#4931). by Éric Araujo · 10 years ago
  5. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  6. ad28c7f Issue #16706: get rid of os.error by Andrew Svetlov · 12 years ago
  7. 3e4a3dc Ignore .nfs* files in distutils (#7719). by Éric Araujo · 12 years ago
  8. 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
  9. ff1144e Fix two NameErrors in distutils (#10407) by Éric Araujo · 14 years ago
  10. ba7209f Prevent race condition with mkdir in distutils. Patch by Arfrever on #9281. by Éric Araujo · 14 years ago
  11. 9b86a69 Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter by Senthil Kumaran · 14 years ago
  12. 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
  13. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  14. fe66fc1 Merged revisions 72730 via svnmerge from by Tarek Ziadé · 15 years ago
  15. c81d84b Merged revisions 72727 via svnmerge from by Tarek Ziadé · 15 years ago
  16. 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 16 years ago
  17. 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 16 years ago
  18. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  19. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  20. 8c74614 Fix failure in error handler -- exc[-1] -> exc.args[-1]. by Guido van Rossum · 17 years ago
  21. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  22. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  23. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  24. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  25. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
  26. d910855 Remove apply() by Neal Norwitz · 18 years ago
  27. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  28. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 19 years ago
  29. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  30. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  31. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  32. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function by Andrew M. Kuchling · 22 years ago
  33. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  34. 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
  35. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  36. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  37. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  38. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  39. b248b7f Renamed PATH_CREATED to _path_created, on the grounds that it's private and by Greg Ward · 24 years ago
  40. fcd4f87 Changed 'remove_tree()' to use the new 'grok_environment_error()' function by Greg Ward · 24 years ago
  41. 039accf Bastian Kleineidam: added 'remove_tree()' function. Needed so that by Greg Ward · 24 years ago
  42. 2d238c5 'mkpath()' now detects non-string 'name' arguments -- this is a fairly common by Greg Ward · 24 years ago
  43. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago