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
*
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...
Senthil Kumaran
2011-07-28
1
-2/+0
*
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily
2011-06-29
1
-1/+28
*
Merged revisions 73147 via svnmerge from
Tarek Ziadé
2009-06-02
1
-23/+24
*
Fix more exception slicing.
Georg Brandl
2008-01-06
1
-3/+3
*
General cleanup, raise normalization in Lib/distutils.
Collin Winter
2007-08-30
1
-64/+31
*
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz
2007-04-17
1
-6/+6
*
Fix most trivially-findable print statements.
Guido van Rossum
2007-02-09
1
-1/+1
*
SF patch 1631942 by Collin Winter:
Guido van Rossum
2007-01-10
1
-4/+4
*
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis
2004-11-10
1
-1/+1
*
Whitespace normalization, via reindent.py.
Tim Peters
2004-07-18
1
-1/+1
*
Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted
Hye-Shik Chang
2004-02-24
1
-1/+8
*
Reflow comment
Andrew M. Kuchling
2002-11-21
1
-3/+3
*
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling
2002-11-19
1
-0/+2
*
Remove 'created by' lines; people can use CVS for this, and the information i...
Andrew M. Kuchling
2002-11-14
1
-2/+0
*
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