summaryrefslogtreecommitdiffstats
path: root/PC/_subprocess.c
Commit message (Collapse)AuthorAgeFilesLines
* [Backport of rev. 42093 by neal.norwitz]Andrew M. Kuchling2006-09-271-0/+2
| | | | | | Check return result from Py_InitModule*(). This API can fail. Probably should be backported.
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-041-3/+10
| | | | (backport from rev. 46651)
* When using shell=True on Windows, don't display a shell window by default. ↵Peter Astrand2004-11-071-0/+3
| | | | Fixes #1057061.
* Before this turns into an unreadable mess, follow PEP 7 by usingTim Peters2004-10-121-315/+340
| | | | hard tab indents in C code.
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+511