COMMITS
/ Lib/test/test_asyncio/test_runners.py July 9, 2025
J
gh-134657: Remove newly added private names from asyncio.__all__ (#134665)
Jelle Zijlstra committed
December 24, 2024
K
gh-127949: deprecate asyncio policy classes (#128216)
Kumar Aditya committed
December 18, 2024
K
gh-127949: deprecate `asyncio.get_event_loop_policy` (#128053)
Kumar Aditya committed
K
gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)
Kumar Aditya committed
September 26, 2024
R
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
Ron Frederick committed
December 24, 2023
Y
October 12, 2023
T
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger committed
August 21, 2023
J
gh-107895: Fix test_asyncio.test_runners when run it in CPython's "development mode" (GH-108168)
Joon Hwan 김준환 committed
June 13, 2023
K
GH-105684: Require `asyncio.Task` implementations to support `set_name` method (#105685)
Kumar Aditya committed
November 14, 2022
K
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Kumar Aditya committed
August 15, 2022
K
GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)
Kumar Aditya committed
July 28, 2022
K
GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)
Kumar Aditya committed
July 6, 2022
K
GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (#94593)
Kumar Aditya committed
June 15, 2022
K
GH-93850: Fix test_asyncio exception ignored tracebacks (#93854)
Kumar Aditya committed
June 13, 2022
V
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner committed
May 25, 2022
A
gh-93124: Fix typos in comments (GH-93125)
Akuli committed
April 25, 2022
D
gh-91880: add try/except around `signal.signal` (#91881)
David Hewitt committed
March 30, 2022
A
bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)
Andrew Svetlov committed
March 25, 2022
A
bpo-47062: Rename factory argument to loop_factory (GH-32113)
Andrew Svetlov committed
A
bpo-47118: Fix asyncio.Runner tests error (32117)
Andrew Svetlov committed
March 24, 2022
A
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov committed
February 10, 2022
A
Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253)
Andrew Svetlov committed
January 22, 2022
N
bpo-46425: fix direct invocation of `asyncio` tests (#30725)
Nikita Sobolev committed
September 3, 2020
S
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
Shantanu committed
January 21, 2018
Y
bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)
Yury Selivanov committed
December 14, 2017
Y
bpo-32314: Implement asyncio.run() (#4852)
Yury Selivanov committed