Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
c4afe2950ab97fb529da99b511036b8a974b1694
/
Lib
/
distutils
/
spawn.py
abb4ec6
improved distutils.spawn test coverage + cleaned it up
by Tarek Ziadé
· 16 years ago
9f369e9
Issue #5052: removed backward compatibility information (out of date)
by Tarek Ziadé
· 16 years ago
5a6601c
Update compatibility comments to 2.1, corresponding to PEP 291 1.13.
by Martin v. Löwis
· 21 years ago
182b5ac
Whitespace normalization, via reindent.py.
by Tim Peters
· 21 years ago
904de5b
Make _spawn_posix be ready for EINTR. waitpid(2) can be interrupted
by Hye-Shik Chang
· 21 years ago
fec3262
Reflow comment
by Andrew M. Kuchling
· 22 years ago
d448f66
Add comment to Distutil files about requiring 1.5.2 compatibility, as
by Andrew M. Kuchling
· 22 years ago
a6483d2
Remove 'created by' lines; people can use CVS for this, and the information is often out of date
by Andrew M. Kuchling
· 22 years ago
cd8a114
Make setup.py less chatty by default.
by Jeremy Hylton
· 23 years ago
2544f51
OS/2 patches by Andrew I MacIntyre for distutils.
by Marc-André Lemburg
· 23 years ago
b94b849
Whitespace normalization.
by Fred Drake
· 23 years ago
a30f7ac
Reformat docstrings. Standardize whitespace in function calls.
by Greg Ward
· 25 years ago
88608ca
Rene Liebscher: factor 'find_executable()' out of '_spawn_nt()'.
by Greg Ward
· 25 years ago
a3c8bf3
Duh, it helps if '_nt_quote_args()' actually returns the mutated list,
by Greg Ward
· 25 years ago
e2a3307
Fixed '_nt_quote_args()': backwards logic reversed, and now it actually
by Greg Ward
· 25 years ago
e2b4452
Added '_nt_quote_args()' to deal with whitespace in command-line arguments
by Greg Ward
· 25 years ago
3ce77fd
Changed '__rcsid__' to '__revision__'.
by Greg Ward
· 25 years ago
3b49c9b
Catch OSError from 'spawnv()' in '_spawn_nt()'.
by Greg Ward
· 25 years ago
a4d132a
[from 1999/08/28]
by Greg Ward
· 26 years ago
69628b0
Patch from Perry Stoll: support for Windows.
by Greg Ward
· 26 years ago
b4dbfb3
Module to spawn sub-commands in a platform-independent way.
by Greg Ward
· 26 years ago