aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_context.py
Commit message (Collapse)AuthorAge
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-18
| | | | First step towards deprecating the asyncio policy system. This deprecates `asyncio.set_event_loop_policy` and will be removed in Python 3.16.
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-22
|
* bpo-39794: Add --without-decimal-contextvar (#18702)Stefan Krah2020-02-29
|
* bpo-33562: Check the global asyncio event loop policy isn't set after any ↵Brett Cannon2018-06-01
| | | | tests (GH-7328)
* bpo-32630: Use contextvars in decimal (GH-5278)Yury Selivanov2018-01-27