Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.12] chore: fix typos (#116345) (#116370) | Terry Jan Reedy | 2024-03-05 | 1 | -2/+2 |
* | [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) | Victor Stinner | 2023-10-02 | 1 | -15/+0 |
* | [3.12] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109837) | Miss Islington (bot) | 2023-10-02 | 1 | -2/+3 |
* | GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421) | Kumar Aditya | 2023-03-05 | 1 | -1/+1 |
* | GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518) | Kumar Aditya | 2023-02-16 | 1 | -27/+100 |
* | bpo-47038: Increase a test timeout for slow CI machines (GH-31951) | Andrew Svetlov | 2022-03-17 | 1 | -1/+1 |
* | bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa... | Andrew Svetlov | 2022-03-16 | 1 | -0/+24 |
* | bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3... | Andrew Svetlov | 2022-03-16 | 1 | -0/+270 |