cpython/Lib/test/test_asyncio
Andrew Svetlov cc83920ad2
bpo-32166: Drop Python 3.4 code from asyncio (#4612)
* Drop Python 3.4 code from asyncio

* Fix notes

* Add missing imports

* Restore comment

* Resort imports

* Drop Python 3.4-3.5 specific code

* Drop redunant check

* Fix tests

* Restore _COROUTINE_TYPES order

* Remove useless code
2017-11-29 18:23:43 +02:00
..
__init__.py bpo-31370: Remove support for threads-less builds (#3385) 2017-09-07 18:56:24 +02:00
__main__.py
echo.py
echo2.py
echo3.py
keycert3.pem
pycacert.pem
ssl_cert.pem
ssl_key.pem
test_base_events.py bpo-32047: -X dev enables asyncio debug mode (#4418) 2017-11-20 07:14:07 -08:00
test_events.py bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) 2017-11-28 21:33:20 +01:00
test_futures.py bpo-31185: Fixed miscellaneous errors in asyncio speedup module. (#3076) 2017-09-03 08:10:14 +03: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 asyncio: use directly socket.socketpair() (#4597) 2017-11-28 11:15:26 +01:00
test_queues.py bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (#3813) 2017-11-07 20:35:23 +03:00
test_selector_events.py bpo-32154: Remove asyncio.selectors (#4605) 2017-11-28 15:19:56 +01:00
test_sslproto.py bpo-31632: fix set_protocol() in _SSLProtocolTransport (#3817) (#3817) 2017-10-19 13:49:57 -04:00
test_streams.py bpo-28684: asyncio tests handle PermissionError raised on binding unix sockets (GH-4503) 2017-11-24 17:35:55 +01:00
test_subprocess.py bpo-31034: Reliable signal handler for test_asyncio (#2867) 2017-07-25 19:19:09 +02:00
test_tasks.py bpo-32047: -X dev enables asyncio debug mode (#4418) 2017-11-20 07:14:07 -08:00
test_transports.py
test_unix_events.py bpo-32166: Drop Python 3.4 code from asyncio (#4612) 2017-11-29 18:23:43 +02:00
test_windows_events.py bpo-32154: Remove asyncio.selectors (#4605) 2017-11-28 15:19:56 +01:00
test_windows_utils.py bpo-32154: Remove asyncio.windows_utils.socketpair (#4609) 2017-11-28 21:33:20 +01:00