COMMITS
/ Lib/distutils/spawn.py February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
March 20, 2014
V
Issue #20978: Remove last part of OS/2 support in distutils
Victor Stinner committed
March 13, 2014
É
Merge 3.3 (#11599)
Éric Araujo committed
É
Make distutils error messages more helpful (#11599).
Éric Araujo committed
October 10, 2012
J
Closes #16135: Removal of OS/2 support (distutils)
Jesus Cea committed
July 28, 2011
June 29, 2011
N
Issue #9516: Change distutils to no longer globally attempt to check and
Ned Deily committed
June 2, 2009
T
Merged revisions 73147 via svnmerge from
Tarek Ziadé committed
January 6, 2008
G
Fix more exception slicing.
Georg Brandl committed
August 30, 2007
C
General cleanup, raise normalization in Lib/distutils.
Collin Winter committed
April 17, 2007
N
Remove functions in string module that are also string methods. Also remove:
Neal Norwitz committed
February 9, 2007
G
Fix most trivially-findable print statements.
Guido van Rossum committed
January 10, 2007
G
SF patch 1631942 by Collin Winter:
Guido van Rossum committed
November 10, 2004
M
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
Martin v. Löwis committed
July 18, 2004
T
Whitespace normalization, via reindent.py.
Tim Peters committed
February 24, 2004
H
Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted
Hye-Shik Chang committed
November 21, 2002
A
Reflow comment
Andrew M. Kuchling committed
November 19, 2002
A
Add comment to Distutil files about requiring 1.5.2 compatibility, as
Andrew M. Kuchling committed
November 14, 2002
A
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
Andrew M. Kuchling committed
June 4, 2002
J
Make setup.py less chatty by default.
Jeremy Hylton committed
January 31, 2002
M
OS/2 patches by Andrew I MacIntyre for distutils.
Marc-André Lemburg committed
December 6, 2001
F
Whitespace normalization.
Fred Drake committed
September 26, 2000
G
Reformat docstrings.
Greg Ward committed
August 2, 2000
G
Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.
Greg Ward committed
March 26, 2000
G
Duh, it helps if '_nt_quote_args()' actually returns the mutated list,
Greg Ward committed
March 23, 2000
G
Fixed '_nt_quote_args()': backwards logic reversed, and now it actually
Greg Ward committed
March 7, 2000
G
Added '_nt_quote_args()' to deal with whitespace in command-line arguments
Greg Ward committed
March 2, 2000
G
Changed '__rcsid__' to '__revision__'.
Greg Ward committed
January 17, 2000
G
Catch OSError from 'spawnv()' in '_spawn_nt()'.
Greg Ward committed
September 8, 1999
G
[from 1999/08/28]
Greg Ward committed
August 29, 1999
G
Patch from Perry Stoll: support for Windows.
Greg Ward committed
August 14, 1999
G
Module to spawn sub-commands in a platform-independent way.
Greg Ward committed