cpython/Lib/test/test_asyncio
Yury Selivanov 572636d425
bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898)
(cherry picked from commit e796b2fe26)
2017-12-15 21:53:08 -05:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898) 2017-12-15 21:53:08 -05:00
test_events.py [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517) 2017-09-12 14:18:23 -07:00
test_futures.py [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517) 2017-09-12 14:18:23 -07:00
test_locks.py Fix waiter cancellation in asyncio.Lock (#1031) (#2037) 2017-06-09 17:07:48 -04:00
test_pep492.py Issue #28613: Fix get_event_loop() to return the current loop 2016-11-04 14:29:28 -04:00
test_proactor_events.py [3.6] bpo-31250: test_asyncio: fix dangling threads (#3517) 2017-09-12 14:18:23 -07:00
test_queues.py bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (GH-3813) (#4326) 2017-11-07 22:08:15 +03:00
test_selector_events.py bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898) 2017-12-15 21:53:08 -05:00
test_sslproto.py bpo-31632: fix set_protocol() in _SSLProtocolTransport (GH-3817) (GH-3817) (#4052) 2017-10-19 14:12:44 -04:00
test_streams.py bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#4411) 2017-11-15 19:28:25 -05:00
test_subprocess.py bpo-31034: Reliable signal handler for test_asyncio (#2867) (#2876) 2017-07-26 02:33:47 +02:00
test_tasks.py [3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314) (#4322) 2017-11-07 17:50:48 +01:00
test_transports.py
test_unix_events.py Issue #28704: Fix create_unix_server to support Path-like objects 2016-11-15 15:26:34 -05:00
test_windows_events.py bpo-31008: Fix asyncio test_wait_for_handle on Windows (#3065) (#3068) 2017-08-11 01:52:13 +02:00
test_windows_utils.py