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