COMMITS
/ Lib/subprocess.py September 6, 2017
A
bpo-31178: Avoid concatenating bytes with str in subprocess error (#3066)
Ammar Askar committed
August 24, 2017
G
bpo-22536: Set the filename in FileNotFoundError. (#3194)
Gregory P. Smith committed
August 18, 2017
S
bpo-30121: Fix debug assert in subprocess on Windows (#1224)
Segev Finer committed
June 23, 2017
S
bpo-30730: Prevent environment variables injection in subprocess on Windows. (#2325)
Serhiy Storchaka committed
June 8, 2017
V
bpo-30418: Popen.communicate() always ignore EINVAL (#2002)
Victor Stinner committed
April 19, 2017
S
bpo-30065: Fixed arguments validation in _posixsubprocess.fork_exec(). (#1110)
Serhiy Storchaka committed
March 2, 2017
B
fix subprocess on Windows (#391)
Benjamin Peterson committed
B
allow path-like objects to be cwd on windows (#389)
Benjamin Peterson committed
February 25, 2017
S
bpo-26128: Added __init__to subprocess.STARTUPINFO (#171)
Subhendu Ghosh committed
January 23, 2017
G
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith committed
G
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith committed
G
Issue #29335: Fix subprocess.Popen.wait() when the child process has
Gregory P. Smith committed
January 6, 2017
V
Fix subprocess.Popen.__del__() fox Python shutdown
Victor Stinner committed
December 13, 2016
X
Issue #16255: subrocess.Popen uses /system/bin/sh on Android as the shell,
Xavier de Gaye committed
November 21, 2016
G
Issue #20572: Remove the subprocess.Popen.wait endtime parameter.
Gregory P. Smith committed
G
Issue #20572: The subprocess.Popen.wait method's undocumented endtime
Gregory P. Smith committed
October 25, 2016
M
Issue #26240: Merge subprocess doc string from 3.5 into 3.6
Martin Panter committed
M
Issue #26240: Clean up the subprocess module doc string
Martin Panter committed
September 7, 2016
S
Issue #6135: Adds encoding and errors parameters to subprocess
Steve Dower committed
June 14, 2016
V
subprocess: enhance ResourceWarning message
Victor Stinner committed
June 4, 2016
G
merge from 3.5 - Fixes Issue #26373: subprocess.Popen.communicate
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
G
Fixes Issue #26373: subprocess.Popen.communicate now correctly ignores
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
June 3, 2016
G
Issue #27167: Clarify the subprocess.CalledProcessError error message text
Gregory P. Smith ext:(%20%5BGoogle%20Inc.%5D) committed
May 20, 2016
V
subprocess now emits a ResourceWarning warning
Victor Stinner committed
V
Issue #26741: POSIX implementation of subprocess.Popen._execute_child() now
Victor Stinner committed
May 13, 2016
M
Issue #22274: Merge stderr=STDOUT fix from 3.5
Martin Panter committed
M
Issue #22274: Redirect stderr=STDOUT when stdout not redirected, by Akira Li
Martin Panter committed
April 16, 2016
M
Issue #26782: Add STARTUPINFO to subprocess.__all__ on Windows
Martin Panter committed
January 18, 2016
V
subprocess._optim_args_from_interpreter_flags()
Victor Stinner committed
December 14, 2015
G
* Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith committed
G
Re-fix issue #19284: Don't generate the no-op -R command line
Gregory P. Smith committed
November 16, 2015
G
Fix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith committed
G
Fix issue #6973: When we know a subprocess.Popen process has died, do
Gregory P. Smith committed
April 14, 2015
G
Add a subprocess.run() function than returns a CalledProcess instance for a
Gregory P. Smith committed
April 7, 2015
G
issue10838: Rename the subprocess.mswindows internal global to _mswindows.
Gregory P. Smith committed
G
Addresses Issue #10838: The subprocess now module includes
Gregory P. Smith committed
February 28, 2015
S
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka committed
S
Issue #21619: Popen objects no longer leave a zombie after exit in the with
Serhiy Storchaka committed
February 7, 2015
C
Issue #23285: PEP 475 -- Retry system calls failing with EINTR.
Charles-François Natali committed
January 14, 2015
V
Closes #23234: Refactor subprocess
Victor Stinner committed
September 21, 2014
September 2, 2014
V
Issue #22043: time.monotonic() is now always available
Victor Stinner committed
July 25, 2014
S
Issue #22033: Reprs of most Python implemened classes now contain actual
Serhiy Storchaka committed
June 1, 2014
G
Remove the obsolete MAXFD constant and Popen._close_fds() method.
Gregory P. Smith committed
April 23, 2014
G
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith committed
G
subprocess's Popen.wait() is now thread safe so that multiple threads
Gregory P. Smith committed
April 14, 2014
March 20, 2014
V
Issue #20976: pyflakes: Remove unused imports
Victor Stinner committed