1. 44b548d #27364: fix "incorrect" uses of escape character in the stdlib. by R David Murray · 8 years ago
  2. dd917f8 Closes #27904: Improved logging statements to defer formatting until needed. by Vinay Sajip · 8 years ago
  3. 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
  4. 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
  5. 1392500 #11565: Fix several typos. Patch by Piotr Kasprzyk. by Ezio Melotti · 13 years ago
  6. 8349669 Merged revisions 74990 via svnmerge from by Tarek Ziadé · 15 years ago
  7. 3a794c4 Merged revisions 71589 via svnmerge from by Tarek Ziadé · 15 years ago
  8. d23f822 Merged revisions 70712,70714,70764-70765,70769-70771,70773,70776-70777,70788-70789,70824,70828,70832,70836,70842,70851,70855,70857,70866-70872,70883,70885,70893-70894,70896-70897,70903,70905-70907,70915,70927,70933,70951,70960,70962-70964,70998,71001,71006,71008,71010-71011,71019,71037,71056,71094,71101-71103,71106,71119,71123,71149-71150,71203,71212,71214-71217,71221,71240 via svnmerge from by Benjamin Peterson · 15 years ago
  9. baf5180 Merged revisions 70886,70888-70892 via svnmerge from by Tarek Ziadé · 15 years ago
  10. 929a723 Merged revisions 69881 via svnmerge from by Tarek Ziadé · 15 years ago
  11. 48494d0 Merged revisions 69385 via svnmerge from by Tarek Ziadé · 15 years ago
  12. 9b6ddb8 Merged revisions 69360 via svnmerge from by Tarek Ziadé · 15 years ago
  13. 61cb087 Remove incorrect usages of map() in distutils. Reported by Lisandro Dalcin. by Amaury Forgeot d'Arc · 16 years ago
  14. 3172c5d Patch# 1258 by Christian Heimes: kill basestring. by Guido van Rossum · 17 years ago
  15. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  16. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  17. 1325790 Merged revisions 55795-55816 via svnmerge from by Guido van Rossum · 17 years ago
  18. 572dbf8 Checkpoint. Manipulated things so that string literals are always by Guido van Rossum · 17 years ago
  19. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  20. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  21. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  22. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  23. 2b2fe94 fix typo by Fred Drake · 20 years ago
  24. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  25. f0dfc7a Fix a bunch of typos in documentation, docstrings and comments. by Walter Dörwald · 21 years ago
  26. af16065 announce(): use the level argument to control the log level. by Guido van Rossum · 21 years ago
  27. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  28. 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
  29. fcd7353 Use distutils.debug.DEBUG instead of distutils.core.DEBUG. by Jeremy Hylton · 22 years ago
  30. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  31. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  32. 69374e4 Flush output more aggressively. This makes things look better if by Neil Schemenauer · 23 years ago
  33. ac20f77 Back out conversion to string methods; the Distutils is intended to work by Andrew M. Kuchling · 23 years ago
  34. fc170b1 String method conversion. by Eric S. Raymond · 23 years ago
  35. 071ed76 Standardize whitespace in function calls. by Greg Ward · 24 years ago
  36. ecce145 In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the by Greg Ward · 24 years ago
  37. b3e0ad9 Added the "sub-command" machinery to formalize the notion of "command by Greg Ward · 24 years ago
  38. 29124ff Fix references to functions formerly imported from 'util'. by Greg Ward · 24 years ago
  39. d7faa81 Replaced 'execute()' method with a thin wrapper around 'util.execute()'. by Greg Ward · 24 years ago
  40. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  41. a05e293 typos fixed by Rob Hooft by Jeremy Hylton · 24 years ago
  42. ebec02a Added 'debug_print()' method (driven by DEBUG global from distutils.core). by Greg Ward · 24 years ago
  43. 31413a7 Added the 'ensure_*' methods from bdist_rpm; refactored 'ensure_filename()' by Greg Ward · 24 years ago
  44. 8ff5a3f Reformatted and updated many docstrings. by Greg Ward · 24 years ago
  45. 308acf0 Added 'reinitialize_command()' method -- delegated to Distribution instance. by Greg Ward · 24 years ago
  46. adda156 Added 'dump_options()' for debugging output. by Greg Ward · 24 years ago
  47. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  48. 029e302 Added comment to remind us of the (temporary?) obsolescense of the by Greg Ward · 24 years ago
  49. 5edcd90 Use 'get_command_obj()' instead of 'find_command_obj()'. by Greg Ward · 24 years ago
  50. 21b9e91 In 'install_misc': 'self.outfiles' defaults to the empty list, so we don't by Gregory P. Smith · 24 years ago
  51. ce2b6b8 In 'install_misc' class: by Gregory P. Smith · 24 years ago
  52. b2e3bb3 Patch from Bastien Kleineidam: by Gregory P. Smith · 24 years ago
  53. f4f8e64 Got rid of some little-used and not-very-useful methods: 'get_option()' and by Greg Ward · 24 years ago
  54. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  55. d197a3a Define 'self.force' in the constructor and remove the hack in '__getattr__()' by Greg Ward · 24 years ago
  56. e9613ae Added a check for the 'force' attribute in '__getattr__()' -- better than by Greg Ward · 24 years ago
  57. 68a0757 Removed global '--force' option -- just too vague a concept to be applicable by Greg Ward · 24 years ago
  58. b361233 Added (currently) pointless and trivial main body (for future tests). by Greg Ward · 24 years ago
  59. fe6462c Reorganization: moved the Distribution class from core.py to dist.py, and by Greg Ward · 24 years ago