1. f7a17b4 Replace IOError with OSError (#16715) by Andrew Svetlov · 12 years ago
  2. a2250e6 merge from 3.2 - 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. 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
  4. cfd365b Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging by Victor Stinner · 13 years ago
  5. 1eb4f28 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 13 years ago
  6. 1947477 Close #10419, issue #6011: build_scripts command of distutils handles correctly by Victor Stinner · 13 years ago
  7. 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
  8. edacea3 Merged revisions 77704,77752 via svnmerge from by Tarek Ziadé · 14 years ago
  9. 68c5095 Merged revisions 69598 via svnmerge from by Tarek Ziadé · 15 years ago
  10. 6178db6 Issue #4073: Add 2to3 support to build_scripts, refactor that support by Martin v. Löwis · 16 years ago
  11. 05e8be1 Merged revisions 60990-61002 via svnmerge from by Christian Heimes · 16 years ago
  12. 072c0f1 Merged revisions 59666-59679 via svnmerge from by Christian Heimes · 17 years ago
  13. 1b7f891 Merged revisions 58095-58132,58136-58148,58151-58197 via svnmerge from by Thomas Wouters · 17 years ago
  14. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  15. cd16bf6 Merged revisions 55817-55961 via svnmerge from by Guido van Rossum · 17 years ago
  16. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  17. 9f5c0c4 Patch #736857, #736859: Add -e option to build_scripts. by Martin v. Löwis · 20 years ago
  18. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  19. 4b49823 make sure the default manifest generation includes files identified as by Fred Drake · 20 years ago
  20. 6cf2619 Do not add extra "\n" after bang line. by Gustavo Niemeyer · 21 years ago
  21. d3590f9 Only log a message and chmod() when the mode isn't already what we by Guido van Rossum · 21 years ago
  22. bcb0e20 Change the mode of scripts in the build/scripts* directory to executable. by Guido van Rossum · 21 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. bbea471 Allow shebang's which use versioned Python binaries. Fixes bug #521526. by Marc-André Lemburg · 22 years ago
  27. 90294d0 Joe VanAndel wrote: by Marc-André Lemburg · 23 years ago
  28. fb173cd Fix for by Michael W. Hudson · 23 years ago
  29. 3ecc1ce [Bug #475009] Tighten the pattern for the first line, so we don't by Andrew M. Kuchling · 23 years ago
  30. 13f4ea2 Remove unused variable by Andrew M. Kuchling · 23 years ago
  31. 8d8e7a3 Do convert_path() on script paths (now PyXML builds out of the box under MacOS.) by Just van Rossum · 23 years ago
  32. 7cf7e7e Undo revision 1.7: always mangle a #! line containing "python" to point by Greg Ward · 23 years ago
  33. 53a7906 When not copying a file because the output is up to date, make the message by Fred Drake · 23 years ago
  34. 3a95850 Leave #! lines featuring /usr/bin/env alone by Andrew M. Kuchling · 23 years ago
  35. cb1f4c4 Standardized whitespace around function calls. by Greg Ward · 24 years ago
  36. 99b032e Added 'boolean_options' list to support config file parsing. by Greg Ward · 24 years ago
  37. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  38. fe55e86 Take the basename of the script before concatenating it with the build dir. by Greg Ward · 24 years ago
  39. 80fa55e Improvements to Bastian's build_scripts command: by Greg Ward · 24 years ago
  40. a4efe65 Bastian Kleineidam: the "build_scripts" command. by Greg Ward · 24 years ago