cpython/Lib/asyncio
Yury Selivanov dab0584738 Issue #28652: Partially rollback previous changes
Allow AF_UNIX in create_server & create_connection
2016-11-21 17:47:27 -05:00
..
__init__.py Issue #23046: Expose the BaseEventLoop class in the asyncio namespace 2015-01-06 01:03:58 +01:00
base_events.py Issue #28652: Partially rollback previous changes 2016-11-21 17:47:27 -05:00
base_subprocess.py Misc asyncio improvements from upstream 2016-09-30 08:17:15 -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 Issue #28703: Fix asyncio.iscoroutinefunction to handle Mock objects. 2016-11-15 15:20:34 -05:00
events.py Issue #28613: Expose asyncio._get_running_loop() and _set_running_loop() 2016-11-07 19:00:46 -05:00
futures.py Issue #28634: Fix asyncio.isfuture() to support mocks 2016-11-07 16:00:50 -05: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
proactor_events.py Issue #27906: Fix socket accept exhaustion during high TCP traffic. 2016-09-15 14:13:15 -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 Issue #28369: Raise an error when transport's FD is used with add_reader 2016-10-05 17:48:59 -04:00
sslproto.py asyncio: Add "call_connection_made" arg to SSLProtocol.__init__ 2016-10-05 19:39:54 -04:00
streams.py Issue #28370: Speedup asyncio.StreamReader.readexactly 2016-10-05 18:01:12 -04:00
subprocess.py Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input. 2016-05-13 15:35:28 -04:00
tasks.py Issue #26923: Fix asyncio.Gather to refuse being cancelled once all children are done. 2016-10-21 17:22:17 -04:00
test_utils.py Issue #28613: Fix get_event_loop() to return the current loop 2016-11-04 14:29:28 -04:00
transports.py asyncio: Add set_protocol / get_protocol methods to Transports 2016-09-11 21:11:02 -04:00
unix_events.py Issue #28704: Fix create_unix_server to support Path-like objects 2016-11-15 15:26:34 -05:00
windows_events.py Issue #27041: asyncio: Add loop.create_future method 2016-05-16 15:38:39 -04:00
windows_utils.py Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport 2015-01-29 17:50:58 +01:00