cpython/Lib/asyncio
Miss Islington (bot) 0c83e503cd
[3.13] gh-140287: Handle PYTHONSTARTUP script exceptions in the asyncio REPL (GH-140288) (#148988)
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
2026-04-29 12:57:19 +03:00
..
__init__.py
__main__.py [3.13] gh-140287: Handle PYTHONSTARTUP script exceptions in the asyncio REPL (GH-140288) (#148988) 2026-04-29 12:57:19 +03:00
base_events.py [3.13] gh-142352: Fix asyncio start_tls() to transfer buffered data from StreamReader (GH-142354) (#145364) 2026-03-01 00:23:27 +05:30
base_futures.py
base_subprocess.py [3.13] gh-145541: Fix InvalidStateError in BaseSubprocessTransport._call_connection_lost() (GH-145554) (#145677) 2026-03-10 10:11:21 +05:30
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-105836: Fix asyncio.run_coroutine_threadsafe leaving underlying cancelled asyncio task running (GH-141696) (#142359) 2025-12-09 20:15:50 +05:30
locks.py
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] gh-146544: Fix asyncio.Queue docstring ambiguity (GH-146545) (#146568) 2026-03-28 11:27:59 +00:00
runners.py
selector_events.py [3.13] gh-90871: fix connection backlog offset in asyncio (gh-134392) (#142739) 2025-12-15 06:12:12 +00:00
sslproto.py
staggered.py
streams.py
subprocess.py
taskgroups.py
tasks.py
threads.py
timeouts.py
transports.py
trsock.py
unix_events.py
windows_events.py
windows_utils.py [3.13] gh-137335: Fix unlikely name conflicts for named pipes in multiprocessing and asyncio on Windows (GH-137389) (GH-145171) 2026-02-24 17:20:53 +00:00