summaryrefslogtreecommitdiff
path: root/Lib/distutils/spawn.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23285: PEP 475 -- Retry system calls failing with EINTR.Charles-Fran?ois Natali2015-02-071-3/+0
* Issue #20978: Remove last part of OS/2 support in distutilsVictor Stinner2014-03-201-2/+0
* Merge 3.3 (#11599)?ric Araujo2014-03-131-15/+40
|\
| * Make distutils error messages more helpful (#11599).?ric Araujo2014-03-131-18/+45
* | Closes #16135: Removal of OS/2 support (distutils)Jesus Cea2012-10-111-23/+1
|/
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Issue #9516: Change distutils to no longer globally attempt to check andNed Deily2011-06-281-1/+28
* Merged revisions 73147 via svnmerge fromTarek Ziadé2009-06-021-23/+24
* Fix more exception slicing.Georg Brandl2008-01-061-3/+3
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-64/+31
* Remove functions in string module that are also string methods. Also remove:Neal Norwitz2007-04-171-6/+6
* Fix most trivially-findable print statements.Guido van Rossum2007-02-091-1/+1
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Update compatibility comments to 2.1, corresponding to PEP 291 1.13.Martin v. Löwis2004-11-101-1/+1
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-1/+1
* Make _spawn_posix be ready for EINTR. waitpid(2) can be interruptedHye-Shik Chang2004-02-241-1/+8
* 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