summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_runners.py
Commit message (Expand)AuthorAgeFilesLines
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (...Andrew Svetlov2022-02-101-0/+4
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-221-1/+5
* bpo-41696: Fix handling of debug mode in asyncio.run (#22069)Shantanu2020-09-031-0/+3
* bpo-32314: Fix asyncio.run() to cancel runinng tasks on shutdown (#5262)Yury Selivanov2018-01-211-0/+79
* bpo-32314: Implement asyncio.run() (#4852)Yury Selivanov2017-12-141-0/+100