| .. |
|
__init__.py
|
Issue #23046: Expose the BaseEventLoop class in the asyncio namespace
|
2015-01-06 01:03:58 +01:00 |
|
base_events.py
|
bpo-27500: Fix static version of getaddrinfo to resolve IPv6 (GH-7993)
|
2018-06-28 19:22:39 -07:00 |
|
base_futures.py
|
Merge 3.5 (issue #28634)
|
2016-11-07 16:07:30 -05:00 |
|
base_subprocess.py
|
Misc asyncio improvements from upstream (merge 3.5->3.6)
|
2016-09-30 08:18:34 -07:00 |
|
base_tasks.py
|
Issue #28544: Implement asyncio.Task in C.
|
2016-10-28 12:52:37 -04:00 |
|
compat.py
|
Issue #27243: Fix __aiter__ protocol
|
2016-06-09 15:08:31 -04:00 |
|
constants.py
|
[3.6] bpo-31970: Reduce performance overhead of asyncio debug mode. (GH-4314) (#4322)
|
2017-11-07 17:50:48 +01:00 |
|
coroutines.py
|
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
|
2018-05-29 00:55:27 -04:00 |
|
events.py
|
bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7180)
|
2018-05-29 00:55:27 -04:00 |
|
futures.py
|
bpo-33469: RuntimeError after closing loop that used run_in_executor (GH-7171)
|
2018-05-28 18:32:17 -07:00 |
|
locks.py
|
bpo-32841: Fix cancellation in awaiting asyncio.Condition (GH-5665) (GH-5683)
|
2018-02-14 12:10:18 +02:00 |
|
log.py
|
Rename the logger to plain "logger".
|
2013-10-17 15:39:45 -07:00 |
|
proactor_events.py
|
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
|
2018-06-13 12:05:15 +02:00 |
|
protocols.py
|
asyncio doc: document Protocol state machine
|
2015-01-29 13:33:15 +01:00 |
|
queues.py
|
bpo-31620: have asyncio/queues not leak memory when you've exceptions during waiting (GH-3813) (#4326)
|
2017-11-07 22:08:15 +03:00 |
|
selector_events.py
|
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
|
2018-06-13 12:05:15 +02:00 |
|
sslproto.py
|
bpo-33674: asyncio: Fix SSLProtocol race (GH-7175) (GH-7188)
|
2018-05-29 00:46:48 -04:00 |
|
streams.py
|
bpo-32034: Make IncompleteReadError & LimitOverrunError pickleable GH-4409 (#4411)
|
2017-11-15 19:28:25 -05:00 |
|
subprocess.py
|
bpo-29704: Fix asyncio.SubprocessStreamProtocol closing (#405)
|
2017-03-02 23:31:17 -05:00 |
|
tasks.py
|
bpo-32684: Fix gather to propagate cancel of itself with return_exceptions (GH-7224)
|
2018-05-29 19:20:01 -04:00 |
|
test_utils.py
|
[3.6] bpo-32356: idempotent pause_/resume_reading (GH-4914) (GH-7629)
|
2018-06-13 12:05:15 +02:00 |
|
transports.py
|
asyncio: Add set_protocol / get_protocol methods to Transports
|
2016-09-11 21:11:02 -04:00 |
|
unix_events.py
|
bpo-26133: Fix typos (GH-5010) (#5014)
|
2017-12-26 12:29:29 +02:00 |
|
windows_events.py
|
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
|
2016-10-21 12:30:15 +09:00 |
|
windows_utils.py
|
Add a source parameter to warnings.warn()
|
2016-03-23 00:28:08 +01:00 |