COMMITS
/ Doc/library/asyncio-eventloop.rst March 21, 2026
H
Docs: replace all `datetime` imports with `import datetime as dt` (#145640)
Hugo van Kemenade committed
February 10, 2026
A
Clarify the docs for `args` in asyncio callbacks (#143873)
Aarni Koskela committed
November 6, 2025
August 18, 2025
July 28, 2025
May 22, 2025
T
gh-128307: Update docs for asyncio.create_task, TaskGroup.create_task, asyncio.create_task (#134202)
Thomas Grainger committed
May 6, 2025
H
Python 3.14.0b1
Hugo van Kemenade committed
May 5, 2025
April 13, 2025
K
gh-86513: improve docs of loop.call_exception_handler (#132466)
Kumar Aditya committed
April 12, 2025
K
gh-130322: drop deprecation of `asyncio.set_event_loop` (#132349)
Kumar Aditya committed
February 22, 2025
S
gh-121970: Replace `.. coroutine{method,function}` with `:async:` (#130448)
sobolevn committed
January 20, 2025
T
gh-128308: pass `**kwargs` to asyncio task_factory (#128768)
Thomas Grainger committed
January 14, 2025
H
Python 3.14.0a4
Hugo van Kemenade committed
January 9, 2025
K
gh-126137: improve docs for `loop.add_reader` and `loop.add_writer` (#128666)
Kumar Aditya committed
K
gh-79149: document reentrant safety of `loop.call_soon_threadsafe` (#128662)
Kumar Aditya committed
December 27, 2024
K
gh-127949: make deprecation of policy system more prominent (#128290)
Kumar Aditya committed
December 24, 2024
K
gh-127949: deprecate `asyncio.set_event_loop` (#128218)
Kumar Aditya committed
November 11, 2024
November 4, 2024
K
gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)
Kumar Aditya committed
October 16, 2024
E
gh-124694: Add concurrent.futures.InterpreterPoolExecutor (gh-124548)
Eric Snow committed
September 1, 2024
W
gh-123517: Remove unnecessary ``:meth:`` parentheses (#123518)
Wei-Hsiang (Matt) Wang committed
July 9, 2024
June 24, 2024
A
May 8, 2024
S
Format None, True, False and NotImplemented as literals (GH-118758)
Serhiy Storchaka committed
March 18, 2024
P
gh-113538: Add asycio.Server.{close,abort}_clients (redo) (#116784)
Pierre Ossman (ThinLinc team) committed
March 12, 2024
G
gh-113538: Revert "gh-113538: Add asycio.Server.{close,abort}_clients (#114432)" (#116632)
Guido van Rossum committed
March 11, 2024
P
gh-113538: Add asycio.Server.{close,abort}_clients (#114432)
Pierre Ossman (ThinLinc team) committed
March 7, 2024
S
gh-115664: Fix ordering of more versionadded and versionchanged directives (GH-116298)
Serhiy Storchaka committed
March 5, 2024
S
gh-115777: Fix double versionadded directives (GH-116269)
Serhiy Storchaka committed
December 13, 2023
B
gh-101336: Add keep_alive keyword arg for asyncio create_server() (#112485)
beavailable committed
November 8, 2023
P
gh-111246: Remove listening Unix socket on close (#111483)
Pierre Ossman (ThinLinc team) committed
October 29, 2023
N
gh-101100: Fix sphinx warnings in `library/asyncio-eventloop.rst` (GH-111222)
Nikita Sobolev committed
October 28, 2023
G
gh-79033: Try to fix asyncio.Server.wait_closed() again (GH-111336)
Guido van Rossum committed
October 24, 2023
I
gh-111151: Convert monospaced directives to :ref: (#111152)
InSync committed
October 22, 2023
N
gh-101100: Fix sphinx warnings in `library/asyncio-dev.rst` (GH-111179)
Nikita Sobolev committed
October 12, 2023
T
gh-94597: Add asyncio.EventLoop (#110723)
Thomas Grainger committed
August 22, 2023
H
gh-105857: Document that asyncio subprocess std{in,out,err} can be file handles (#107986)
Hadházy Tamás committed
July 21, 2023
S
gh-106909: Use role :const: for referencing module constants (GH-106910)
Serhiy Storchaka committed
July 19, 2023
J
gh-106882: Note that `asyncio.Server` is only publicly exposed on 3.11+ (#106901)
Jack Nelson committed
June 28, 2023
May 2, 2023
R
GH-103484: Fix redirected permanently URLs (#104001)
Rafael Fontenelle committed
April 26, 2023
J
gh-91441: Clarify the docs of asyncio.loop.subprocess_exec() (#91442)
July Tikhonov committed
C
gh-101786: Clarify docs that asyncio.Server.sockets is a socket-like TransportSocket (#103877)
Carol Willing committed
February 25, 2023
J
asyncio docs: Fix dangling hyphen (#102227)
Jelle Zijlstra committed
February 7, 2023
January 13, 2023
S
gh-100160: Restore and deprecate implicit creation of an event loop (GH-100410)
Serhiy Storchaka committed
December 16, 2022
B
gh-99830: asyncio: Document returns of remove_{reader,writer} (#100302)
Ben Darnell committed
December 6, 2022
S
gh-93453: No longer create an event loop in get_event_loop() (#98440)
Serhiy Storchaka committed
December 4, 2022
November 2, 2022
O
gh-92679: Clarify asyncio.loop.start_tls parameters (#92682)
Oleg Iarygin committed