COMMITS
/ Lib/test/test_asyncio/test_futures.py January 3, 2026
K
July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
May 18, 2025
J
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
January 20, 2025
S
gh-71339: Use new assertion methods in `test_asyncio` (#129051)
Serhiy Storchaka committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
October 27, 2024
October 25, 2024
B
gh-125969: fix OOB in `future_schedule_callbacks` due to an evil `call_soon` (#125970)
Bénédikt Tran committed
K
GH-125789: fix `fut._callbacks` to always return a copy of callbacks (#125922)
Kumar Aditya 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
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 25, 2023
S
gh-101326: Fix regression when passing None to FutureIter.throw (#101327)
Shantanu 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-97592: Fix crash in C remove_done_callback due to evil code (#97660)
Guido van Rossum committed
April 24, 2022
S
Simplify testing the warning filename (GH-91868)
Serhiy Storchaka committed
March 23, 2022
A
bpo-46829: Deprecate passing a message into Future.cancel() and Task.cancel() (GH-31840)
Andrew Svetlov committed
January 22, 2022
K
bpo-46469: Make asyncio generic classes return GenericAlias (GH-30777)
Kumar Aditya committed
January 13, 2022
N
bpo-46358: modernize `test_asyncio` (GH-30562)
Nikita Sobolev committed
December 20, 2021
S
bpo-23819: Get rid of assert statements in test_asyncio (GH-30212)
Serhiy Storchaka committed
August 26, 2021
S
bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968)
Serhiy Storchaka committed
April 25, 2021
S
bpo-39529: Deprecate creating new event loop in asyncio.get_event_loop() (GH-23554)
Serhiy Storchaka committed
May 15, 2020
C
bpo-31033: Add a msg argument to Future.cancel() and Task.cancel() (GH-19979)
Chris Jerdonek committed
November 13, 2019
A
bpo-38785: Prevent asyncio from crashing (GH-17144)
Andrew Svetlov committed
December 17, 2018
Z
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11175)
Zackery Spytz committed
June 2, 2018
B
bpo-33562: Check the global asyncio event loop policy isn't set after any tests (GH-7328)
Brett Cannon 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 18, 2017
Y
bpo-32348: Optimize asyncio.Future schedule/add/remove callback. (#4907)
Yury Selivanov committed
December 11, 2017
Y
bpo-32273: Move asyncio.test_utils to test.test_asyncio (#4785)
Yury Selivanov committed
September 3, 2017
S
bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076)
Serhiy Storchaka committed
September 1, 2017
V
bpo-31250, test_asyncio: fix dangling threads (#3252)
Victor Stinner committed
August 2, 2017
A
bpo-31061: fix crash in asyncio speedup module (GH-2966)
Alexander Mohr committed
July 5, 2017
Y
bpo-30828: Fix out of bounds write in `asyncio.CFuture.remove_done_callback() (#2569)
Yury Selivanov committed
June 11, 2017
Y
bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050)
Yury Selivanov committed
March 3, 2017
Y
bpo-28963: Fix out of bound iteration in asyncio.Future.remove_done_callback/C (#408)
Yury Selivanov committed
November 14, 2016
B
correctly emulate error semantics of gen.throw in FutureIter_throw
Benjamin Peterson committed
November 7, 2016
Y
Merge 3.5 (issue #28634)
Yury Selivanov committed
Y
Issue #28634: Fix asyncio.isfuture() to support mocks
Yury Selivanov committed
November 4, 2016
Y
Merge 3.5 (issue #28613)
Yury Selivanov committed
Y
Issue #28613: Fix get_event_loop() to return the current loop
Yury Selivanov committed