cpython/Lib/test/test_asyncio
Miss Islington (bot) 1b0dfbf209
[3.13] gh-135444: fix asyncio.DatagramTransport.sendto to account for datagram header size when data cannot be sent (GH-135445) (#137246)
gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445)
(cherry picked from commit e3ea861351)

Co-authored-by: Justin Bronder <jsbronder@cold-front.org>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
2025-08-03 10:18:53 +05:30
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py [3.13] gh-135836: Fix IndexError in asyncio.create_connection() (GH-135875) (#136222) 2025-07-03 04:31:43 +00:00
test_buffered_proto.py
test_context.py
test_eager_task_factory.py [3.13] gh-128308: pass **kwargs to asyncio task_factory (GH-128768) (#130084) 2025-02-14 22:04:17 +05:30
test_events.py [3.13] gh-131645: fix ResourceWarnings in test_asyncio.test_events (#131646) (#131661) 2025-03-24 13:18:57 +00:00
test_futures.py
test_futures2.py
test_locks.py
test_pep492.py
test_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
test_protocols.py
test_queues.py
test_runners.py
test_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
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_ssl.py [3.13] gh-133454: Mark tests with many threads that use much memory as bigmem (GH-133456) (GH-133664) 2025-05-08 13:20:34 +00:00
test_sslproto.py
test_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
test_streams.py
test_subprocess.py
test_taskgroups.py [3.13] gh-133745: Fix asyncio task factory name/context kwarg breaks (#133948) 2025-05-18 06:50:07 -07:00
test_tasks.py [3.13] gh-127949: fix resource warnings in test_tasks.py (GH-128172) (#131805) 2025-03-28 19:32:03 +05:30
test_threads.py
test_timeouts.py
test_transports.py
test_unix_events.py
test_waitfor.py
test_windows_events.py
test_windows_utils.py
utils.py [3.13] gh-133016: Fix a reference to removed asyncio.futures.TimeoutError (GH-133019) (#133023) 2025-04-26 19:46:11 +00:00