summaryrefslogtreecommitdiff
path: root/PC/_subprocess.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto i...Tim Golden2010-08-081-17/+2
* Issue #3210: Ensure stdio handles are closed if CreateProcess failsTim Golden2010-08-061-2/+17
* Untabify C files. Will watch buildbots.Antoine Pitrou2010-05-091-374/+374
* Fix #7838. Add docstrings and privatize _subprocess implementation details.Brian Curtin2010-04-241-10/+93
* Implement #1220212. Add os.kill support for Windows.Brian Curtin2010-04-021-0/+1
* Issue #5179: Fixed subprocess handle leak on failure on windows.Hirokazu Yamamoto2009-03-031-1/+1
* fix issue3120 - don't truncate handles on 64-bit Windows.Gregory P. Smith2008-07-201-23/+34
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-15/+15
* Renamed PyString to PyBytesChristian Heimes2008-05-261-15/+15
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-041-3/+10
* Convert more modules to METH_VARARGS.Georg Brandl2006-05-291-2/+2
* Years in the making.Tim Peters2006-03-261-1/+1
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* added TerminateProcess support to _subprocess driverFredrik Lundh2005-12-181-0/+21
* added PSF licensing blurbs to relevant filesFredrik Lundh2005-12-141-0/+3
* r858@spiff: Fredrik | 2005-11-10 23:40:04 +0100Fredrik Lundh2005-11-121-0/+3
* r849@spiff: Fredrik | 2005-11-09 10:00:04 +0100Fredrik Lundh2005-11-121-0/+3
* When using shell=True on Windows, don't display a shell window by default. Fi...Peter Astrand2004-11-071-0/+3
* Before this turns into an unreadable mess, follow PEP 7 by usingTim Peters2004-10-121-315/+340
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+511