summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* bpo-43352: Add a Barrier object in asyncio lib (GH-24903)Duprat2022-03-251-1/+6
* bpo-42413: Replace `concurrent.futures.TimeoutError` and `asyncio.TimeoutErro...Kumar Aditya2021-12-191-2/+1
* bpo-34215: Clarify IncompleteReadError message when "expected" is None (GH-21...Zackery Spytz2020-11-281-1/+2
* bpo-32528: Make asyncio.CancelledError a BaseException. (GH-13528)Yury Selivanov2019-05-271-6/+3
* bpo-34622: Extract asyncio exceptions into a separate module (GH-9141)Andrew Svetlov2018-09-111-0/+60