summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15595: Fix subprocess.Popen(universal_newlines=True)Andrew Svetlov2012-08-191-2/+2
|\
| * Issue #15595: Fix subprocess.Popen(universal_newlines=True)Andrew Svetlov2012-08-191-2/+2
* | Use Thread.is_alive() instead of old-style Thread.isAlive() in subprocess.Andrew Svetlov2012-08-191-2/+2
* | Cleanup universal_newlines usage for subprocess.Popen, remove unused param.Andrew Svetlov2012-08-151-4/+4
* | Issue #15592. Fix regression: subprocess.communicate() breaks on no input wit...Andrew Svetlov2012-08-141-12/+13
|\ \ | |/
* | Close #14690: Use monotonic clock instead of system clock in the sched,Victor Stinner2012-05-301-4/+8
* | Implemented PEP 405 (Python virtual environments).Vinay Sajip2012-05-261-1/+1
* | Move private function _args_from_interpreter_flags() to subprocess.py, soAntoine Pitrou2012-05-181-0/+31
* | Issue #11750: The Windows API functions scattered in the _subprocess andAntoine Pitrou2012-04-181-37/+69
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-1/+9
|\ \ | |/
| * Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi...Antoine Pitrou2012-03-111-1/+11
* | Use InterruptedError instead of checking for EINTRAntoine Pitrou2011-10-231-4/+2
* | Issue #12494: Close pipes and kill process on error in subprocess functionsVictor Stinner2011-09-011-22/+34
* | Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-1/+6
|\ \ | |/
| * Issue #12650: Fix a race condition where a subprocess.Popen could leakCharles-François Natali2011-08-181-1/+6
| * Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr isRoss Lagerwall2011-07-271-0/+8
* | Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-231-1/+1
|\ \ | |/
| * Issue #12591: Improve support of "universal newlines" in the subprocessAntoine Pitrou2011-07-231-1/+1
* | (merge 3.2) Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-051-3/+3
|\ \ | |/
| * Issue #12493: subprocess: communicate() handles EINTRVictor Stinner2011-07-051-3/+3
* | (merge 3.2) Close #12383: Fix subprocess module with env={}: don't copy theVictor Stinner2011-06-211-1/+1
|\ \ | |/
| * Close #12383: Fix subprocess module with env={}: don't copy the environmentVictor Stinner2011-06-211-1/+1
* | (Merge 3.2) Close #12085: Fix an attribute error in subprocess.Popen destructorVictor Stinner2011-05-311-1/+4
|\ \ | |/
| * Close #12085: Fix an attribute error in subprocess.Popen destructor if theVictor Stinner2011-05-311-1/+4
| * normalize whitespace.Gregory P. Smith2011-05-121-1/+1
| * merge - 7a3f3ad83676 Fixes Issue #12044.Gregory P. Smith2011-05-121-0/+2
* | The _posixsubprocess module is now required on POSIX.Gregory P. Smith2011-05-281-160/+28
* | Update documentation to mention bytes instead byte string and correct oneGregory P. Smith2011-05-231-2/+2
* | - Issue #12044: Fixed subprocess.Popen when used as a context manager toGregory P. Smith2011-05-121-0/+2
* | whitespace fixBrian Curtin2011-04-291-1/+1
* | mergeBrian Curtin2011-04-291-2/+9
|\ \ | |/
| * mergeBrian Curtin2011-04-291-2/+9
| |\
| | * Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of theBrian Curtin2011-04-291-2/+9
* | | Merge with 3.2Ross Lagerwall2011-04-051-11/+34
|\ \ \ | |/ /
| * | Merge with 3.1Ross Lagerwall2011-04-051-11/+34
| |\ \ | | |/
| | * Issue #10963: Ensure that subprocess.communicate() never raises EPIPE.Ross Lagerwall2011-04-051-11/+34
* | | Issue #11757: subprocess ensures that select() and poll() timeout >= 0Victor Stinner2011-04-051-14/+19
* | | Issue #11692: Remove unnecessary demo functions in subprocess module.Ross Lagerwall2011-03-271-65/+0
* | | Fix timeout error message on windows to not be in milliseconds.Reid Kleckner2011-03-211-3/+4
* | | Fix the Windows timeout code.Reid Kleckner2011-03-201-2/+2
* | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-2/+0
|\ \ \ | |/ /
| * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-2/+0
| |\ \ | | |/
| | * Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really createsAntoine Pitrou2011-03-191-2/+0
* | | Include the timeout value in TimeoutExpired.Reid Kleckner2011-03-161-22/+32
* | | Issue #5870: Add subprocess.DEVNULL constant.Ross Lagerwall2011-03-161-1/+22
* | | #11565: Merge with 3.2.Ezio Melotti2011-03-161-1/+1
|\ \ \ | |/ /
| * | #11565: Merge with 3.1.Ezio Melotti2011-03-161-1/+1
| |\ \ | | |/
| | * #11565: Fix several typos. Patch by Piotr Kasprzyk.Ezio Melotti2011-03-161-1/+1
| | * Merged revisions 87695 via svnmerge fromAntoine Pitrou2011-01-031-16/+21
| | * Merged revisions 87233 via svnmerge fromGregory P. Smith2010-12-141-2/+14