| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 1 | -9/+9 |
|
|
* | remove the long obsolete mention of universal newlines mode only being | Gregory P. Smith | 2013-03-21 | 1 | -4/+3 |
|
|
* | Issue #16903: Popen.communicate() on Unix now accepts strings when | Serhiy Storchaka | 2013-02-04 | 1 | -0/+4 |
|
|
* | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
|
|
* | Fixes issue #16140: The subprocess module no longer double closes its | Gregory P. Smith | 2012-11-11 | 1 | -3/+0 |
|
|
* | Remove the subprocess "bad exception data" warning (formerly a print!) | Gregory P. Smith | 2012-11-11 | 1 | -3/+2 |
|
|
* | Rename a local variable for readability and change a "this can't | Gregory P. Smith | 2012-11-11 | 1 | -6/+8 |
|
|
* | Fixes issue #16327: The subprocess module no longer leaks file descriptors | Gregory P. Smith | 2012-11-11 | 1 | -3/+17 |
|
|
* | Fixes issue #14396: Handle the odd rare case of waitpid returning 0 when | Gregory P. Smith | 2012-11-11 | 1 | -2/+6 |
|
|
* | Fixes Issue #16114: The subprocess module no longer provides a | Gregory P. Smith | 2012-10-10 | 1 | -1/+13 |
|
|
* | Fixes issue #15756: subprocess.poll() now properly handles errno.ECHILD | Gregory P. Smith | 2012-09-29 | 1 | -1/+8 |
|
|
* | Issue #15595: Fix subprocess.Popen(universal_newlines=True) | Andrew Svetlov | 2012-08-19 | 1 | -2/+2 |
|
|
* | Issue #14252: Fix subprocess.Popen.terminate() to not raise an error under Wi... | Antoine Pitrou | 2012-03-11 | 1 | -1/+11 |
|
|
* | Issue #12650: Fix a race condition where a subprocess.Popen could leak | Charles-François Natali | 2011-08-18 | 1 | -1/+6 |
|
|
* | Issue #12607: In subprocess, fix issue where if stdin, stdout or stderr is | Ross Lagerwall | 2011-07-27 | 1 | -0/+8 |
|
|
* | Issue #12591: Improve support of "universal newlines" in the subprocess | Antoine Pitrou | 2011-07-23 | 1 | -1/+1 |
|
|
* | Issue #12493: subprocess: communicate() handles EINTR | Victor Stinner | 2011-07-05 | 1 | -3/+3 |
|
|
* | Close #12383: Fix subprocess module with env={}: don't copy the environment | Victor Stinner | 2011-06-21 | 1 | -1/+1 |
|
|
* | Close #12085: Fix an attribute error in subprocess.Popen destructor if the | Victor Stinner | 2011-05-31 | 1 | -1/+4 |
|
|
* | normalize whitespace. | Gregory P. Smith | 2011-05-12 | 1 | -1/+1 |
|
|
* | merge - 7a3f3ad83676 Fixes Issue #12044. | Gregory P. Smith | 2011-05-12 | 1 | -0/+2 |
|
|
* | merge | Brian Curtin | 2011-04-29 | 1 | -2/+9 |
|\ |
|
| * | Further fix #7838. CREATE_NEW_CONSOLE was exposed, but none of the | Brian Curtin | 2011-04-29 | 1 | -2/+9 |
|
|
* | | Merge with 3.1 | Ross Lagerwall | 2011-04-05 | 1 | -11/+34 |
|\ \
| |/ |
|
| * | Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. | Ross Lagerwall | 2011-04-05 | 1 | -11/+34 |
|
|
* | | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Issue #11459: A `bufsize` value of 0 in subprocess.Popen() really creates | Antoine Pitrou | 2011-03-19 | 1 | -2/+0 |
|
|
* | | #11565: Merge with 3.1. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #11565: Fix several typos. Patch by Piotr Kasprzyk. | Ezio Melotti | 2011-03-16 | 1 | -1/+1 |
|
|
| * | Merged revisions 87695 via svnmerge from | Antoine Pitrou | 2011-01-03 | 1 | -16/+21 |
|
|
| * | Merged revisions 87233 via svnmerge from | Gregory P. Smith | 2010-12-14 | 1 | -2/+14 |
|
|
| * | Merged revisions 76923,76926,77009,77082-77083,77085,77087,77121 via svnmerge... | Georg Brandl | 2010-10-06 | 1 | -16/+15 |
|
|
| * | #2304: fix incorporating Eric Smith's .format suggestion and tested on Ubuntu... | Tim Golden | 2010-08-12 | 1 | -1/+1 |
|
|
| * | revert r83831, unix test breakage | Benjamin Peterson | 2010-08-08 | 1 | -1/+1 |
|
|
| * | Issue #2304: Add additional quotes when using cmd shell on Windows. Original ... | Tim Golden | 2010-08-08 | 1 | -1/+1 |
|
|
| * | Issue #3210: Revert C module changes and apply patch from Hirokazu Yamamoto i... | Tim Golden | 2010-08-08 | 1 | -14/+13 |
|
|
| * | Merged revisions 82971 via svnmerge from | Stefan Krah | 2010-07-19 | 1 | -0/+2 |
|
|
| * | Merged revisions 82076 via svnmerge from | Jean-Paul Calderone | 2010-06-18 | 1 | -3/+3 |
|
|
| * | Merged revisions 81181 via svnmerge from | Victor Stinner | 2010-05-14 | 1 | -3/+3 |
|
|
| * | Backport r81155. | Brett Cannon | 2010-05-14 | 1 | -16/+33 |
|
|
| * | Merged revisions 80441 via svnmerge from | Brian Curtin | 2010-04-24 | 1 | -47/+39 |
|
|
| * | Merged revisions 78524 via svnmerge from | Gregory P. Smith | 2010-03-01 | 1 | -3/+13 |
|
|
| * | Merged revisions 76170 via svnmerge from | Eric Smith | 2009-11-09 | 1 | -1/+3 |
|
|
| * | Merged revisions 73917 via svnmerge from | Gregory P. Smith | 2009-08-13 | 1 | -5/+6 |
|
|
| * | Recorded merge of revisions 74057 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -2/+2 |
|
|
| * | Merged revisions 73833,73838,73850-73852,73856-73857 via svnmerge from | Georg Brandl | 2009-08-13 | 1 | -29/+100 |
|
|
* | | In subprocess, wrap pipe fds before launching the child. Hopefully this | Antoine Pitrou | 2011-01-04 | 1 | -7/+21 |
|
|
* | | Un-complicate some code | Antoine Pitrou | 2011-01-03 | 1 | -15/+5 |
|
|
* | | Issue #10806, issue #9905: Fix subprocess pipes when some of the standard | Antoine Pitrou | 2011-01-03 | 1 | -25/+27 |
|
|
* | | Issue #10763: subprocess.communicate() closes stdout and stderr if both are | Victor Stinner | 2010-12-25 | 1 | -0/+1 |
|
|