Skip to content
Branch: 3.8
Find file History
Pull request Compare This branch is 1054 commits ahead, 1610 commits behind master.
miss-islington and asvetlov Fix import path for asyncio.TimeoutError (GH-17691)
(cherry picked from commit 025eeaa)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Latest commit 4ed79b7 Dec 24, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
__init__.py bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482 Sep 30, 2019
__main__.py bpo-37028: asyncio REPL; activated via 'python -m asyncio'. (GH-13472) May 27, 2019
base_events.py bpo-37228: Fix loop.create_datagram_endpoint()'s usage of SO_REUSEADDR ( Dec 9, 2019
base_futures.py bpo-34622: Extract asyncio exceptions into a separate module (GH-9141) Sep 11, 2018
base_subprocess.py bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) May 27, 2019
base_tasks.py bpo-34270: Make it possible to name asyncio tasks (GH-8547) Aug 8, 2018
constants.py bpo-33734: asyncio/ssl: a bunch of bugfixes (#7321) Jun 4, 2018
coroutines.py bpo-36921: Deprecate @coroutine for sake of async def (GH-13346) May 16, 2019
events.py bpo-34344 Fix AbstractEventLoopPolicy.get_event_loop docstring (GH-16463 Oct 3, 2019
exceptions.py bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528) May 27, 2019
format_helpers.py bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH… May 28, 2018
futures.py bpo-38785: Prevent asyncio from crashing (GH-17144) Nov 13, 2019
locks.py [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) Sep 11, 2019
log.py Rename the logger to plain "logger". Oct 17, 2013
proactor_events.py bpo-34679: ProactorEventLoop only uses set_wakeup_fd() in main thread ( Oct 23, 2019
protocols.py
queues.py [3.8] bpo-36373: Fix deprecation warnings (GH-15889) (GH-15901) Sep 11, 2019
runners.py Fix and improve `asyncio.run()` docs (GH-16403) (GH-16504) Oct 1, 2019
selector_events.py bpo-39006: Fix asyncio when the ssl module is missing (GH-17524) Dec 9, 2019
sslproto.py bpo-37035: Don't log OSError (GH-13548) May 27, 2019
staggered.py Fix import path for asyncio.TimeoutError (GH-17691) Dec 24, 2019
streams.py bpo-38529: Fix asyncio stream warning (GH-17474) Dec 7, 2019
subprocess.py bpo-38242: Revert "bpo-36889: Merge asyncio streams (GH-13251)" (#16482 Sep 30, 2019
tasks.py bpo-38248: Fix inconsistent immediate asyncio.Task cancellation (GH-1… Sep 25, 2019
transports.py [3.8] bpo-38148: Add slots to asyncio transports (GH-16077) (GH-16093) Sep 13, 2019
trsock.py bpo-37027: Return a proxy socket object from transp.get_extra_info('s… May 27, 2019
unix_events.py bpo-38019: correctly handle pause/resume reading of closed asyncio un… Sep 29, 2019
windows_events.py bpo-29883: Asyncio proactor udp (GH-13440) May 28, 2019
windows_utils.py asyncio: __del__() keep reference to warnings.warn (GH-11491) Jan 10, 2019
You can’t perform that action at this time.