COMMITS
/ Lib/asyncio/runners.py April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
December 27, 2024
A
Mention loop_factory argument in docstring for asyncio.run() (#128288)
Andrew Svetlov committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
September 26, 2024
R
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
Ron Frederick committed
November 14, 2022
K
GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)
Kumar Aditya committed
September 28, 2022
K
GH-82448: Add thread timeout for loop.shutdown_default_executor (#97561)
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 13, 2022
V
gh-84623: Remove unused imports in stdlib (#93773)
Victor Stinner committed
April 30, 2022
D
gh-91880 - fix typo (GH-92069)
David Hewitt 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
March 24, 2022
A
bpo-47062: Implement asyncio.Runner context manager (GH-31799)
Andrew Svetlov committed
November 28, 2020
Y
bpo-42392: Remove loop parameter from asyncio.tasks and asyncio.subprocess (GH-23521)
Yurii Karabas committed
September 3, 2020
S
bpo-41696: Fix handling of debug mode in asyncio.run (#22069)
Shantanu committed
October 1, 2019
K
Fix and improve `asyncio.run()` docs (GH-16403)
Kyle Stanley committed
September 25, 2019
E
bpo-38260: Add Docs on asyncio.run (GH-16337)
Emmanuel Arias committed
September 19, 2019
K
bpo-34037: Fix test_asyncio failure and add loop.shutdown_default_executor() (GH-15735)
Kyle Stanley committed
May 28, 2018
Y
bpo-32610: Fix asyncio.all_tasks() to return only pending tasks. (GH-7174)
Yury Selivanov 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