cpython/Lib/test/test_asyncio
2022-10-05 10:15:31 -07:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py gh-93973: Add all_errors to asyncio.create_connection (#93974) 2022-09-04 18:33:50 -07:00
test_buffered_proto.py
test_context.py
test_events.py
test_futures.py GH-97592: Fix crash in C remove_done_callback due to evil code (#97660) 2022-09-30 12:57:09 -07:00
test_futures2.py GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756) 2022-10-04 23:49:10 -07:00
test_locks.py gh-97545: Make Semaphore run faster. (#97549) 2022-09-26 16:38:00 -07:00
test_pep492.py
test_proactor_events.py Revert "gh-87079: Warn on unintended signal wakeup fd override in asyncio (#96807)" (#96898) 2022-09-17 14:12:45 -07:00
test_protocols.py
test_queues.py
test_runners.py
test_selector_events.py
test_sendfile.py
test_server.py
test_sock_lowlevel.py
test_ssl.py
test_sslproto.py
test_streams.py gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896) 2022-10-05 07:31:43 -07:00
test_subprocess.py gh-88050: Fix asyncio subprocess to kill process cleanly when process is blocked (#32073) 2022-10-05 10:15:31 -07:00
test_taskgroups.py GH-95704: Don't suppress errors from tasks when TG is cancelled (#95761) 2022-08-16 18:23:06 -07:00
test_tasks.py GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler() (#96756) 2022-10-04 23:49:10 -07:00
test_threads.py
test_timeouts.py
test_transports.py
test_unix_events.py Revert "gh-87079: Warn on unintended signal wakeup fd override in asyncio (#96807)" (#96898) 2022-09-17 14:12:45 -07:00
test_waitfor.py
test_windows_events.py
test_windows_utils.py
utils.py