cpython/Lib/asyncio
Victor Stinner f3e2e09213 Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the
event loop if a BaseException is raised, because the event loop is already
stopped.
2014-12-05 01:44:10 +01:00
..
__init__.py Fix asyncio.__all__: export also unix_events and windows_events symbols 2014-07-18 12:44:25 +02:00
base_events.py Closes #22429, asyncio: Fix EventLoop.run_until_complete(), don't stop the 2014-12-05 01:44:10 +01:00
base_subprocess.py asyncio: sync with Tulip 2014-07-14 18:33:40 +02:00
constants.py asyncio: Pause accepting whenever accept() returns certain errors. Fixes asyncio issue #78. 2013-11-01 14:12:50 -07:00
coroutines.py asyncio: sync with Tulip 2014-07-11 01:04:16 +02:00
events.py asyncio: Improve canceled timer handles cleanup. Closes issue #22448. 2014-09-25 12:07:56 -04:00
futures.py asyncio: Initialize more Future and Task attributes in the class definition to 2014-12-04 23:00:13 +01:00
locks.py Issue #22369: Change "context manager protocol" to "context management protocol". 2014-09-10 23:43:41 +03:00
log.py
proactor_events.py Issue #22922: Fix ProactorEventLoop.close() 2014-12-05 01:43:42 +01:00
protocols.py asyncio: Fix spelling and typos. 2014-02-18 22:27:48 -05:00
queues.py Closes #21886, #21447: Fix a race condition in asyncio when setting the result 2014-07-05 15:29:41 +02:00
selector_events.py don't require OpenSSL SNI to pass hostname to ssl functions (#22921) 2014-11-23 17:04:34 -06:00
streams.py asyncio, tulip issue 193: Convert StreamWriter.drain() to a classic coroutine 2014-07-22 12:03:40 +02:00
subprocess.py Closes #22685, asyncio: Set the transport of stdout and stderr StreamReader 2014-11-25 17:20:33 +01:00
tasks.py asyncio: Initialize more Future and Task attributes in the class definition to 2014-12-04 23:00:13 +01:00
test_utils.py Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. 2014-10-15 16:58:21 +02:00
transports.py asyncio: Move loop attribute to _FlowControlMixin 2014-11-05 15:27:41 +01:00
unix_events.py Closes #22922: More EventLoop methods fail if the loop is closed. Initial patch 2014-12-04 23:07:47 +01:00
windows_events.py asyncio: sync with Tulip 2014-08-25 23:20:52 +02:00
windows_utils.py Issue #18643: asyncio.windows_utils now reuse socket.socketpair() on Windows if 2014-10-14 22:56:25 +02:00