summaryrefslogtreecommitdiff
path: root/Lib/subprocess.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)Miss Islington (bot)2019-06-081-2/+2
* bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)Miss Islington (bot)2018-11-231-2/+8
* bpo-34044: subprocess.Popen copies startupinfo (GH-8090) (GH-8121)Victor Stinner2018-07-051-0/+17
* Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (GH-5912)...Miss Islington (bot)2018-02-271-10/+2
* bpo-31961: subprocess now accepts path-like args (GH-4329)Anders Lorentsen2018-01-291-2/+10
* bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)Bo Bayles2018-01-291-1/+9
* bpo-25942: make subprocess more graceful on ^C (GH-5026)Gregory P. Smith2018-01-291-13/+72
* bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Window...Segev Finer2017-12-181-19/+46
* bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)Victor Stinner2017-12-131-1/+1
* bpo-32230: Set sys.warnoptions with -X dev (#4820)Victor Stinner2017-12-121-4/+14
* bpo-32089: Fix warnings filters in dev mode (#4482)Victor Stinner2017-11-201-6/+2
* bpo-32094: Update subprocess for -X dev (#4480)Victor Stinner2017-11-201-1/+22
* bpo-31884 subprocess: add Windows constants for process priority (#4150)James2017-11-081-2/+12
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-1/+1
* bpo-31756: subprocess.run should alias universal_newlines to text (#4049)andyclegg2017-10-221-26/+52
* Update subprocess.communicate() docstring.Joel Schaerer2017-09-131-3/+3
* bpo-22635: Update the getstatusoutput docstring. (#3435)Gregory P. Smith2017-09-071-7/+9
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-071-4/+1
* bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)Ammar Askar2017-09-051-3/+6
* bpo-22536: Set the filename in FileNotFoundError. (#3194)Gregory P. Smith2017-08-241-6/+6
* bpo-30121: Fix debug assert in subprocess on Windows (#1224)Segev Finer2017-08-181-1/+7
* bpo-30730: Prevent environment variables injection in subprocess on Windows. ...Serhiy Storchaka2017-06-231-2/+6
* bpo-30418: Popen.communicate() always ignore EINVAL (#2002)Victor Stinner2017-06-081-6/+8
* bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)Serhiy Storchaka2017-04-191-1/+2
* fix subprocess on Windows (#391)Benjamin Peterson2017-03-021-1/+1
* allow path-like objects to be cwd on windows (#389)Benjamin Peterson2017-03-011-1/+1
* bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)Subhendu Ghosh2017-02-261-5/+7
* Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-221-1/+4
|\
| * Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-221-1/+4
| |\
| | * Issue #29335: Fix subprocess.Popen.wait() when the child process hasGregory P. Smith2017-01-221-1/+4
* | | Merge 3.6Victor Stinner2017-01-061-3/+3
|\ \ \ | |/ /
| * | Fix subprocess.Popen.__del__() fox Python shutdownVictor Stinner2017-01-061-3/+3
* | | Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,Xavier de Gaye2016-12-131-1/+4
* | | Issue #20572: Remove the subprocess.Popen.wait endtime parameter.Gregory P. Smith2016-11-201-13/+4
|\ \ \ | |/ /
| * | Issue #20572: The subprocess.Popen.wait method's undocumented endtimeGregory P. Smith2016-11-201-2/+9
|/ /
* | Issue #26240: Merge subprocess doc string from 3.5 into 3.6Martin Panter2016-10-251-340/+81
|\ \ | |/
| * Issue #26240: Clean up the subprocess module doc stringMartin Panter2016-10-251-348/+79
* | Issue #6135: Adds encoding and errors parameters to subprocessSteve Dower2016-09-061-42/+45
* | subprocess: enhance ResourceWarning messageVictor Stinner2016-06-141-3/+4
* | merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicateGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-5/+18
|\ \ | |/
| * Fixes Issue #26373: subprocess.Popen.communicate now correctly ignoresGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-041-5/+18
* | Issue #27167: Clarify the subprocess.CalledProcessError error message textGregory P. Smith ext:(%20%5BGoogle%20Inc.%5D)2016-06-031-4/+15
* | subprocess now emits a ResourceWarning warningVictor Stinner2016-05-201-0/+3
* | Issue #26741: POSIX implementation of subprocess.Popen._execute_child() nowVictor Stinner2016-05-201-1/+6
* | Issue #22274: Merge stderr=STDOUT fix from 3.5Martin Panter2016-05-131-1/+4
|\ \ | |/
| * Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira LiMartin Panter2016-05-131-1/+4
* | Issue #26782: Add STARTUPINFO to subprocess.__all__ on WindowsMartin Panter2016-04-161-1/+2
* | subprocess._optim_args_from_interpreter_flags()Victor Stinner2016-01-181-2/+12
|/
* * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-131-3/+0
|\
| * Re-fix issue #19284: Don't generate the no-op -R command lineGregory P. Smith2015-12-131-3/+0