1. abb4ec6 improved distutils.spawn test coverage + cleaned it up by Tarek Ziadé · 16 years ago
  2. 9f369e9 Issue #5052: removed backward compatibility information (out of date) by Tarek Ziadé · 16 years ago
  3. 5a6601c Update compatibility comments to 2.1, corresponding to PEP 291 1.13. by Martin v. Löwis · 21 years ago
  4. 182b5ac Whitespace normalization, via reindent.py. by Tim Peters · 21 years ago
  5. 904de5b Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted by Hye-Shik Chang · 21 years ago
  6. fec3262 Reflow comment by Andrew M. Kuchling · 22 years ago
  7. d448f66 Add comment to Distutil files about requiring 1.5.2 compatibility, as by Andrew M. Kuchling · 22 years ago
  8. 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
  9. cd8a114 Make setup.py less chatty by default. by Jeremy Hylton · 23 years ago
  10. 2544f51 OS/2 patches by Andrew I MacIntyre for distutils. by Marc-André Lemburg · 23 years ago
  11. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  12. a30f7ac Reformat docstrings. Standardize whitespace in function calls. by Greg Ward · 25 years ago
  13. 88608ca Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'. by Greg Ward · 25 years ago
  14. a3c8bf3 Duh, it helps if '_nt_quote_args()' actually returns the mutated list, by Greg Ward · 25 years ago
  15. e2a3307 Fixed '_nt_quote_args()': backwards logic reversed, and now it actually by Greg Ward · 25 years ago
  16. e2b4452 Added '_nt_quote_args()' to deal with whitespace in command-line arguments by Greg Ward · 25 years ago
  17. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  18. 3b49c9b Catch OSError from 'spawnv()' in '_spawn_nt()'. by Greg Ward · 25 years ago
  19. a4d132a [from 1999/08/28] by Greg Ward · 26 years ago
  20. 69628b0 Patch from Perry Stoll: support for Windows. by Greg Ward · 26 years ago
  21. b4dbfb3 Module to spawn sub-commands in a platform-independent way. by Greg Ward · 26 years ago