summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_interpreters/test_queues.py
Commit message (Expand)AuthorAgeFilesLines
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...Eric Snow2024-07-151-2/+2
* gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...Eric Snow2024-07-151-18/+201
* gh-120417: Remove unused imports in tests (part 3) (#120631)Victor Stinner2024-06-171-1/+0
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-241-1/+1
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-021-3/+3
* gh-76785: Minor Improvements to "interpreters" Module (gh-116328)Eric Snow2024-03-051-4/+67
* gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...Eric Snow2024-03-041-0/+15
* gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)Eric Snow2024-03-011-47/+69
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-281-36/+115
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-15/+81
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-121-0/+233