cpython/Lib/asyncio
Guido van Rossum 68600c73bf asyncio: Fix space in log message about poll time. 2013-12-20 20:37:41 -08:00
..
__init__.py asyncio: Add support for running subprocesses on Windows with the IOCP event loop (Richard Oudkerk). 2013-10-30 14:52:03 -07:00
base_events.py asyncio: Fix space in log message about poll time. 2013-12-20 20:37:41 -08:00
base_subprocess.py asyncio: Add new file (forgotten). 2013-10-30 14:56:49 -07: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 Shorten lines. 2013-12-19 12:47:38 -08:00
log.py Rename the logger to plain "logger". 2013-10-17 15:39:45 -07:00
proactor_events.py asyncio: Write flow control for proactor event loop. 2013-12-04 12:12:07 -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 references to the Tulip project, rename Tulip to asyncio. 2013-12-13 10:57:04 +01:00
selector_events.py Issue #19509: Finish implementation of check_hostname 2013-12-06 00:23:13 +01:00
streams.py asyncio: Add StreamReaderProtocol to __all__. 2013-11-25 15:07:18 -08:00
tasks.py asyncio: Add Task.current_task() class method. 2013-12-06 12:57:40 -08:00
test_utils.py asyncio: remove references to the Tulip project, rename Tulip to asyncio. 2013-12-13 10:57:04 +01:00
transports.py asyncio: Export all abstract protocol and transport classes. Fixes issue #20029. 2013-12-20 14:16:21 -08:00
unix_events.py Issue #19850: asyncio: Set SA_RESTART when registering a signal handler to 2013-12-05 22:47:19 +01:00
windows_events.py Issue #19740: Use WaitForSingleObject() instead of trusting TimerOrWaitFired. 2013-11-24 17:50:40 +00:00
windows_utils.py asyncio: Various style nits. 2013-11-01 14:20:55 -07:00