1. 9b86a69 Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter by Senthil Kumaran · 14 years ago
  2. 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
  3. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  4. fe66fc1 Merged revisions 72730 via svnmerge from by Tarek Ziadé · 15 years ago
  5. c81d84b Merged revisions 72727 via svnmerge from by Tarek Ziadé · 15 years ago
  6. 35e6fd5 Merged revisions 69332 via svnmerge from by Tarek Ziadé · 15 years ago
  7. 70a74eb Merged revisions 69324 via svnmerge from by Tarek Ziadé · 15 years ago
  8. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  9. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  10. 8c74614 Fix failure in error handler -- exc[-1] -> exc.args[-1]. by Guido van Rossum · 17 years ago
  11. 486364b Merged revisions 56020-56124 via svnmerge from by Guido van Rossum · 17 years ago
  12. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  13. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  14. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  15. f1a69c1 Get rid of a bunch more has_key() uses. We *really* need a tool for this. by Neal Norwitz · 18 years ago
  16. d910855 Remove apply() by Neal Norwitz · 18 years ago
  17. 9e34c04 Whitespace normalization (via reindent.py). by Tim Peters · 19 years ago
  18. 0a5d4a2 Patch #1167716: Support Unicode filenames in mkpath. Fixes #1121494. by Martin v. Löwis · 19 years ago
  19. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  20. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  21. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  22. 40f23e0 Part of the fix for bug #410541: add ensure_relative() function 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. 963cd2d Andrew Kuchling: changed so the '_path_created' dictionary is keyed on by Greg Ward · 24 years ago
  28. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  29. b248b7f Renamed PATH_CREATED to _path_created, on the grounds that it's private and by Greg Ward · 24 years ago
  30. fcd4f87 Changed 'remove_tree()' to use the new 'grok_environment_error()' function by Greg Ward · 24 years ago
  31. 039accf Bastian Kleineidam: added 'remove_tree()' function. Needed so that by Greg Ward · 24 years ago
  32. 2d238c5 'mkpath()' now detects non-string 'name' arguments -- this is a fairly common by Greg Ward · 24 years ago
  33. aebf706 Reorganization: ripped util.py to shreds, creating in the process: by Greg Ward · 24 years ago