cpython/Lib/test/test_asyncio
Suren Nihalani c62f0cb3b1 bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) 2017-11-07 20:35:23 +03:00
..
__init__.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
__main__.py Issue #22002: Make full use of test discovery in test sub-packages. 2014-07-23 12:00:29 -05:00
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py [asyncio] bpo-30423: add regression test for orphan future causes "RuntimeError: Event loop stopped before Future completed." (#3295) 2017-11-01 15:54:45 +02:00
test_events.py Add asyncio.Handle.cancelled() method (#2388) 2017-11-07 12:06:05 +03:00
test_futures.py bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) 2017-09-03 08:10:14 +03:00
test_locks.py Fix waiter cancellation in asyncio.Lock (#1031) 2017-06-09 16:17:40 -04:00
test_pep492.py bpo-29919: Remove unused imports found by pyflakes (#137) 2017-03-27 16:05:26 +02:00
test_proactor_events.py bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051) 2017-10-19 15:46:40 -04:00
test_queues.py bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) 2017-11-07 20:35:23 +03:00
test_selector_events.py bpo-30280: Cleanup threads in ayncio tests (#2501) 2017-06-30 11:12:33 +02:00
test_sslproto.py bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) 2017-10-19 13:49:57 -04:00
test_streams.py Issue #28613: Fix get_event_loop() to return the current loop 2016-11-04 14:29:28 -04:00
test_subprocess.py bpo-31034: Reliable signal handler for test_asyncio (#2867) 2017-07-25 19:19:09 +02:00
test_tasks.py bpo-31970: Reduce performance overhead of asyncio debug mode. (#4314) 2017-11-07 17:23:29 +01:00
test_transports.py asyncio: Move loop attribute to _FlowControlMixin 2014-11-05 15:27:41 +01:00
test_unix_events.py Remove unused imports. 2016-12-16 20:00:15 +02:00
test_windows_events.py bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) 2017-08-11 01:23:22 +02:00
test_windows_utils.py asyncio: Close transports in tests 2015-01-15 14:24:55 +01:00