COMMITS
/ Lib/asyncio/futures.py January 3, 2026
K
December 6, 2025
May 18, 2025
J
January 22, 2025
Y
January 15, 2025
W
Fix typo in `Lib/asyncio/futures.py` (#128819)
Wang Ran (汪然) committed
October 14, 2024
T
K
gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#12… (#125476)
Kirill Podoprigora committed
T
gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#124959)
Thomas Grainger committed
July 15, 2024
K
fix outdated comments in asyncio (#121783)
Kumar Aditya committed
April 4, 2024
R
gh-117459: Keep the traceback in _convert_future_exc (#117460)
rsp4jack committed
January 10, 2024
J
gh-112182: Replace StopIteration with RuntimeError for future (#113220)
Jamie Phan committed
January 8, 2024
K
GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694)
Kristján Valur Jónsson committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
October 7, 2022
G
GH-90985: Revert "Deprecate passing a message into cancel()" (#97999)
Guido van Rossum committed
September 30, 2022
G
GH-96827: Don't touch closed loops from executor threads (#96837)
Guido van Rossum committed
July 11, 2022
March 23, 2022
A
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
Andrew Svetlov committed
March 17, 2022
A
bpo-47039: Normalize repr() of asyncio future and task objects (GH-31950)
Andrew Svetlov committed
February 21, 2022
A
bpo-45390: Propagate CancelledError's message from cancelled task to its awaiter (GH-31383)
Andrew Svetlov committed
January 22, 2022
K
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka committed
November 28, 2020
W
bpo-41241: Unnecessary Type casting in 'if condition' (GH-21396)
Wansoo Kim committed
May 18, 2020
C
bpo-31033: Improve the traceback for cancelled asyncio tasks (GH-19951)
Chris Jerdonek committed
May 15, 2020
C
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek committed
December 7, 2019
B
bpo-38978: Implement __class_getitem__ for asyncio objects (GH-17491)
Batuhan Taşkaya committed
November 13, 2019
A
bpo-38785: Prevent asyncio from crashing (GH-17144)
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-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
Yury Selivanov committed
January 24, 2018
Y
bpo-32643: Drop support for a few private Task and Future APIs. (#5293)
Yury Selivanov committed
January 23, 2018
Y
bpo-32436: Implement PEP 567 (#5027)
Yury Selivanov committed
December 25, 2017
Y
bpo-31721: Allow Future._log_traceback to only be set to False (#5009)
Yury Selivanov committed
Y
bpo-32363: Disable Task.set_exception() and Task.set_result() (#4923)
Yury Selivanov committed
December 23, 2017
Y
bpo-32415: Add asyncio.Task.get_loop() and Future.get_loop() (#4992)
Yury Selivanov committed
December 15, 2017
A
bpo-32311: Implement asyncio.create_task() shortcut (#4848)
Andrew Svetlov committed
December 11, 2017
A
bpo-32258: Replace 'yield from' to 'await' in asyncio docs (#4779)
Andrew Svetlov committed
December 10, 2017
Y
bpo-32262: Fix codestyle; use f-strings formatting where necessary. (#4775)
Yury Selivanov committed
November 28, 2017
V
asyncio: Remove asyncio/compat.py (#4606)
Victor Stinner committed
November 27, 2017
V
asyncio: Remove unused Future._tb_logger attribute (#4596)
Victor Stinner committed
November 7, 2017
A
bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314)
Antoine Pitrou committed
A
bpo-31960: Fix asyncio.Future documentation for thread (un)safety. (#4319)
Antoine Pitrou committed
June 11, 2017
Y
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov committed
April 25, 2017
I
bpo-29617: Remove Python 3.3 support from asyncio (GH-232)
INADA Naoki committed
October 28, 2016
Y
Issue #28544: Implement asyncio.Task in C.
Yury Selivanov committed
October 24, 2016
Y
asyncio: Increase asyncio.Future test coverage; test both implementations.
Yury Selivanov committed
October 21, 2016
I
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
INADA Naoki committed
October 18, 2016
I
Issue #28452: Remove _asyncio._init_module function
INADA Naoki committed
October 15, 2016
I
Issue #28428: Rename _futures module to _asyncio.
INADA Naoki committed
October 9, 2016
I
Issue #26801: Added C implementation of asyncio.Future.
INADA Naoki committed
September 9, 2016
G
Merge asyncio upstream.
Guido van Rossum committed
G
Rename Future._blocking to _asyncio_future_blocking.
Guido van Rossum committed