1. d17833d Closes #16135: Removal of OS/2 support (distutils) by Jesus Cea · 12 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. a8f8b50 Issue #9516: Change distutils to no longer globally attempt to check and by Ned Deily · 13 years ago
  4. 861d644 Merged revisions 73147 via svnmerge from by Tarek Ziadé · 15 years ago
  5. d11b68a Fix more exception slicing. by Georg Brandl · 17 years ago
  6. 5b7e9d7 General cleanup, raise normalization in Lib/distutils. by Collin Winter · 17 years ago
  7. 9d72bb4 Remove functions in string module that are also string methods. Also remove: by Neal Norwitz · 17 years ago
  8. be19ed7 Fix most trivially-findable print statements. by Guido van Rossum · 17 years ago
  9. b940e11 SF patch 1631942 by Collin Winter: by Guido van Rossum · 18 years ago
  10. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 20 years ago
  11. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 20 years ago
  12. 904de5b Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted by Hye-Shik Chang · 20 years ago
  13. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  14. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  15. 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
  16. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 22 years ago
  17. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  18. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  19. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 24 years ago
  20. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 24 years ago
  21. a3c8bf3 Duh, it helps if '_nt_quote_args()' actually returns the mutated list, by Greg Ward · 24 years ago
  22. e2a3307 Fixed '_nt_quote_args()': backwards logic reversed, and now it actually by Greg Ward · 24 years ago
  23. e2b4452 Added '_nt_quote_args()' to deal with whitespace in command-line arguments by Greg Ward · 24 years ago
  24. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  25. 3b49c9b Catch OSError from 'spawnv()' in '_spawn_nt()'. by Greg Ward · 25 years ago
  26. a4d132a [from 1999/08/28] by Greg Ward · 25 years ago
  27. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 25 years ago
  28. b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 25 years ago