cpython/Lib/asyncio
Victor Stinner a125497ea3 asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(),
call_at() and run_in_executor() now raise a TypeError if the callback is a
coroutine function.
2014-02-11 11:34:30 +01:00
..
__init__.py Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module 2014-02-01 22:49:59 +01:00
base_events.py asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), 2014-02-11 11:34:30 +01:00
base_subprocess.py Issue #20400: Merge Tulip into Python: add the new asyncio.subprocess module 2014-02-01 22:49:59 +01: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 asyncio: Tulip issue 112: Inline make_handle() into Handle constructor 2014-02-10 00:45:44 +01:00
futures.py asyncio: Future.set_exception(exc) should instantiate exc if it is a class. 2014-01-30 16:01:54 -08: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 Issue #20505: Remove resolution and _granularity from selectors and asyncio 2014-02-07 23:34:58 +01: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: Tulip issue 112: Inline make_handle() into Handle constructor 2014-02-10 00:45:44 +01:00
streams.py asyncio.streams.StreamReader: Add 'at_eof()' method 2014-02-06 00:14:30 -05:00
subprocess.py asyncio: Remove Process.subprocess attribute; it's too easy to get inconsistent 2014-02-09 02:51:40 +01:00
tasks.py asyncio.tasks: Fix as_completed, gather & wait to work with duplicate coroutines 2014-02-06 22:06:16 -05:00
test_utils.py asyncio, Tulip issue 126: call_soon(), call_soon_threadsafe(), call_later(), 2014-02-11 11:34:30 +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: Tulip issue 112: Inline make_handle() into Handle constructor 2014-02-10 00:45:44 +01:00
windows_events.py asyncio: Remove more relics of resolution/granularity. 2014-02-08 19:44:02 -08:00
windows_utils.py asyncio: Various style nits. 2013-11-01 14:20:55 -07:00