cpython/Lib/asyncio
2025-08-03 17:24:26 +00:00
..
__init__.py
__main__.py [3.13] gh-136447: Use self.loop instead of global loop variable in asyncio REPL (GH-136448) (#136457) 2025-07-09 09:21:47 +00:00
base_events.py [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347) 2025-08-03 17:24:26 +00:00
base_futures.py
base_subprocess.py [3.13] gh-114177: avoid calling connection lost callbacks when loop is already closed in asyncio subprocess (GH-134508) (#134562) 2025-05-23 04:56:14 +00:00
base_tasks.py
constants.py
coroutines.py
events.py [3.13] gh-128308: pass **kwargs to asyncio task_factory (GH-128768) (#130084) 2025-02-14 22:04:17 +05:30
exceptions.py
format_helpers.py
futures.py [3.13] gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (GH-124959) (#125463) 2024-10-14 15:45:49 +00:00
locks.py [3.13] gh-129403: Fix ValueError messages in asyncio.Barrier and threading.Barrier (GH-129419) (#129468) 2025-01-30 09:33:30 +00:00
log.py
mixins.py
proactor_events.py [3.13] gh-135444: fix asyncio.DatagramTransport.sendto to account for datagram header size when data cannot be sent (GH-135445) (#137246) 2025-08-03 10:18:53 +05:30
protocols.py
queues.py [3.13] Fix Queue.shutdown docs for condition to unblock a join (gh-137088) (gh-137102) 2025-07-25 08:48:28 -06:00
runners.py [3.13] Mention loop_factory argument in docstring for asyncio.run() (GH-128288) (#128291) 2024-12-27 14:22:25 +00:00
selector_events.py [3.13] gh-135444: fix asyncio.DatagramTransport.sendto to account for datagram header size when data cannot be sent (GH-135445) (#137246) 2025-08-03 10:18:53 +05:30
sslproto.py [3.13] gh-118950: Fix SSLProtocol.connection_lost not being called when OSError is thrown (GH-118960) (#125931) 2024-10-26 22:01:47 +05:30
staggered.py [3.13] gh-128479: fix asyncio staggered race leaking tasks, and logging unhandled exception.append exception (GH-128475) (#129227) 2025-01-23 22:16:02 +01:00
streams.py
subprocess.py
taskgroups.py [3.13] gh-128588: gh-128550: remove eager tasks optimization that missed and introduced incorrect cancellations (GH-129063) (#129089) 2025-01-20 17:36:50 +00:00
tasks.py
threads.py
timeouts.py
transports.py
trsock.py
unix_events.py
windows_events.py
windows_utils.py