| .. |
|
__init__.py
|
Issue #23046: Expose the BaseEventLoop class in the asyncio namespace
|
2015-01-06 01:03:58 +01:00 |
|
base_events.py
|
Issue #27040: Add loop.get_exception_handler method
|
2016-05-16 15:20:38 -04:00 |
|
base_subprocess.py
|
asyncio: Add Transport.is_closing()
|
2015-11-16 12:43:21 -05:00 |
|
compat.py
|
asyncio: Add asyncio.compat module
|
2015-07-25 02:23:21 +02:00 |
|
constants.py
|
|
|
|
coroutines.py
|
asyncio: Fix @coroutine to recognize CoroWrapper (issue #25647)
|
2016-03-02 10:49:16 -05:00 |
|
events.py
|
Issue #27040: Add loop.get_exception_handler method
|
2016-05-16 15:20:38 -04:00 |
|
futures.py
|
asyncio: Prevent StopIteration from being thrown into a Future
|
2016-03-02 11:03:28 -05:00 |
|
locks.py
|
Also rewrote the guts of asyncio.Semaphore (patch by manipopopo).
|
2015-09-29 11:54:45 -07:00 |
|
log.py
|
|
|
|
proactor_events.py
|
asyncio: Don't log ConnectionAbortedError
|
2016-04-01 21:43:39 +02:00 |
|
protocols.py
|
asyncio doc: document Protocol state machine
|
2015-01-29 13:33:15 +01:00 |
|
queues.py
|
Issue #25233: Rewrite the guts of Queue to be more understandable and correct.
|
2015-09-28 07:42:34 -07:00 |
|
selector_events.py
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
|
2016-04-17 08:32:47 +03:00 |
|
sslproto.py
|
asyncio: Don't log ConnectionAbortedError
|
2016-04-01 21:43:39 +02:00 |
|
streams.py
|
asyncio: Break reference cycle in StreamReaderProtocol.connection_lost
|
2016-05-13 15:58:00 -04:00 |
|
subprocess.py
|
Issue #26848: Fix asyncio/subprocess.communicate() to handle empty input.
|
2016-05-13 15:35:28 -04:00 |
|
tasks.py
|
asyncio: allow None as wait timeout
|
2016-04-01 21:39:09 +02:00 |
|
test_utils.py
|
asyncio: Skip getaddrinfo if host is already resolved.
|
2015-12-16 19:31:17 -05:00 |
|
transports.py
|
asyncio: Add Transport.is_closing()
|
2015-11-16 12:43:21 -05:00 |
|
unix_events.py
|
asyncio: Fix unix pipe transport 'repr' methods
|
2016-05-13 16:04:43 -04:00 |
|
windows_events.py
|
Correct “an” → “a” with “Unicode”, “user”, “UTF”, etc
|
2016-04-15 02:14:19 +00:00 |
|
windows_utils.py
|
Issue #23243, asyncio: Emit a ResourceWarning when an event loop or a transport
|
2015-01-29 17:50:58 +01:00 |