| Commit message (Expand) | Author | Age | Files | Lines |
* | issue12085: Use more Pythonic way to check _child_created. | Serhiy Storchaka | 2014-02-10 | 1 | -7/+6 |
|\ |
|
| * | issue12085: Use more Pythonic way to check _child_created. | Serhiy Storchaka | 2014-02-10 | 1 | -7/+6 |
|
|
* | | Fixes issue #19929: Call os.read with 32768 within subprocess.Popen | Gregory P. Smith | 2013-12-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fixes issue #19929: Call os.read with 32768 within subprocess.Popen | Gregory P. Smith | 2013-12-08 | 1 | -1/+1 |
|
|
* | | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-08 | 1 | -2/+5 |
|\ \
| |/ |
|
| * | Fixes issue #19506: Use a memoryview to avoid a data copy when piping data | Gregory P. Smith | 2013-12-08 | 1 | -2/+5 |
|
|
* | | Fixes issue #15798: subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-02 | 1 | -0/+7 |
|
|
* | | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 1 | -4/+1 |
|\ \
| |/ |
|
| * | Undo supposed fix for Issue #15798 until I understand why this is | Gregory P. Smith | 2013-12-01 | 1 | -4/+1 |
|
|
* | | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | Fixes Issue #15798 - subprocess.Popen() no longer fails if file | Gregory P. Smith | 2013-12-01 | 1 | -1/+4 |
|
|
* | | Remove outdated comment | Tim Golden | 2013-11-11 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Remove outdated comment | Tim Golden | 2013-11-11 | 1 | -1/+0 |
|
|
* | | Issue #18923: Update subprocess to use the new selectors module. | Charles-François Natali | 2013-11-08 | 1 | -169/+69 |
|
|
* | | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document... | Tim Golden | 2013-11-05 | 1 | -11/+15 |
|
|
* | | Issue #10197 Rework subprocess.get[status]output to use subprocess functional... | Tim Golden | 2013-11-03 | 1 | -15/+9 |
|\ \
| |/ |
|
| * | Issue #10197 Rework subprocess.get[status]output to use subprocess functional... | Tim Golden | 2013-11-03 | 1 | -15/+9 |
|
|
* | | Close #19284: Handle -R properly in flag helper | Nick Coghlan | 2013-10-18 | 1 | -0/+2 |
|
|
* | | Issue #18571: Implementation of the PEP 446: file descriptors and file handles | Victor Stinner | 2013-08-27 | 1 | -5/+4 |
|
|
* | | #18705: merge with 3.3. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | #18705: fix a number of typos. Patch by Févry Thibault. | Ezio Melotti | 2013-08-17 | 1 | -1/+1 |
|
|
* | | (3.3->default) Cleanup of documentation change from #17860 | Ronald Oussoren | 2013-07-07 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Cleanup of documentation change from #17860 | Ronald Oussoren | 2013-07-07 | 1 | -0/+3 |
|
|
* | | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a) | Brett Cannon | 2013-07-04 | 1 | -1/+1 |
|
|
* | | Prevent a possible double close of parent pipe fds when the subprocess | Gregory P. Smith | 2013-06-16 | 1 | -18/+25 |
|\ \
| |/ |
|
| * | Prevent a possible double close of parent pipe fds when the subprocess | Gregory P. Smith | 2013-06-16 | 1 | -18/+25 |
|
|
* | | Issue #18200: Update the stdlib (except tests) to use | Brett Cannon | 2013-06-14 | 1 | -1/+1 |
|
|
* | | Issue #16624: `subprocess.check_output` now accepts an `input` argument, | Serhiy Storchaka | 2013-04-22 | 1 | -1/+21 |
|
|
* | | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 1 | -9/+9 |
|\ \
| |/ |
|
| * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 1 | -9/+9 |
| |\ |
|
| | * | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default value | Gregory P. Smith | 2013-03-23 | 1 | -9/+9 |
|
|
* | | | merge | Gregory P. Smith | 2013-03-21 | 1 | -4/+3 |
|\ \ \
| |/ / |
|
| * | | merge | Gregory P. Smith | 2013-03-21 | 1 | -4/+3 |
| |\ \
| | |/ |
|
| | * | 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 |
|
|
* | | | Use a larger amount of data for tests such as the interrupted_write | Gregory P. Smith | 2013-03-20 | 1 | -2/+5 |
|\ \ \
| |/ / |
|
| * | | Use a larger amount of data for tests such as the interrupted_write | Gregory P. Smith | 2013-03-20 | 1 | -2/+5 |
|
|
* | | | Replace IOError with OSError (#16715) | Andrew Svetlov | 2012-12-25 | 1 | -2/+2 |
|
|
* | | | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
| * | | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Keep ref to ECHILD in local scope (#16650) | Andrew Svetlov | 2012-12-24 | 1 | -2/+2 |
|
|
* | | | Fix #14470. Remove w9xpopen per PEP 11. | Brian Curtin | 2012-12-23 | 1 | -32/+0 |
|
|
* | | | Issue #16706: get rid of os.error | Andrew Svetlov | 2012-12-18 | 1 | -2/+2 |
|
|
* | | | Get rig of EnvironmentError (#16705) | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|
|
* | | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead. | Andrew Svetlov | 2012-12-17 | 1 | -2/+2 |
|
|
* | | | Remove obsolete code: now IOError and WindowsError are aliases for OSError | Andrew Svetlov | 2012-12-17 | 1 | -8/+0 |
|
|
* | | | Fixes issue #16140: The subprocess module no longer double closes its | Gregory P. Smith | 2012-11-11 | 1 | -3/+0 |
|\ \ \
| |/ / |
|
| * | | Fixes issue #16140: The subprocess module no longer double closes its | Gregory P. Smith | 2012-11-11 | 1 | -3/+0 |
| |\ \
| | |/ |
|
| | * | 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 |
|\ \ \
| |/ / |
|