cpython/Lib/test/test_asyncio
Andrew Svetlov 017e9fda92
[3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6058)
* Skip write()/data_received() if sslpipe is destroyed.
(cherry picked from commit 5e80a71ab6)
2018-03-10 19:09:07 +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 bpo-27456: Ensure TCP_NODELAY is set on linux (#4231) (#4898) 2017-12-15 21:53:08 -05:00
test_events.py bpo-32517: fix test_read_pty_output() hangs on macOS 10.13.2+ (GH-6037) 2018-03-09 12:43:45 -05:00
test_futures.py
test_locks.py bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683) 2018-02-14 12:10:18 +02:00
test_pep492.py
test_proactor_events.py
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 [3.6] bpo-33037: Skip sending/receiving after SSL transport closing (GH-6044) (GH-6058) 2018-03-10 19:09:07 +02:00
test_streams.py bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#4411) 2017-11-15 19:28:25 -05:00
test_subprocess.py
test_tasks.py bpo-31787: Prevent refleaks when calling __init__() more than once (GH-3995) 2018-02-13 22:15:24 +09:00
test_transports.py
test_unix_events.py bpo-26133: Fix typos (GH-5010) (#5014) 2017-12-26 12:29:29 +02:00
test_windows_events.py
test_windows_utils.py