Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518) | Kumar Aditya | 2023-02-16 | 1 | -4/+3 |
* | GH-96704: Add {Task,Handle}.get_context(), use it in call_exception_handler()... | Guido van Rossum | 2022-10-05 | 1 | -0/+41 |
* | bpo-45924: Fix asyncio incorrect traceback when future's exception is raised ... | Kumar Aditya | 2022-07-11 | 1 | -1/+30 |
* | Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (... | Andrew Svetlov | 2022-02-10 | 1 | -0/+4 |
* | bpo-46425: fix direct invocation of `asyncio` tests (#30725) | Nikita Sobolev | 2022-01-22 | 1 | -0/+4 |
* | bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-2... | Andrew Svetlov | 2020-11-10 | 1 | -0/+18 |