COMMITS
/ Doc/library/subprocess.rst April 5, 2026
G
gh-94632: document the subprocess need for extra_groups=() with user= (GH-148129)
Gregory P. Smith committed
March 21, 2026
A
gh-138234: clarify returncode behavior for subprocesses created with `shell=True` (#138536)
andreuu-tsai committed
February 19, 2026
N
Docs: remove unneeded author attributions (#145002)
Ned Batchelder committed
February 6, 2026
N
Docs: module pages should not link to themselves (#144505)
Ned Batchelder committed
January 28, 2026
G
gh-83069: Use efficient event-driven `subprocess.Popen.wait()` on Linux / macOS / BSD (#144047)
Giampaolo Rodola committed
December 1, 2025
G
gh-141473: Document not calling Popen.wait after Popen.communicate times out. (GH-142101)
Gregory P. Smith committed
November 29, 2025
October 8, 2025
S
gh-101100: Fix all Sphinx warnings in `Doc/library/subprocess.rst` (#139576)
Stan Ulbrych committed
May 5, 2025
September 23, 2024
M
gh-116622: Complete Android documentation (#124259)
Malcolm Smith committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
July 31, 2024
C
gh-121381 Remove subprocess._USE_VFORK escape hatch (#121383)
Cody Maloney committed
July 22, 2024
V
Docs: spelling and grammar fixes (#122084)
Ville Skyttä committed
May 30, 2024
B
gh-110383: Remove references to removed popen[234] (GH-112783)
Bradley Reynolds committed
May 29, 2024
Z
subprocess docs: Fix semantically important typo (GH-119752)
Zachary Ware committed
May 8, 2024
N
docs: module page titles should not start with a link to themselves (#117099)
Ned Batchelder committed
April 28, 2024
April 17, 2024
S
gh-114539: Clarify implicit launching of shells by subprocess (GH-117996)
Steve Dower committed
April 1, 2024
M
Docs: add more links to PIPE in subprocess docs (#25416)
Matthew Davis committed
March 28, 2024
R
gh-114099: Add documentation for iOS platform (GH-117057)
Russell Keith-Magee committed
February 12, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade committed
February 2, 2024
T
gh-114913: Add newline to subprocess doc (#114941)
Terry Jan Reedy committed
January 22, 2024
E
Docs: align usage of versionadded/versionchanged with recommended practice (#114409)
Erlend E. Aasland committed
January 5, 2024
H
gh-101100: Fix Sphinx warnings for 2.6 deprecations and removals (#113725)
Hugo van Kemenade committed
November 16, 2023
L
[doc] Make subprocess.wait documentation more precise (#98700)
Luis Pedro Coelho committed
October 11, 2023
E
gh-110631: Fix reST indentation in `Doc/library` (#110685)
Ezio Melotti committed
July 28, 2023
S
gh-107091: Fix some uses of :const: role (GH-107379)
Serhiy Storchaka committed
July 21, 2023
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
May 25, 2023
G
gh-104372: Drop the GIL around the vfork() call. (#104782)
Gregory P. Smith committed
April 24, 2023
J
gh-87452: Improve the Popen.returncode docs
Joshua Herman committed
March 12, 2023
G
Fixes duplicated word (#102623)
Guido van Rossum committed
February 9, 2023
O
gh-101283: Fix 'versionchanged' for the shell=True fallback on Windows in 3.12 (GH-101728)
Oleg Iarygin committed
February 8, 2023
S
gh-101283: Version was just released, so should be changed in 3.11.3 (GH-101719)
Steve Dower committed
O
gh-101283: Improved fallback logic for subprocess with shell=True on Windows (GH-101286)
Oleg Iarygin committed
S
gh-47937: Note that Popen attributes are read-only (#93070)
Stanley committed
January 20, 2023
December 24, 2022
B
[Minor PR] Quotes in documentation changed into code blocks (#99536)
Bart Broere committed
November 8, 2022
G
gh-99238: clarify the type of the env dict. (#99253)
Gregory P. Smith committed
October 18, 2022
J
Doc: Found some remaining default roles. (GH-98392)
Julien Palard committed
September 30, 2022
G
gh-87597: Document TimeoutExpired.stdout & .stderr types (#97685)
Gregory P. Smith committed
August 2, 2022
C
gh-95451: Update docs for wasm32-emscripten and -wasi platforms (GH-95452)
Christian Heimes committed
July 29, 2022
C
gh-95415: Make availability directive consistent (GH-95416)
Christian Heimes committed
July 5, 2022
N
Docs: remove redundant "adverb-adjective" hyphens from compound modifiers (GH-94551)
Ned Batchelder committed
May 19, 2022
A
gh-92417: `subprocess` docs: remove note on compatibility with Python <3.5 (GH-92538)
Alex Waygood committed
May 5, 2022
G
gh-82616: Add process_group support to subprocess.Popen (#23930)
Gregory P. Smith committed
April 30, 2022
S
I
gh-91954: Emit EncodingWarning from locale and subprocess (GH-91977)
Inada Naoki committed
April 25, 2022
G
gh-91401: Add a failsafe way to disable vfork. (#91490)
Gregory P. Smith committed
February 25, 2022
K
bpo-26897: Clarify Popen stdin, stdout, stderr file object docs (GH-30231)
Kumar Aditya committed
September 7, 2021