Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
c83ea137d7e717f764e2f31fc2544f522de7d857
/
PC
/
_subprocess.c
c83ea13
Untabify C files. Will watch buildbots.
by Antoine Pitrou
· 15 years ago
a2936cf
Fix #7838. Add docstrings and privatize _subprocess implementation details.
by Brian Curtin
· 15 years ago
e5aa886
Implement #1220212. Add os.kill support for Windows.
by Brian Curtin
· 15 years ago
eacbbdf
Issue #5179: Fixed subprocess handle leak on failure on windows.
by Hirokazu Yamamoto
· 16 years ago
b90f4e8
fix issue3120 - don't truncate handles on 64-bit Windows.
by Gregory P. Smith
· 17 years ago
dd96db6
This reverts r63675 based on the discussion in this thread:
by Gregory P. Smith
· 17 years ago
593daf5
Renamed PyString to PyBytes
by Christian Heimes
· 17 years ago
ad62489
Bug #1500293: fix memory leaks in _subprocess module.
by Georg Brandl
· 19 years ago
bf92f46
Convert more modules to METH_VARARGS.
by Georg Brandl
· 19 years ago
c9d78aa
Years in the making.
by Tim Peters
· 19 years ago
1ac754f
Check return result from Py_InitModule*(). This API can fail.
by Neal Norwitz
· 20 years ago
e515293
added TerminateProcess support to _subprocess driver
by Fredrik Lundh
· 20 years ago
63168a5
added PSF licensing blurbs to relevant files
by Fredrik Lundh
· 20 years ago
3a49e92
r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100 #1346547
by Fredrik Lundh
· 20 years ago
bb4692b
r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100
by Fredrik Lundh
· 20 years ago
c1d6536
When using shell=True on Windows, don't display a shell window by default. Fixes #1057061.
by Peter Astrand
· 21 years ago
f3250b0
Before this turns into an unreadable mess, follow PEP 7 by using
by Tim Peters
· 21 years ago
5b3687d
Added Peter Astrand's subprocess module.
by Fredrik Lundh
· 21 years ago