.. |
__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: New error handling API. Issue #20681.
|
2014-02-18 18:02:19 -05: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: New error handling API. Issue #20681.
|
2014-02-18 18:02:19 -05:00 |
futures.py
|
asyncio: New error handling API. Issue #20681.
|
2014-02-18 18:02:19 -05: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.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
|
2014-02-18 18:41:13 -05: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.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
|
2014-02-18 18:41:13 -05:00 |
streams.py
|
asyncio: Make tests pass on Windows.
|
2014-02-18 10:24:30 -08:00 |
subprocess.py
|
asyncio, Tulip issue 130: Add more checks on subprocess_exec/subprocess_shell
|
2014-02-11 11:44:56 +01:00 |
tasks.py
|
asyncio: Change as_completed() to use a Queue, to avoid O(N**2) behavior. Fixes issue #20566.
|
2014-02-12 17:58:19 -08:00 |
test_utils.py
|
asyncio: New error handling API. Issue #20681.
|
2014-02-18 18:02:19 -05:00 |
transports.py
|
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
|
2014-02-18 18:41:13 -05:00 |
unix_events.py
|
asyncio.transports: Make _ProactorBasePipeTransport use _FlowControlMixin
|
2014-02-18 18:41:13 -05:00 |
windows_events.py
|
asyncio: New error handling API. Issue #20681.
|
2014-02-18 18:02:19 -05:00 |
windows_utils.py
|
asyncio: Various style nits.
|
2013-11-01 14:20:55 -07:00 |