COMMITS
/ Doc/library/asyncio-subprocess.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
A
gh-138234: clarify returncode behavior for subprocesses created with `shell=True` (#138536)
andreuu-tsai committed
November 6, 2025
March 10, 2025
Y
gh-101100: Fix sphinx warnings in `library/asyncio-subprocess.rst` (#130994)
Yuki Kobayashi committed
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
June 23, 2024
K
GH-120804: add docs for removal for asyncio child watchers (#120895)
Kumar Aditya committed
February 12, 2024
H
gh-101100: Fix Sphinx warnings in `whatsnew/2.7.rst` and related (#115319)
Hugo van Kemenade committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
S
gh-106892: Use roles :data: and :const: for referencing module variables (GH-106894)
Serhiy Storchaka committed
April 28, 2023
M
gh-83925: Make asyncio.subprocess communicate similar to non-asyncio (#18650)
Marek Marczykowski-Górecki committed
November 8, 2022
M
Fix broken link in `asyncio-subprocesses` doc (GH-99214)
Mikael Koli committed
May 19, 2022
M
bpo-46879: Fix incorrect sphinx object names in doc (GH-31615)
Martin Fischer committed
May 2, 2022
H
asyncio.subprocess: Fix a typo in doc (#92030)
Harsh committed
February 18, 2022
S
bpo-46777: Fix incorrect use of directives in asyncio documentation (GH-31388)
Serhiy Storchaka committed
May 26, 2021
K
April 26, 2021
G
Update asyncio-subprocess.rst (GH-21680)
Gabriel R F committed
December 17, 2020
A
[doc] Fix erroneous backslashes in signatures and names (GH-23658)
Andre Delfino committed
November 29, 2020
Y
bpo-42392: Remove deprecated loop parameter from docs (GH-23552)
Yurii Karabas committed
October 19, 2020
Z
bpo-41217: Fix incorrect note in the asyncio.create_subprocess_shell() docs (GH-21360)
Zackery Spytz committed
May 26, 2020
October 10, 2019
K
docs: Add asyncio source code links (GH-16640)
Kyle Stanley committed
September 12, 2019
A
bpo-36373: Deprecate explicit loop in task and subprocess API (GH-16033)
Andrew Svetlov committed
June 30, 2019
A
April 5, 2019
D
Fix doc for create_subprocess_exec (GH-12598)
Dima Tisnek committed
September 28, 2018
V
bpo-34687: Update asyncio doc for ProactorEventLoop (GH-9623)
Victor Stinner committed
September 17, 2018
E
bpo-33649: A copy-editing pass on asyncio documentation (GH-9376)
Elvis Pranskevichus committed
Y
bpo-33649: Add low-level APIs index. (GH-9364)
Yury Selivanov committed
September 14, 2018
Y
bpo-33649: Add high-level APIs cheat-sheet (GH-9319)
Yury Selivanov committed
C
bpo-33649: Polish asyncio subprocess and sync docs (GH-9285)
Carol Willing committed
September 11, 2018
Y
bpo-33649: First asyncio docs improvement pass (GH-9142)
Yury Selivanov committed
August 7, 2018
M
bpo-34335: Use async/await syntax in documentation examples (GH-8674)
Mikhail Terekhov committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
July 25, 2017
L
March 4, 2017
J
Correct spelling "instanciate" (#465)
J. W committed
August 8, 2016
G
Issue #27700: Document AbstractEventLoop, not BaseEventLoop.
Guido van Rossum committed
February 26, 2016
November 2, 2015
G
Use sys.platform instead of os.name to detect Windows in asyncio docs. Patch by Akira Li.
Guido van Rossum committed
September 2, 2015
V
asyncio doc: fix subprocess sections
Victor Stinner committed
May 14, 2015
R
Make sentence correct English.
R David Murray committed
February 25, 2015
V
asyncio: add a note about (non) thread safety in each class
Victor Stinner committed
February 12, 2015
V
asyncio doc: annotate coroutine on coroutine functions and methods
Victor Stinner committed
January 9, 2015
V
asyncio doc: list limitations to run subprocesses from different threads
Victor Stinner committed
October 13, 2014
V
asyncio doc: rewrite subprocess doc
Victor Stinner committed
V
asyncio doc: protocol_factory of subprocess_exec() and subprocess_shell() must
Victor Stinner committed
July 17, 2014
V
asyncio, tulip issue 190: Process.communicate() now ignores
Victor Stinner committed
V
asyncio, tulip issue 190: Process.communicate() must ignore BrokenPipeError
Victor Stinner committed
July 11, 2014
V
asyncio: enhance documentation of platform support
Victor Stinner committed
July 8, 2014
V
Issue #21680: Document asyncio event loops
Victor Stinner committed
June 19, 2014
V
Closes #21758: asyncio doc: mention explicitly that subprocess parameters are
Victor Stinner committed
May 12, 2014
V
Issue #21485: remove unnecesary .flush() calls in the asyncio subprocess code
Victor Stinner committed