summaryrefslogtreecommitdiffstats
path: root/Lib/asyncio/format_helpers.py
Commit message (Expand)AuthorAgeFilesLines
* gh-112997: Don't log arguments in asyncio unless debugging (#115667)Pierre Ossman (ThinLinc team)2024-02-281-7/+15
* bpo-33672: Fix Task.__repr__ crash with Cython's bogus coroutines (GH-7161)Yury Selivanov2018-05-281-4/+5
* bpo-32311: Implement asyncio.create_task() shortcut (#4848)Andrew Svetlov2017-12-151-0/+75