1. 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
  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. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 15 years ago
  4. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  5. 88e2c5d Merged revisions 76956 via svnmerge from by Tarek Ziadé · 15 years ago
  6. 05b3034 Merged revisions 75192 via svnmerge from by Tarek Ziadé · 15 years ago
  7. f637050 Merged revisions 71291 via svnmerge from by Tarek Ziadé · 15 years ago
  8. 5e69685 Merged revisions 62194,62197-62198,62204-62205,62214,62219-62221,62227,62229-62231,62233-62235,62237-62239 via svnmerge from by Christian Heimes · 16 years ago
  9. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  10. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  11. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  12. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  13. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  14. 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
  15. c7cdd71 Pulling Mark Alexander's contribution from CVS. by Marc-André Lemburg · 22 years ago
  16. 0538f1f Patch #531901 by Mark W. Alexander: adds a new distutils packager by Marc-André Lemburg · 22 years ago
  17. 4c7fb96 Remove unconditional debugging prints. by Thomas Heller · 22 years ago
  18. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  19. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  20. 21d4535 Whitespace normalization. by Fred Drake · 23 years ago
  21. fa9ff76 Untabified. by Greg Ward · 24 years ago
  22. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  23. beb6d72 Rene Liebscher: if we have to run the same sub-command multiple times by Greg Ward · 24 years ago
  24. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  25. 6f628bb Added 'wininst' to the 'format_commands' list, so it's included in by Greg Ward · 24 years ago
  26. 040dc0b Added the --dist-dir option that the "bdist_*" will use to control where by Greg Ward · 24 years ago
  27. 1f9b73b Infrastructure support for the "bdist_wininst" command. by Greg Ward · 24 years ago
  28. 3459381 Changed so all the help-generating functions are defined, at module-level, by Greg Ward · 24 years ago
  29. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  30. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  31. e18dd8d Support for multiple distribution formats in one run. by Greg Ward · 24 years ago
  32. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  33. c59d4e0 Added the 'bdist_base' option, the base temp directory for all bdist commands. by Gregory P. Smith · 24 years ago
  34. 52e399c Harry Henry Gebel: add support for the 'bdist_rpm' command, specifically by Gregory P. Smith · 24 years ago
  35. 4779cdf Don't use 'set_option()' or 'get_option()' method -- direct attribute access, by Greg Ward · 24 years ago
  36. f194878 Harry Henry Gebel: Adds bztar format to generate .tar.bz2 tarballs by Greg Ward · 24 years ago
  37. e5796fe Oops, got a little too enthusiastic deleting code in that last revision: by Greg Ward · 24 years ago
  38. 02296ce Rename 'formats' option to 'format', and remove the ability to generate by Greg Ward · 24 years ago
  39. 6b21376 Import from 'types' module. Added 'ztar', 'tar' to 'format_command' dictionary. by Greg Ward · 24 years ago
  40. 0f77f95 The 'bdist' command, for creating "built" (binary) distributions. by Greg Ward · 24 years ago