COMMITS
/ Doc/library/asyncio-runner.rst December 27, 2024
K
gh-127949: make deprecation of policy system more prominent (#128290)
Kumar Aditya committed
September 26, 2024
R
gh-120284: Enhance `asyncio.run` to accept awaitable objects (#120566)
Ron Frederick committed
August 30, 2024
W
gh-123492: Remove unnecessary `:func:` parentheses (#123493)
Wei-Hsiang (Matt) Wang committed
October 12, 2023
T
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger 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 14, 2022
K
Clarify asyncio.Runner docs re: loop_factory (#95979)
Kumar Aditya committed
May 2, 2022
B
Fix duplicate word. (GH-92182)
Benjamin Peterson 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