cpython/Lib/asyncio
Miss Islington (bot) 632c1cb571
bpo-32622: Native sendfile on windows (GH-5565)
* Support sendfile on Windows Proactor event loop naively.
(cherry picked from commit a19fb3c6aa)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
2018-02-25 09:10:58 -08:00
..
__init__.py
base_events.py
base_futures.py
base_subprocess.py
base_tasks.py
constants.py
coroutines.py
events.py Implement TimerHandle.when() (GH-5473) (GH-5480) 2018-02-01 21:56:03 +02:00
format_helpers.py
futures.py
locks.py bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) 2018-02-14 01:47:30 -08:00
log.py
proactor_events.py bpo-32622: Native sendfile on windows (GH-5565) 2018-02-25 09:10:58 -08:00
protocols.py bpo-32251: Fix docs (#5408) 2018-01-28 23:51:08 -05:00
queues.py
runners.py
selector_events.py bpo-32251: Implement asyncio.BufferedProtocol. (#4755) 2018-01-28 16:30:26 -05:00
sslproto.py
streams.py
subprocess.py
tasks.py
transports.py
unix_events.py
windows_events.py bpo-32622: Native sendfile on windows (GH-5565) 2018-02-25 09:10:58 -08:00
windows_utils.py