cpython/Lib/asyncio
Victor Stinner 0f3e6bca1b asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests.
Add also a PYTHONASYNCIODEBUG environment variable to debug coroutines since
Python startup, to be able to debug coroutines defined directly in the asyncio
module.
2014-02-19 23:15:02 +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 #136: Add get/set_debug() methods to BaseEventLoopTests. 2014-02-19 23:15:02 +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 #136: Add get/set_debug() methods to BaseEventLoopTests. 2014-02-19 23:15:02 +01: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
proactor_events.py asyncio, Tulip issue 139: Improve error messages on "fatal errors" 2014-02-19 01:40:41 +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: Fix spelling and typos. 2014-02-18 22:27:48 -05:00
streams.py asyncio: Make tests pass on Windows. 2014-02-18 10:24:30 -08:00
subprocess.py asyncio: pep8-ify the code. 2014-02-18 22:56:15 -05:00
tasks.py asyncio, Tulip issue #136: Add get/set_debug() methods to BaseEventLoopTests. 2014-02-19 23:15:02 +01:00
test_utils.py asyncio: Fix spelling and typos. 2014-02-18 22:27:48 -05: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 asyncio: Fix spelling and typos. 2014-02-18 22:27:48 -05:00
windows_events.py asyncio: Fix spelling and typos. 2014-02-18 22:27:48 -05:00
windows_utils.py asyncio: Various style nits. 2013-11-01 14:20:55 -07:00