cpython/Lib/asyncio
Victor Stinner 3f438a9fa0
asyncio: Remove asyncio/compat.py (#4606)
The asyncio/compat.py file was written to support Python < 3.5 and
Python < 3.5.2. But Python 3.5 doesn't accept bugfixes anymore, only
security fixes. There is no more need to backport bugfixes to Python
3.5, and so no need to have a single code base for Python 3.5, 3.6
and 3.7.

Say hello (again) to "async" and "await", who became real keywords in
Python 3.7 ;-)
2017-11-28 14:43:52 +01:00
..
__init__.py Issue #23046: Expose the BaseEventLoop class in the asyncio namespace 2015-01-06 01:03:58 +01:00
base_events.py bpo-31245: asyncio: Fix typo, isistance => isinstance (#4594) 2017-11-28 00:34:08 +01:00
base_futures.py Merge 3.5 (issue #28634) 2016-11-07 16:07:30 -05:00
base_subprocess.py bpo-29617: Remove Python 3.3 support from asyncio (GH-232) 2017-04-25 10:57:18 +09:00
base_tasks.py Issue #28544: Implement asyncio.Task in C. 2016-10-28 12:52:37 -04:00
constants.py Fix a typo (#4323) 2017-11-07 09:05:15 -08:00
coroutines.py asyncio: Remove asyncio/compat.py (#4606) 2017-11-28 14:43:52 +01:00
events.py bpo-32066: Support pathlib.Path in create_unix_connection; sock arg should be optional (#4447) 2017-11-20 17:26:28 -05:00
futures.py asyncio: Remove asyncio/compat.py (#4606) 2017-11-28 14:43:52 +01:00
locks.py asyncio: Remove asyncio/compat.py (#4606) 2017-11-28 14:43:52 +01:00
log.py Rename the logger to plain "logger". 2013-10-17 15:39:45 -07:00
proactor_events.py asyncio: use directly socket.socketpair() (#4597) 2017-11-28 11:15:26 +01:00
protocols.py asyncio doc: document Protocol state machine 2015-01-29 13:33:15 +01:00
queues.py asyncio: Remove asyncio/compat.py (#4606) 2017-11-28 14:43:52 +01:00
selector_events.py asyncio: use directly socket.socketpair() (#4597) 2017-11-28 11:15:26 +01:00
sslproto.py bpo-32069: Drop legacy SSL transport (#4451) 2017-11-18 18:54:05 +02:00
streams.py asyncio: Remove asyncio/compat.py (#4606) 2017-11-28 14:43:52 +01:00
subprocess.py asyncio: Fix trailing whitespace/code style 2017-03-02 23:25:31 -05:00
tasks.py asyncio: Remove asyncio/compat.py (#4606) 2017-11-28 14:43:52 +01:00
test_utils.py bpo-32069: Drop legacy SSL transport (#4451) 2017-11-18 18:54:05 +02:00
transports.py bpo-29617: Remove Python 3.3 support from asyncio (GH-232) 2017-04-25 10:57:18 +09:00
unix_events.py asyncio: use directly socket.socketpair() (#4597) 2017-11-28 11:15:26 +01:00
windows_events.py asyncio: use directly socket.socketpair() (#4597) 2017-11-28 11:15:26 +01:00
windows_utils.py Fix small exception typos in Lib (#818) 2017-03-26 13:59:08 -07:00