COMMITS
/ Lib/asyncio/base_subprocess.py March 9, 2026
D
November 12, 2025
K
gh-103847: fix cancellation safety of `asyncio.create_subprocess_exec` (#140805)
Kumar Aditya committed
May 23, 2025
July 1, 2024
K
gh-87744: fix waitpid race while calling send_signal in asyncio (#121126)
Kumar Aditya committed
December 24, 2023
A
gh-112800: Ignore PermissionError on SubprocessTransport.close() in asyncio (#112803)
Allison Karlitskaya committed
December 21, 2022
K
GH-100133: fix `asyncio` subprocess losing `stderr` and `stdout` output (#100154)
Kumar Aditya committed
October 6, 2022
K
GH-88050: fix race in closing subprocess pipe in asyncio (#97951)
Kumar Aditya committed
October 5, 2022
K
gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (#32073)
Kumar Aditya committed
May 27, 2019
Y
bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)
Yury Selivanov committed
January 10, 2019
V
asyncio: __del__() keep reference to warnings.warn (GH-11491)
Victor Stinner committed
May 20, 2018
C
bpo-32262: Fix typo in f-string (GH-7016)
Christian Heimes committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
December 8, 2017
A
bpo-32193: Convert asyncio to async/await usage (#4753)
Andrew Svetlov committed
April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
September 30, 2016
G
Misc asyncio improvements from upstream (merge 3.5->3.6)
Guido van Rossum committed
G
Misc asyncio improvements from upstream
Guido van Rossum committed
September 12, 2016
Y
Merge 3.5 (asyncio)
Yury Selivanov committed
Y
asyncio: Add set_protocol / get_protocol methods to Transports
Yury Selivanov committed
May 20, 2016
V
Merge 3.5 (issue #26741)
Victor Stinner committed
V
asyncio: fix ResourceWarning related to subprocesses
Victor Stinner committed
May 16, 2016
Y
Merge 3.5 (Issue #27041)
Yury Selivanov committed
Y
Issue #27041: asyncio: Add loop.create_future method
Yury Selivanov committed
March 22, 2016
V
Add a source parameter to warnings.warn()
Victor Stinner committed
November 16, 2015
Y
asyncio: Add Transport.is_closing()
Yury Selivanov committed
August 4, 2015
Y
asyncio: Sync with upstream (compat module)
Yury Selivanov committed
July 31, 2015
V
Fix ResourceWarning in asyncio.BaseSubprocessTransport
Victor Stinner committed
March 18, 2015
V
Issue #23456: Add missing @coroutine decorators in asyncio
Victor Stinner committed
March 10, 2015
V
asyncio: Fix repr(BaseSubprocessTransport) if it didn't start yet
Victor Stinner committed
February 27, 2015
V
Issue #23537: Remove 2 unused private methods of asyncio.BaseSubprocessTransport
Victor Stinner committed
February 17, 2015
V
asyncio: BaseSubprocessTransport: repr() mentions when the child process is
Victor Stinner committed
February 10, 2015
V
asyncio: BaseSubprocessTransport.close() doesn't try to kill the process if it
Victor Stinner committed
January 30, 2015
V
Issue #23347, asyncio: send_signal(), terminate(), kill() don't check if the
Victor Stinner committed
January 29, 2015
V
Issue #23347, asyncio: Make BaseSubprocessTransport.wait() private
Victor Stinner committed
V
asyncio: sync with Tulip
Victor Stinner committed
V
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
Victor Stinner committed
V
asyncio: BaseSubprocessTransport._kill_wait() now also call close()
Victor Stinner committed
January 14, 2015
V
asyncio: sync with Tulip
Victor Stinner committed
V
Python issue #23173: sync with Tulip
Victor Stinner committed
January 9, 2015
V
Issue #23209: Break some reference cycles in asyncio. Patch written by Martin
Victor Stinner committed
December 18, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
July 14, 2014
V
asyncio: sync with Tulip
Victor Stinner committed
June 28, 2014
V
asyncio: sync with Tulip, add a new asyncio.coroutines module
Victor Stinner committed
February 1, 2014
V
Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module
Victor Stinner committed
January 29, 2014
G
V
asyncio: Get rid of _try_connected().
Victor Stinner committed
January 26, 2014
A
Merge latest Tulip into asyncio
Andrew Svetlov committed
October 30, 2013
G
asyncio: Add new file (forgotten).
Guido van Rossum committed