summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_context.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
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-221-0/+4
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-291-0/+1
* bpo-33562: Check the global asyncio event loop policy isn't set after any tes...Brett Cannon2018-06-021-0/+4
* bpo-32630: Use contextvars in decimal (GH-5278)Yury Selivanov2018-01-271-0/+29