aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/asyncio/mixins.py
Commit message (Expand)AuthorAge
* bpo-46796: Simplify handling of removed parameter "loop" in asyncio (GH-31431)Serhiy Storchaka2022-02-21
* bpo-42392: Improve removal of *loop* parameter in asyncio primitives (GH-23499)Yurii Karabas2020-11-25
* bpo-42392: Remove loop parameter form asyncio locks and Queue (#23420)Yurii Karabas2020-11-24