cpython/Lib/test/test_asyncio
Yury Selivanov c1cf296de6 asyncio: Remove asyncio.timeout() context manager.
It will probably be added back in Python 3.6, once its compatibility
issues are resolved; see [1] for more details.

[1] https://mail.python.org/pipermail/async-sig/2016-June/000045.html
2016-06-08 13:57:03 -04: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: Fix DNS static resolution; don't use it in getaddrinfo 2016-06-08 12:33:31 -04:00
test_events.py Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo 2016-06-08 12:33:31 -04:00
test_futures.py Issue #27041: asyncio: Add loop.create_future method 2016-05-16 15:38:39 -04:00
test_locks.py
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
test_selector_events.py Issue #27136: Fix DNS static resolution; don't use it in getaddrinfo 2016-06-08 12:33:31 -04:00
test_sslproto.py Issue #26778: Fixed "a/an/and" typos in code comment and documentation. 2016-04-17 08:32:47 +03:00
test_streams.py Issue #26050: Add asyncio.StreamReader.readuntil() method. 2016-01-11 12:28:19 -05: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
test_windows_events.py
test_windows_utils.py