cpython/Lib/asyncio
Serhiy Storchaka 662db125cd
bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952)
They now return NotImplemented for unsupported type of the other operand.
2019-08-08 08:42:54 +03:00
..
__init__.py
__main__.py
base_events.py Use threadpool for reading from file in sendfile fallback mode (#14076) 2019-06-15 14:05:35 +03:00
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py bpo-37685: Fixed __eq__, __lt__ etc implementations in some classes. (GH-14952) 2019-08-08 08:42:54 +03:00
exceptions.py
format_helpers.py
futures.py
locks.py bpo-34767: Do not always create a collections.deque() in asyncio.Lock() (GH-13834) 2019-06-05 02:33:26 -07:00
log.py
proactor_events.py
protocols.py
queues.py
runners.py
selector_events.py
sslproto.py
staggered.py
streams.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
subprocess.py Fix typos in comments, docs and test names (#15018) 2019-07-30 18:16:13 -04:00
tasks.py bpo-36607: Eliminate RuntimeError raised by asyncio.all_tasks() (GH-13971) 2019-06-11 08:27:30 -07:00
transports.py
trsock.py
unix_events.py Fix typos in docs, comments and test assert messages (#14872) 2019-07-21 16:12:33 -04:00
windows_events.py
windows_utils.py