cpython/Lib/test/test_asyncio
Yury Selivanov 491a912659 Issue #28600: Optimize loop.call_soon().
Run expensive type checks only in debug mode.  In addition, stop
supporting passing handles to loop.run_in_executor.
2016-11-03 15:09:24 -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 #28600: Optimize loop.call_soon(). 2016-11-03 15:09:24 -07:00
test_events.py Issue #28600: Optimize loop.call_soon(). 2016-11-03 15:09:24 -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 Issue #28369: Raise an error when transport's FD is used with add_reader 2016-10-05 17:48:59 -04:00
test_sslproto.py asyncio: Add set_protocol / get_protocol methods to Transports 2016-09-11 21:11:02 -04:00
test_streams.py Use raw string for regexp 2016-09-09 21:39:10 -07:00
test_subprocess.py Issue #28368: Refuse monitoring processes if the child watcher has no loop attached. 2016-10-05 16:57:12 -04:00
test_tasks.py Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. 2016-10-21 17:22:17 -04:00
test_transports.py
test_unix_events.py Issue #28399: Remove UNIX socket from FS before binding. 2016-10-09 12:15:08 -04:00
test_windows_events.py asyncio: sync with github asyncio 2015-07-09 23:13:50 +02:00
test_windows_utils.py