1. fbe37df Make bdist_* commands respect --skip-build passed to bdist (#10946) by Éric Araujo · 13 years ago
  2. 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
  3. 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
  4. 8b441d0 Merged revisions 77759,77761 via svnmerge from by Tarek Ziadé · 15 years ago
  5. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 15 years ago
  6. 05b3034 Merged revisions 75192 via svnmerge from by Tarek Ziadé · 15 years ago
  7. 5f8aa47 Merged revisions 73756-73757 via svnmerge from by Tarek Ziadé · 15 years ago
  8. 05e8be1 Merged revisions 60990-61002 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. 98da562 Make dist_files a triple, with the Python target version included, by Martin v. Löwis · 19 years ago
  11. 55f1bb8 Add the upload command. Make all dist commands register their by Martin v. Löwis · 19 years ago
  12. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  13. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  14. acd5cb2 Fix for bug #410541: bdist builds bogus .zips by Andrew M. Kuchling · 22 years ago
  15. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  16. 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
  17. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  18. fd0e82a Set the warn_dir option to 0 before running the install command. by Thomas Heller · 22 years ago
  19. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  20. 9668b93 Patch #414775: Add --skip-build option to bdist command. by Martin v. Löwis · 23 years ago
  21. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  22. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  23. 8429036 Renamed --keep-tree option to --keep-temp. by Greg Ward · 24 years ago
  24. 24511d2 Ensure sub-commands of "install" are reinitialized too. by Greg Ward · 24 years ago
  25. 8fd7ba2 Delete some debugging prints. by Greg Ward · 24 years ago
  26. 20283e5 Added --plat-name option to override sysconfig.get_platform() in by Greg Ward · 24 years ago
  27. ab3a0f3 Fixed imports from '*util' modules to not just import everything from util. by Greg Ward · 24 years ago
  28. c4eb84a Added --dist-dir option to control where output archive(s) go. by Greg Ward · 24 years ago
  29. edc6a51 Fixed to use 'reinitialize_command()' to fetch the "install" command object. by Greg Ward · 24 years ago
  30. 4fb29e5 Some far-reaching naming changes: by Greg Ward · 24 years ago
  31. 5edcd90 Use 'get_command_obj()' instead of 'find_command_obj()'. by Greg Ward · 24 years ago
  32. ba0506b Drastically simplified by taking advantage of the "install" command's by Gregory P. Smith · 24 years ago
  33. 6ce94b7 Harry Henry Gebel: import exception classes. by Greg Ward · 24 years ago
  34. 0ae7f76 Changed to call 'get_fullname()', not 'get_full_name()', on Distribution object. by Greg Ward · 24 years ago
  35. b4c850c Added code to blow away the pseudo-installation tree and a 'keep_tree' by Greg Ward · 24 years ago
  36. e1664bd The 'bdist_dumb' command, the first worker bee for use by 'bdist'. This is by Greg Ward · 24 years ago