| .. | 
		
		
			
			
			
			
				| __init__.py | bpo-40280: Skip socket, fork, subprocess tests on Emscripten (GH-31986) | 2022-03-22 03:04:36 -07:00 | 
		
			
			
			
			
				| __main__.py |  |  | 
		
			
			
			
			
				| echo.py |  |  | 
		
			
			
			
			
				| echo2.py |  |  | 
		
			
			
			
			
				| echo3.py |  |  | 
		
			
			
			
			
				| functional.py | bpo-45011: Fix test_asyncio without C module _asyncio (GH-27968) | 2021-08-26 14:48:24 +02:00 | 
		
			
			
			
			
				| test_base_events.py | gh-110771: Decompose run_forever() into parts (#110773) | 2023-10-13 14:12:32 +00:00 | 
		
			
			
			
			
				| test_buffered_proto.py | bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482) | 2019-09-29 21:59:55 -07:00 | 
		
			
			
			
			
				| test_context.py | bpo-46425: fix direct invocation of asynciotests (#30725) | 2022-01-22 13:06:27 +02:00 | 
		
			
			
			
			
				| test_eager_task_factory.py | gh-109653: Remove unused imports in the Lib/directory (#109803) | 2023-09-24 15:07:23 +01:00 | 
		
			
			
			
			
				| test_events.py | gh-110088: Fix asyncio test_prompt_cancellation() (#110157) | 2023-09-30 22:40:10 +02:00 | 
		
			
			
			
			
				| test_futures.py | gh-112182: Replace StopIteration with RuntimeError for future (#113220) | 2024-01-09 21:21:00 -08:00 | 
		
			
			
			
			
				| test_futures2.py | GH-96764: rewrite asyncio.wait_forto useasyncio.timeout(#98518) | 2023-02-17 00:18:21 +05:30 | 
		
			
			
			
			
				| test_locks.py | GH-111693: Propagate correct asyncio.CancelledError instance out of asyncio.Condition.wait() (#111694) | 2024-01-08 11:57:48 -08:00 | 
		
			
			
			
			
				| test_pep492.py | GH-102748: remove legacy support for generator based coroutines from asyncio.iscoroutine(#102749) | 2023-03-16 20:28:10 +05:30 | 
		
			
			
			
			
				| test_proactor_events.py | gh-103607: Fix pause_readingto work when called fromconnection_madeinasyncio. (#17425) | 2023-04-27 15:33:29 +05:30 | 
		
			
			
			
			
				| test_protocols.py | Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) | 2022-02-10 14:57:20 +02:00 | 
		
			
			
			
			
				| test_queues.py | bpo-47076: Make asyncio.Queue stable on slow test boxes (GH-32040) | 2022-03-22 16:00:23 +02:00 | 
		
			
			
			
			
				| test_runners.py | gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (#113040) | 2023-12-23 17:07:52 -08:00 | 
		
			
			
			
			
				| test_selector_events.py | gh-106527: asyncio: optimize to add/remove readers and writers (#106528) | 2023-07-22 21:07:40 +00:00 | 
		
			
			
			
			
				| test_sendfile.py | gh-111347: Remove wrong assertion in test_sendfile (#111377) | 2023-10-29 08:22:15 -07:00 | 
		
			
			
			
			
				| test_server.py | gh-113879: Fix ResourceWarning in test_asyncio.test_server (GH-113881) | 2024-01-10 12:38:36 +02:00 | 
		
			
			
			
			
				| test_sock_lowlevel.py | gh-109015: Add test.support.socket_helper.tcp_blackhole() (#109016) | 2023-09-07 01:58:03 +02:00 | 
		
			
			
			
			
				| test_ssl.py | gh-95649: Document that asyncio contains uvloop code (#107536) | 2024-01-12 22:21:13 +00:00 | 
		
			
			
			
			
				| test_sslproto.py | GH-113214: Fix SSLProto exception handling in SSL-over-SSL scenarios (#113334) | 2023-12-20 15:09:01 -08:00 | 
		
			
			
			
			
				| test_streams.py | gh-113538: Don't error in stream reader protocol callback when task is cancelled (#113690) | 2024-01-04 12:20:21 -08:00 | 
		
			
			
			
			
				| test_subprocess.py | gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (GH-113991) | 2024-01-15 09:26:49 +02:00 | 
		
			
			
			
			
				| test_taskgroups.py | gh-111085: Fix invalid state handling in TaskGroup and Timeout (#111111) | 2023-10-21 22:18:34 +03:00 | 
		
			
			
			
			
				| test_tasks.py | gh-105331: Change asyncio.sleepto raise `ValueErrorfor nan (#105641) | 2023-06-12 20:29:02 +00:00 | 
		
			
			
			
			
				| test_threads.py | bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH-32086) | 2022-03-23 23:17:07 +02:00 | 
		
			
			
			
			
				| test_timeouts.py | gh-96037: Always insert TimeoutError when exit an expired asyncio.timeout() block (GH-113819) | 2024-01-10 12:50:31 +02:00 | 
		
			
			
			
			
				| test_transports.py | Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) | 2022-02-10 14:57:20 +02:00 | 
		
			
			
			
			
				| test_unix_events.py | gh-110335: asyncio test_unix_events cleans multiprocessing (#110336) | 2023-10-04 09:19:08 +00:00 | 
		
			
			
			
			
				| test_waitfor.py | gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) | 2023-09-29 11:49:30 +00:00 | 
		
			
			
			
			
				| test_windows_events.py | gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) | 2023-09-29 11:49:30 +00:00 | 
		
			
			
			
			
				| test_windows_utils.py | bpo-44287: asyncio test_popen() uses longer timeout (GH-26832) | 2021-06-22 01:58:19 +02:00 | 
		
			
			
			
			
				| utils.py | gh-110205: Fix asyncio ThreadedChildWatcher._join_threads() (#110884) | 2023-10-27 15:44:12 -07:00 |