summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Revert the following revisions, as they don't fix securityMartin v. Löwis2008-03-021-13/+1
* Backport r60104 + r60111 from trunk.Gregory P. Smith2008-01-191-1/+13
* Applied patch #1506758: Prevent MemoryErrors with large MAXFD. Backport of 47...Peter Astrand2006-06-221-1/+1
* Bug #1500293: fix memory leaks in _subprocess module.Georg Brandl2006-06-041-5/+5
* Changed header to match the HEAD version:Peter Astrand2005-09-231-20/+4
* Corrected bug in list2cmdline wrt backslashes. Fixes #1083306.Peter Astrand2005-03-031-0/+1
* On UNIX, when the execution of the child fails, we must waitpid() toPeter Astrand2005-01-011-0/+1
* Raise TypeError if bufsize argument is not an integer. Patch 1071755, slightl...Peter Astrand2004-12-051-0/+3
* Corrected example for replacing shell pipeline. Fixes bug 1073790.Peter Astrand2004-11-301-1/+1
* When using shell=True on Windows, don't display a shell window by default. Fi...Peter Astrand2004-11-071-11/+14
* Fix docstring formatting of escape sequences.Raymond Hettinger2004-10-171-1/+1
* return codes are available on all platforms, not just on UnixFredrik Lundh2004-10-171-4/+3
* Replace dynamic try/except with "if 0", to keep py2exe happy. If youFredrik Lundh2004-10-131-10/+10
* Folded long lines.Tim Peters2004-10-131-23/+42
* Whitespace normalization.Tim Peters2004-10-121-24/+22
* Typo fixAndrew M. Kuchling2004-10-121-1/+1
* Added Peter Astrand's subprocess module.Fredrik Lundh2004-10-121-0/+1141