summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/threading_helper.py
Commit message (Expand)AuthorAgeFilesLines
* [3.12] gh-111644: Fix support threading_cleanup() (GH-111714) (#111716)Miss Islington (bot)2023-11-041-25/+28
* [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752)Eric Snow2023-06-141-2/+7
* Use support.sleeping_retry() and support.busy_retry() (#93848)Victor Stinner2022-06-151-10/+8
* gh-84461: Add sys._emscripten_info, improve docs and build (gh-91781)Christian Heimes2022-04-231-6/+1
* bpo-40280: Detect missing threading on WASM platforms (GH-32352)Christian Heimes2022-04-071-1/+14
* bpo-40280: Detect if WASM platform supports threading (GH-32243)Christian Heimes2022-04-021-0/+27
* Fix typos in the Lib directory (GH-28775)Christian Clauss2021-10-061-1/+1
* bpo-40275: Fix test.support.threading_helper (GH-20488)Victor Stinner2020-05-281-6/+7
* bpo-40275: Adding threading_helper submodule in test.support (GH-20263)Hai Shi2020-05-271-0/+208