cpython/Lib/test/test_asyncio
Yury Selivanov 09663de203 Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111)
This reverts commit a608d2d5a7.
2017-06-11 16:46:35 +02: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
test_events.py bpo-30110: fix resource leak in test_asyncio.test_events (#1413) 2017-05-15 11:56:40 +08:00
test_futures.py bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) 2017-06-11 13:49:18 +00: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
test_queues.py
test_selector_events.py
test_sslproto.py Revert "bpo-29406: asyncio SSL contexts leak sockets after calling close with certain servers (#409)" (#2111) 2017-06-11 16:46:35 +02:00
test_streams.py
test_subprocess.py
test_tasks.py bpo-30508: Don't log exceptions if Task/Future "cancel()" method called (#2050) 2017-06-11 13:49:18 +00:00
test_transports.py
test_unix_events.py
test_windows_events.py
test_windows_utils.py