index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
distutils
/
spawn.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make setup.py less chatty by default.
Jeremy Hylton
2002-06-04
1
-12/+8
*
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg
2002-01-31
1
-1/+30
*
Whitespace normalization.
Fred Drake
2001-12-06
1
-6/+6
*
Reformat docstrings.
Greg Ward
2000-09-26
1
-38/+41
*
Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.
Greg Ward
2000-08-02
1
-13/+30
*
Duh, it helps if '_nt_quote_args()' actually returns the mutated list,
Greg Ward
2000-03-26
1
-1/+1
*
Fixed '_nt_quote_args()': backwards logic reversed, and now it actually
Greg Ward
2000-03-23
1
-2/+2
*
Added '_nt_quote_args()' to deal with whitespace in command-line arguments
Greg Ward
2000-03-07
1
-5/+22
*
Changed '__rcsid__' to '__revision__'.
Greg Ward
2000-03-02
1
-1/+1
*
Catch OSError from 'spawnv()' in '_spawn_nt()'.
Greg Ward
2000-01-17
1
-5/+12
*
[from 1999/08/28]
Greg Ward
1999-09-08
1
-2/+2
*
Patch from Perry Stoll: support for Windows.
Greg Ward
1999-08-29
1
-10/+29
*
Module to spawn sub-commands in a platform-independent way.
Greg Ward
1999-08-14
1
-0/+106