summaryrefslogtreecommitdiff
path: root/Lib/distutils/spawn.py
Commit message (Expand)AuthorAgeFilesLines
* Reflow commentAndrew M. Kuchling2002-11-211-3/+3
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-12/+8
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-1/+30
* Whitespace normalization.Fred Drake2001-12-061-6/+6
* Reformat docstrings.Greg Ward2000-09-261-38/+41
* Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.Greg Ward2000-08-021-13/+30
* Duh, it helps if '_nt_quote_args()' actually returns the mutated list,Greg Ward2000-03-261-1/+1
* Fixed '_nt_quote_args()': backwards logic reversed, and now it actuallyGreg Ward2000-03-231-2/+2
* Added '_nt_quote_args()' to deal with whitespace in command-line argumentsGreg Ward2000-03-071-5/+22
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Catch OSError from 'spawnv()' in '_spawn_nt()'.Greg Ward2000-01-171-5/+12
* [from 1999/08/28]Greg Ward1999-09-081-2/+2
* Patch from Perry Stoll: support for Windows.Greg Ward1999-08-291-10/+29
* Module to spawn sub-commands in a platform-independent way.Greg Ward1999-08-141-0/+106