summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_runners.py
Commit message (Expand)AuthorAgeFilesLines
* gh-112559: Avoid unnecessary conversion attempts to enum_klass in signal.py (...Yilei Yang2023-12-241-0/+18
* gh-94597: Add asyncio.EventLoop (#110723)Thomas Grainger2023-10-121-0/+11
* gh-107895: Fix test_asyncio.test_runners when run it in CPython's "developmen...Joon Hwan 김준환2023-08-211-1/+4
* GH-105684: Require `asyncio.Task` implementations to support `set_name` metho...Kumar Aditya2023-06-131-0/+2
* GH-99388: add `loop_factory` parameter to `asyncio.run` (#99462)Kumar Aditya2022-11-141-0/+10
* GH-95899: fix asyncio.Runner to call set_event_loop only once (#95900)Kumar Aditya2022-08-151-0/+14
* GH-95097: fix `asyncio.run` for tasks without `uncancel` method (#95211)Kumar Aditya2022-07-281-2/+49
* GH-93896: AAlways set event loop in asyncio.run and IsolatedAsyncioTestCase (...Kumar Aditya2022-07-061-0/+12
* GH-93850: Fix test_asyncio exception ignored tracebacks (#93854)Kumar Aditya2022-06-151-0/+3
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+0
* gh-93124: Fix typos in comments (GH-93125)Akuli2022-05-251-2/+2
* gh-91880: add try/except around `signal.signal` (#91881)David Hewitt2022-04-251-0/+19
* bpo-39622: Interrupt the main asyncio task on Ctrl+C (GH-32105)Andrew Svetlov2022-03-301-1/+58
* bpo-47062: Rename factory argument to loop_factory (GH-32113)Andrew Svetlov2022-03-251-1/+1
* bpo-47118: Fix asyncio.Runner tests error (32117)Andrew Svetlov2022-03-251-1/+1
* bpo-47062: Implement asyncio.Runner context manager (GH-31799)Andrew Svetlov2022-03-241-0/+133
* 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