summaryrefslogtreecommitdiffstats
path: root/Lib/subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated commentTim Golden2013-11-111-1/+0
|\
| * Remove outdated commentTim Golden2013-11-111-1/+0
* | Issue #18923: Update subprocess to use the new selectors module.Charles-François Natali2013-11-081-169/+69
* | Issue #10197 Tweak docs for subprocess.getstatusoutput and align the document...Tim Golden2013-11-051-11/+15
* | Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-15/+9
|\ \ | |/
| * Issue #10197 Rework subprocess.get[status]output to use subprocess functional...Tim Golden2013-11-031-15/+9
* | Close #19284: Handle -R properly in flag helperNick Coghlan2013-10-181-0/+2
* | Issue #18571: Implementation of the PEP 446: file descriptors and file handlesVictor Stinner2013-08-271-5/+4
* | #18705: merge with 3.3.Ezio Melotti2013-08-171-1/+1
|\ \ | |/
| * #18705: fix a number of typos. Patch by Févry Thibault.Ezio Melotti2013-08-171-1/+1
* | (3.3->default) Cleanup of documentation change from #17860Ronald Oussoren2013-07-071-0/+3
|\ \ | |/
| * Cleanup of documentation change from #17860Ronald Oussoren2013-07-071-0/+3
* | Issue #18200: Back out usage of ModuleNotFoundError (8d28d44f3a9a)Brett Cannon2013-07-041-1/+1
* | Prevent a possible double close of parent pipe fds when the subprocessGregory P. Smith2013-06-161-18/+25
|\ \ | |/
| * Prevent a possible double close of parent pipe fds when the subprocessGregory P. Smith2013-06-161-18/+25
* | Issue #18200: Update the stdlib (except tests) to useBrett Cannon2013-06-141-1/+1
* | Issue #16624: `subprocess.check_output` now accepts an `input` argument,Serhiy Storchaka2013-04-221-1/+21
* | Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-9/+9
|\ \ | |/
| * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-9/+9
| |\
| | * Fixes issue #17488: Change the subprocess.Popen bufsize parameter default valueGregory P. Smith2013-03-231-9/+9
* | | mergeGregory P. Smith2013-03-211-4/+3
|\ \ \ | |/ /
| * | mergeGregory P. Smith2013-03-211-4/+3
| |\ \ | | |/
| | * remove the long obsolete mention of universal newlines mode only beingGregory P. Smith2013-03-211-4/+3
| | * Issue #16903: Popen.communicate() on Unix now accepts strings whenSerhiy Storchaka2013-02-041-0/+4
* | | Use a larger amount of data for tests such as the interrupted_writeGregory P. Smith2013-03-201-2/+5
|\ \ \ | |/ /
| * | Use a larger amount of data for tests such as the interrupted_writeGregory P. Smith2013-03-201-2/+5
* | | Replace IOError with OSError (#16715)Andrew Svetlov2012-12-251-2/+2
* | | Keep ref to ECHILD in local scope (#16650)Andrew Svetlov2012-12-241-2/+2
|\ \ \ | |/ /
| * | Keep ref to ECHILD in local scope (#16650)Andrew Svetlov2012-12-241-2/+2
| |\ \ | | |/
| | * Keep ref to ECHILD in local scope (#16650)Andrew Svetlov2012-12-241-2/+2
* | | Fix #14470. Remove w9xpopen per PEP 11.Brian Curtin2012-12-231-32/+0
* | | Issue #16706: get rid of os.errorAndrew Svetlov2012-12-181-2/+2
* | | Get rig of EnvironmentError (#16705)Andrew Svetlov2012-12-171-2/+2
* | | Issue #16704: Get rid of select.error in stdlib. Use OSError instead.Andrew Svetlov2012-12-171-2/+2
* | | Remove obsolete code: now IOError and WindowsError are aliases for OSErrorAndrew Svetlov2012-12-171-8/+0
* | | Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-3/+0
|\ \ \ | |/ /
| * | Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-3/+0
| |\ \ | | |/
| | * Fixes issue #16140: The subprocess module no longer double closes itsGregory P. Smith2012-11-111-3/+0
* | | Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-3/+2
|\ \ \ | |/ /
| * | Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-3/+2
| |\ \ | | |/
| | * Remove the subprocess "bad exception data" warning (formerly a print!)Gregory P. Smith2012-11-111-3/+2
* | | Raise our own SubprocessError rather than a RuntimeError in when dealing withGregory P. Smith2012-11-111-6/+6
|/ /
* | Rename a local variable for readability and change a "this can'tGregory P. Smith2012-11-111-6/+8
|\ \ | |/
| * Rename a local variable for readability and change a "this can'tGregory P. Smith2012-11-111-6/+8
* | Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-3/+17
|\ \ | |/
| * Fixes issue #16327: The subprocess module no longer leaks file descriptorsGregory P. Smith2012-11-111-3/+17
* | Fixes issue #14396: Handle the odd rare case of waitpid returning 0Gregory P. Smith2012-11-111-3/+7
|\ \ | |/
| * Fixes issue #14396: Handle the odd rare case of waitpid returning 0 whenGregory P. Smith2012-11-111-2/+6
* | Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-1/+9
|\ \ | |/
| * Fixes Issue #16114: The subprocess module no longer provides aGregory P. Smith2012-10-101-1/+13