cpython/Lib/asyncio
Victor Stinner a5b257af22 Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc
The function sets the the pipe to non-blocking mode.
2014-05-29 00:14:03 +02:00
..
__init__.py
base_events.py asyncio: Upstream issue #167: remove dead code, by Marc Schlaich. 2014-05-10 15:47:15 -07:00
base_subprocess.py
constants.py
events.py Issue #21454: Fix asyncio.BaseEventLoop.connect_read_pipe doc 2014-05-29 00:14:03 +02:00
futures.py
locks.py
log.py
proactor_events.py
protocols.py
queues.py
selector_events.py Fix for raising exception not derived from BaseException in _SelectorSslTransport.resume_reading 2014-05-27 21:24:43 +03:00
streams.py asyncio: Fix upstream issue 168: StreamReader.read(-1) from pipe may hang if data exceeds buffer limit. 2014-05-12 10:04:37 -07:00
subprocess.py
tasks.py asyncio: Add __weakref__ slots to Handle and CoroWrapper. Upstream issue #166. 2014-04-27 10:44:22 -07:00
test_utils.py asyncio, Tulip issue 157: Improve test_events.py, avoid run_briefly() which is 2014-03-06 01:00:36 +01:00
transports.py
unix_events.py Issue #21155: asyncio.EventLoop.create_unix_server() now raises a ValueError if 2014-04-07 11:18:54 +02:00
windows_events.py
windows_utils.py