COMMITS
/ Lib/asyncio/__init__.py July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
January 22, 2025
Y
December 24, 2024
K
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya committed
June 26, 2023
J
gh-106075: add `asyncio.taskgroups.__all__` to `asyncio.__all__` (#106090)
James Webber committed
March 10, 2022
A
bpo-46771: Implement asyncio context managers for handling timeouts (GH-31394)
Andrew Svetlov committed
February 15, 2022
G
bpo-46752: Add TaskGroup; add Task..cancelled(),.uncancel() (GH-31270)
Guido van Rossum committed
December 6, 2020
S
bpo-42582: Remove asyncio._all_tasks_compat(). (GH-23664)
Serhiy Storchaka committed
May 19, 2020
K
bpo-32309: Implement asyncio.to_thread() (GH-20143)
Kyle Stanley committed
September 30, 2019
Y
bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482)
Yury Selivanov committed
May 27, 2019
A
bpo-36889: Merge asyncio streams (GH-13251)
Andrew Svetlov committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
May 28, 2018
Y
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov committed
December 14, 2017
Y
bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 28, 2017
V
bpo-32154: Remove asyncio.selectors (#4605)
Victor Stinner committed
January 6, 2015
V
Issue #23046: Expose the BaseEventLoop class in the asyncio namespace
Victor Stinner committed
July 18, 2014
V
Fix asyncio.__all__: export also unix_events and windows_events symbols
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 25, 2014
V
asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor
Victor Stinner committed
V
Update asyncio from the Tulip project
Victor Stinner committed
October 30, 2013
G
asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk).
Guido van Rossum committed
October 17, 2013
G
Initial checkin of asyncio package (== Tulip, == PEP 3156).
Guido van Rossum committed