COMMITS
/ Lib/asyncio/base_futures.py June 13, 2022
V
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner committed
March 17, 2022
A
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov committed
November 10, 2020
A
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020)
Andrew Svetlov committed
September 11, 2018
A
bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)
Andrew Svetlov committed
May 30, 2018
J
bpo-33238: Add InvalidStateError to concurrent.futures. (GH-7056)
jhaydaman committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
December 15, 2017
A
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 7, 2016
Y
Merge 3.5 (issue #28634)
Yury Selivanov committed
October 28, 2016
Y
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov committed