cpython/Lib/test/test_asyncio
Raymond Hettinger f1024f7425 merge 2016-09-09 15:58:00 -07: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 Issue #27136: Change test to use ::1 for better OS X Tiger compatibility 2016-06-13 03:17:47 +00:00
test_events.py Merge asyncio upstream. 2016-09-09 14:26:31 -07:00
test_futures.py Merge asyncio upstream. 2016-09-09 14:26:31 -07:00
test_locks.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
test_pep492.py Sync asyncio with upstream git repo (conditional import in test_pep492.py). 2015-12-12 17:01:47 -08:00
test_proactor_events.py asyncio: Skip getaddrinfo if host is already resolved. 2015-12-16 19:31:17 -05:00
test_queues.py Issue #25233: Rewrite the guts of Queue to be more understandable and correct. 2015-09-28 07:42:34 -07:00
test_selector_events.py asyncio: Use socket specs for getaddrinfo() in sock_connect() 2016-06-28 11:00:22 -04:00
test_sslproto.py asyncio: Fix NameError in sslproto _fatal_error() 2016-06-28 10:55:36 -04:00
test_streams.py #27364: fix "incorrect" uses of escape character in the stdlib. 2016-09-08 13:59:53 -04:00
test_subprocess.py Issue #27076: Doc, comment and tests spelling fixes 2016-05-26 05:35:26 +00:00
test_tasks.py asyncio: Remove asyncio.timeout() context manager. 2016-06-08 13:57:03 -04:00
test_transports.py
test_unix_events.py asyncio: Add Transport.is_closing() 2015-11-16 12:43:21 -05:00
test_windows_events.py
test_windows_utils.py