cpython/Lib/asyncio
Yury Selivanov ade0412613 asyncio: Optimize asyncio.sleep(0) 2015-11-05 14:29:04 -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 #23972: updates to asyncio datagram API. By Chris Laws. 2015-10-05 09:15:28 -07:00
base_subprocess.py asyncio: Sync with upstream (compat module) 2015-08-04 15:56:33 -04:00
compat.py asyncio: Add asyncio.compat module 2015-07-25 02:23:21 +02: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 asyncio: Add asyncio.compat module 2015-07-25 02:23:21 +02:00
events.py Issue #23972: updates to asyncio datagram API. By Chris Laws. 2015-10-05 09:15:28 -07:00
futures.py Issue #25304: Add asyncio.run_coroutine_threadsafe(). By Vincent Michel. 2015-10-03 08:31:42 -07:00
locks.py Also rewrote the guts of asyncio.Semaphore (patch by manipopopo). 2015-09-29 11:54:45 -07:00
log.py
proactor_events.py asyncio: Sync with upstream (compat module) 2015-08-04 15:56:33 -04:00
protocols.py asyncio doc: document Protocol state machine 2015-01-29 13:33:15 +01:00
queues.py Issue #25233: Rewrite the guts of Queue to be more understandable and correct. 2015-09-28 07:42:34 -07:00
selector_events.py Issue #25114, asyncio: add ssl_object extra info to SSL transports 2015-09-21 18:06:17 +02:00
sslproto.py Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
streams.py Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
subprocess.py asyncio: sync with github 2015-07-25 02:40:40 +02:00
tasks.py asyncio: Optimize asyncio.sleep(0) 2015-11-05 14:29:04 -05:00
test_utils.py Issue #23353, asyncio: Workaround CPython bug #23353 2015-02-02 18:36:31 +01:00
transports.py Issue #25523: Further a-to-an corrections. 2015-11-02 14:10:23 +02:00
unix_events.py asyncio: Sync with upstream (compat module) 2015-08-04 15:56:33 -04:00
windows_events.py asyncio: async() function is deprecated in favour of ensure_future(). 2015-05-11 14:48:38 -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