Find file History
Pull request Compare This branch is 1601 commits ahead, 2 commits behind redirect.
Permalink
..
Failed to load latest commit information.
__init__.py Python issue #23208: Add BaseEventLoop._current_handle Jan 26, 2015
base_events.py Allow AF_UNIX in loop.create_connection and loop.create_server. Nov 21, 2016
base_subprocess.py Remove unused imports. (#435) Sep 29, 2016
compat.py Sync with CPython (PEP 492 __aiter__ update) Jun 9, 2016
constants.py Python issue #23208: Add BaseEventLoop._current_handle Jan 26, 2015
coroutines.py Improve performance of asyncio.iscoroutine Nov 9, 2016
events.py Fix asyncio to support instantiation of new event loops in subprocesses Feb 22, 2017
futures.py Fix `isfuture()` to support `Mock(asyncio.Future)` Nov 7, 2016
locks.py Avoid deadlock when a cancelled future is in self._waiters. Aug 4, 2016
log.py Python issue #23208: Add BaseEventLoop._current_handle Jan 26, 2015
proactor_events.py Fix Windows buildbot for 9579a87 Sep 15, 2016
protocols.py Document Protocol state machine Jan 29, 2015
queues.py Remove unused imports. (#435) Sep 29, 2016
selector_events.py Raise RuntimeError when transport's FD is used with add_reader etc Oct 5, 2016
selectors.py Sync selectors.py with CPython Sep 15, 2016
sslproto.py SSL hangs if connection_lost is called (#472) (#476) Dec 16, 2016
streams.py Speedup StreamReader.readexactly(). Oct 5, 2016
subprocess.py make asyncio's communicate() handle empty input (#335) Apr 26, 2016
tasks.py Fix Gather.cancel() to return True when there were active child tasks. Oct 21, 2016
test_support.py Add missing import and definitions found by mypy. Dec 5, 2015
test_utils.py Fix asyncio to support instantiation of new event loops in subprocesses Feb 22, 2017
transports.py Add set_protocol / get_protocol to Transports Sep 12, 2016
unix_events.py Fix create_unix_server to support Path-like objects (PEP 519) Nov 15, 2016
windows_events.py Add loop.create_future() and start using it May 16, 2016
windows_utils.py Python issue #23243: On Python 3.4 and newer, emit a ResourceWarning … Jan 29, 2015