.. |
__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: Ensure call_soon(), call_later() and call_at() are invoked on current
|
2014-03-21 10:00:52 +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: remove unused imports and unused variables noticed by pyflakes
|
2014-02-20 10:37:27 +01:00 |
futures.py
|
asyncio: remove unused imports and unused variables noticed by pyflakes
|
2014-02-20 10:37:27 +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: Fix _ProactorWritePipeTransport._pipe_closed()
|
2014-02-20 10:33:01 +01:00 |
protocols.py
|
asyncio: Fix spelling and typos.
|
2014-02-18 22:27:48 -05:00 |
queues.py
|
asyncio: remove temporary aliases
|
2014-01-28 00:09:24 +01:00 |
selector_events.py
|
asyncio: Synchronize with Tulip
|
2014-03-06 00:52:53 +01:00 |
streams.py
|
asyncio: Make tests pass on Windows.
|
2014-02-18 10:24:30 -08:00 |
subprocess.py
|
asyncio.subprocess: Fix a race condition in communicate()
|
2014-02-20 10:12:59 +01:00 |
tasks.py
|
asyncio: Document Task.cancel() properly.
|
2014-04-07 11:18:06 +02: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
|
asyncio: WriteTransport.set_write_buffer_size to call _maybe_pause_protocol
|
2014-02-19 11:10:52 -05:00 |
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
|
asyncio/windows_events.py: use more revelant names to overlapped callbacks
|
2014-02-26 17:35:30 +01:00 |
windows_utils.py
|
asyncio: Synchronize with Tulip
|
2014-03-06 00:52:53 +01:00 |