summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_concurrent_futures
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-112536: Add TSAN build on Github Actions (GH-116872)Antoine Pitrou2024-03-181-0/+4
* [3.12] gh-116682: stdout may be empty in test_cancel_futures_wait_false (GH-1...Miss Islington (bot)2024-03-131-1/+3
* [3.12] gh-109917: Fix test instability in test_concurrent_futures (GH-110306)...Miss Islington (bot)2023-10-031-1/+2
* [3.12] gh-109047: concurrent.futures catches RuntimeError (#109810) (#110126)Victor Stinner2023-10-021-0/+29
* [3.12] gh-109594: Fix concurrent.futures test_timeout() (GH-110018) (#110021)Miss Islington (bot)2023-10-021-8/+9
* [3.12] gh-109565: Fix concurrent.futures test_future_times_out() (GH-109949) ...Miss Islington (bot)2023-10-021-2/+5
* [3.12] gh-109832: concurrent.futures test_deadlock restores sys.stderr (GH-10...Miss Islington (bot)2023-10-021-0/+6
* [3.12] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#...Miss Islington (bot)2023-10-021-1/+1
* [3.12] gh-105829: Fix concurrent.futures.ProcessPoolExecutor deadlock (GH-108...elfstrom2023-10-021-1/+71
* [3.12] gh-108834: Sync libregrtest with the main branch (#108966)Victor Stinner2023-09-082-0/+4
* [3.12] gh-108416: Mark slow test methods with @requires_resource('cpu') (GH-1...Miss Islington (bot)2023-09-021-0/+2
* [3.12] gh-108388: Convert test_concurrent_futures to package (#108401) (#108443)Victor Stinner2023-08-2611-0/+1844