cpython/Lib/asyncio
Guido van Rossum 0035be3fee Misc asyncio improvements from upstream (merge 3.5->3.6) 2016-09-30 08:18:34 -07:00
..
__init__.py Issue #23046: Expose the BaseEventLoop class in the asyncio namespace 2015-01-06 01:03:58 +01:00
base_events.py Misc asyncio improvements from upstream (merge 3.5->3.6) 2016-09-30 08:18:34 -07:00
base_subprocess.py Misc asyncio improvements from upstream (merge 3.5->3.6) 2016-09-30 08:18:34 -07:00
compat.py Issue #27243: Fix __aiter__ protocol 2016-06-09 15:08:31 -04:00
constants.py asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. 2013-11-01 14:12:50 -07:00
coroutines.py Misc asyncio improvements from upstream 2016-09-30 08:17:15 -07:00
events.py Issue #26654: Inspect functools.partial in asyncio.Handle.__repr__. 2016-09-15 15:58:15 -04:00
futures.py Merge asyncio upstream. 2016-09-09 14:26:31 -07:00
locks.py In asyncio.locks.Lock.acquire(): Avoid deadlock when a cancelled future is in self._waiters. 2016-08-23 09:39:03 -07:00
log.py Rename the logger to plain "logger". 2013-10-17 15:39:45 -07:00
proactor_events.py Merge 3.5 (issue #27906) 2016-09-15 14:14:48 -04:00
protocols.py asyncio doc: document Protocol state machine 2015-01-29 13:33:15 +01:00
queues.py Misc asyncio improvements from upstream 2016-09-30 08:17:15 -07:00
selector_events.py Merge 3.5 (issue #28176) 2016-09-15 17:58:15 -04:00
sslproto.py Merge 3.5 (asyncio) 2016-09-11 21:11:19 -04:00
streams.py Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
subprocess.py Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. 2016-05-13 15:35:28 -04:00
tasks.py Misc asyncio improvements from upstream 2016-09-30 08:17:15 -07:00
test_utils.py Issue #28022: Deprecate ssl-related arguments in favor of SSLContext. 2016-09-10 23:23:33 +02:00
transports.py asyncio: Add set_protocol / get_protocol methods to Transports 2016-09-11 21:11:02 -04:00
unix_events.py Merge 3.5 (asyncio, issue #26909) 2016-09-15 16:52:41 -04:00
windows_events.py Issue #27041: asyncio: Add loop.create_future method 2016-05-16 15:38:39 -04:00
windows_utils.py Add a source parameter to warnings.warn() 2016-03-23 00:28:08 +01:00