cpython/Lib/asyncio
Victor Stinner 73f10fd2f1 asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. 2014-01-29 14:32:20 -08:00
..
__init__.py asyncio: Don't export BaseEventLoop, BaseSelectorEventLoop nor 2014-01-25 22:22:18 +01:00
base_events.py Merge latest Tulip into asyncio 2014-01-26 00:02:31 +01:00
base_subprocess.py asyncio: Pass through pause/resume from subprocess pipe proto to subprocess proto. Also kill dummy eof_received(). 2014-01-29 14:28:15 -08:00
constants.py asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. 2013-11-01 14:12:50 -07:00
events.py Fix typo in asyncio.AbstractServer documentation 2013-12-03 18:23:52 +01:00
futures.py Issue #19967: Defer the formating of the traceback in asyncio.Future destructor 2013-12-21 00:19:33 +01:00
locks.py asyncio: Locks refactor: use a separate context manager; remove Semaphore._locked. 2014-01-25 16:51:57 -08:00
log.py Rename the logger to plain "logger". 2013-10-17 15:39:45 -07:00
proactor_events.py asyncio: _fatal_error() of _UnixWritePipeTransport and _ProactorBasePipeTransport shouldn't log BrokenPipeError nor ConnectionResetError. 2014-01-29 13:12:03 -08:00
protocols.py asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. 2013-12-20 14:16:21 -08:00
queues.py asyncio: remove temporary aliases 2014-01-28 00:09:24 +01:00
selector_events.py asyncio: Refactoring: move write flow control to a subclass/mixin. 2014-01-29 13:15:59 -08:00
streams.py asyncio: Refactor drain logic in streams.py to be reusable. 2014-01-29 14:24:45 -08:00
tasks.py asyncio: wait_for() now accepts None as timeout (Victor Stinner). 2014-01-29 14:30:38 -08:00
test_utils.py Fix asyncio tests: define resolution 2014-01-25 15:31:06 +01:00
transports.py asyncio: make PY34 symbol private (rename it to _PY34) 2014-01-02 18:41:34 +01:00
unix_events.py asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. 2014-01-29 14:32:20 -08:00
windows_events.py asyncio: Fix _make_subprocess_transport(): pass extra value to the constructor. 2014-01-29 14:32:20 -08:00
windows_utils.py asyncio: Various style nits. 2013-11-01 14:20:55 -07:00