.. |
__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: Better-looking errors when ssl module cannot be imported. In part by Arnaud Faure.
|
2013-11-01 14:22:30 -07: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
|
asyncio: Pass cancellation from wrapping Future to wrapped Future. By Saúl Ibarra Corretgé (mostly).
|
2013-11-22 11:47:22 -08:00 |
locks.py
|
asyncio: replace our with asynchronous in docstring
|
2013-12-02 14:31:43 +01:00 |
log.py
|
…
|
|
proactor_events.py
|
asyncio: Write flow control for proactor event loop.
|
2013-12-04 12:12:07 -08:00 |
protocols.py
|
asyncio: Use Interface instead of ABC. Fixes issue 19726.
|
2013-11-30 15:35:42 -08:00 |
queues.py
|
asyncio: Fix docstring of get_nowait().
|
2013-11-24 22:41:35 -08: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
|
Remove a duplicated import
|
2013-12-07 15:02:09 +01:00 |
transports.py
|
asyncio: Improve default writelines().
|
2013-12-02 18:36:30 -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 |