summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_threads.py
Commit message (Expand)AuthorAgeFilesLines
* gh-134657: Remove newly added private names from asyncio.__all__ (#134665)Jelle Zijlstra2025-07-091-1/+1
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-1/+1
* gh-122957: Fix test flakiness in asyncio test in free-thread build (#124039)Loïc Estève2024-09-131-2/+4
* bpo-47104: Rewrite asyncio.to_thread tests to use IsolatedAsyncioTestCase (GH...Andrew Svetlov2022-03-231-47/+18
* bpo-32309: Add support for contextvars in asyncio.to_thread() (GH-20278)Kyle Stanley2020-05-211-0/+14
* bpo-32309: Implement asyncio.to_thread() (GH-20143)Kyle Stanley2020-05-191-0/+79