COMMITS
/ Lib/subprocess.py August 17, 2021
J
bpo-44935: enable posix_spawn() on Solaris (GH-27795)
Jakub Kulík committed
June 13, 2021
B
Fix typos in multiple files (GH-26689)
Binbin committed
April 28, 2021
M
bpo-43776: Remove list call from args in Popen repr (GH-25338)
M. Kocher committed
March 29, 2021
I
bpo-43510: Implement PEP 597 opt-in EncodingWarning. (GH-19481)
Inada Naoki committed
March 23, 2021
V
bpo-41718: subprocess imports grp and pwd on demand (GH-24987)
Victor Stinner committed
March 11, 2021
C
bpo-43423 Fix IndexError in subprocess _communicate function (GH-24777)
Chris Griffith committed
March 4, 2021
K
bpo-43391: Remove the broken Python 2.4 link from the comment (GH-24736)
Kamil Turek committed
December 25, 2020
G
bpo-42388: Fix subprocess.check_output input=None when text=True (GH-23467)
Gregory P. Smith committed
November 21, 2020
F
October 19, 2020
R
bpo-41586: Add pipesize parameter to subprocess & F_GETPIPE_SZ and F_SETPIPE_SZ to fcntl. (GH-21921)
Ruben Vorderman committed
June 11, 2020
P
bpo-40939: Remove the old parser (GH-20768)
Pablo Galindo committed
April 23, 2020
V
bpo-40334: Rename PyConfig.use_peg to _use_peg_parser (GH-19670)
Victor Stinner committed
April 7, 2020
G
bpo-39481: Implementation for PEP 585 (#18239)
Guido van Rossum committed
April 1, 2020
V
bpo-40094: Add os.waitstatus_to_exitcode() (GH-19201)
Victor Stinner committed
February 3, 2020
V
bpo-39489: Remove COUNT_ALLOCS special build (GH-18259)
Victor Stinner committed
January 22, 2020
A
bpo-35182: fix communicate() crash after child closes its pipes (GH-17020) (GH-18117)
Alex Rebert committed
January 15, 2020
V
bpo-38630: Fix subprocess.Popen.send_signal() race condition (GH-16984)
Victor Stinner committed
December 30, 2019
B
bpo-39019: Implement missing __class_getitem__ for subprocess classes (GH-17558)
Batuhan Taşkaya committed
November 17, 2019
A
bpo-38724: Implement subprocess.Popen.__repr__ (GH-17151)
Andrey Doroschenko committed
October 12, 2019
G
bpo-38417: Add umask support to subprocess (GH-16726)
Gregory P. Smith committed
September 25, 2019
V
bpo-36046: posix_spawn() doesn't support uid/gid (GH-16384)
Victor Stinner committed
September 12, 2019
P
bpo-36046: Add user and group parameters to subprocess (GH-11950)
Patrick McLean committed
September 11, 2019
G
bpo-37424: Avoid a hang in subprocess.run timeout output capture (GH-14490)
Gregory P. Smith committed
September 10, 2019
M
Fix subprocess docstring typo (GH-15812)
Matthias committed
June 28, 2019
R
bpo-37380: subprocess: don't use _active on win (GH-14360)
Ruslan Kuprieiev committed
June 24, 2019
S
bpo-37363: Add audit events for a range of modules (GH-14301)
Steve Dower committed
June 8, 2019
R
bpo-34886: Fix subprocess.run handling of exclusive arguments (GH-11727)
Rémi Lapeyre committed
May 28, 2019
S
bpo-31961: Fix support of path-like executables in subprocess. (GH-5914)
Serhiy Storchaka committed
May 6, 2019
S
bpo-36793: Remove unneeded __str__ definitions. (GH-13081)
Serhiy Storchaka committed
January 29, 2019
G
subprocess: close pipes/fds by using ExitStack (GH-11686)
Giampaolo Rodola committed
January 26, 2019
G
Fix docstr/comment typos in _use_posix_spawn(). (GH-11684)
Gregory P. Smith committed
January 23, 2019
V
bpo-35537: subprocess can use posix_spawn with pipes (GH-11575)
Victor Stinner committed
January 16, 2019
V
Revert "bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)" (GH-11582)
Victor Stinner committed
V
bpo-35537: subprocess can now use os.posix_spawnp (GH-11579)
Victor Stinner committed
January 15, 2019
V
bpo-35537: subprocess uses os.posix_spawn in some cases (GH-11452)
Victor Stinner committed
November 23, 2018
V
bpo-34812: subprocess._args_from_interpreter_flags(): add isolated (GH-10675)
Victor Stinner committed
October 20, 2018
A
bpo-32236: open() emits RuntimeWarning if buffering=1 for binary mode (GH-4842)
Alexey Izbyshev committed
September 11, 2018
Z
closes bpo-32490: Fix filename duplication in subprocess exception message. (GH-9163)
Zackery Spytz committed
September 10, 2018
Z
bpo-8110: Refactor platform detection in subprocess (GH-9053)
Zachary Ware committed
July 5, 2018
V
bpo-34044: subprocess.Popen copies startupinfo (GH-8090)
Victor Stinner committed
February 27, 2018
S
Revert "bpo-31961: subprocess now accepts path-like args (GH-4329)" (#5912)
Serhiy Storchaka committed
January 30, 2018
A
bpo-31961: subprocess now accepts path-like args (GH-4329)
Anders Lorentsen committed
B
bpo-32102 Add "capture_output=True" to subprocess.run (GH-5149)
Bo Bayles committed
G
bpo-25942: make subprocess more graceful on ^C (GH-5026)
Gregory P. Smith committed
December 18, 2017
S
bpo-19764: Implemented support for subprocess.Popen(close_fds=True) on Windows (#1218)
Segev Finer committed
December 13, 2017
V
bpo-29240: PEP 540: Add a new UTF-8 Mode (#855)
Victor Stinner committed
December 12, 2017
V
bpo-32230: Set sys.warnoptions with -X dev (#4820)
Victor Stinner committed
November 21, 2017
V
bpo-32089: Fix warnings filters in dev mode (#4482)
Victor Stinner committed
November 20, 2017
V
bpo-32094: Update subprocess for -X dev (#4480)
Victor Stinner committed
November 8, 2017