summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* gh-112730: Make the test suite resilient to color-activation environment vari...Pablo Galindo Salgado2024-04-241-0/+20
* gh-76785: Rename _xxsubinterpreters to _interpreters (gh-117791)Eric Snow2024-04-244-7/+7
* gh-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-241-1/+1
* gh-117680: make _PyInstructionSequence a PyObject and use it in tests (#117629)Irit Katriel2024-04-171-44/+41
* gh-76785: Handle Legacy Interpreters Properly (gh-117490)Eric Snow2024-04-111-23/+56
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-0/+6
* gh-76785: Add More Tests to test_interpreters.test_api (gh-117662)Eric Snow2024-04-111-3/+4
* gh-116303: Skip tests if C recursion limit is unavailable (GH-117368)Erlend E. Aasland2024-04-081-12/+8
* gh-117478: Add `@support.requires_gil_enabled` decorator (#117479)Sam Gross2024-04-041-1/+6
* gh-76785: Raise InterpreterError, Not RuntimeError (gh-117489)Eric Snow2024-04-031-2/+2
* gh-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-0/+4
* gh-76785: Consolidate Some Interpreter-related Testing Helpers (gh-117485)Eric Snow2024-04-021-4/+4
* gh-76785: Add PyInterpreterConfig Helpers (gh-117170)Eric Snow2024-04-021-2/+13
* gh-116303: Handle disabled test modules in test.support helpers (#116482)Erlend E. Aasland2024-03-282-8/+26
* gh-71042: Add `platform.android_ver` (#116674)Malcolm Smith2024-03-271-8/+8
* gh-92906: Enable test_cext and test_cppext on Windows (#117000)Victor Stinner2024-03-191-8/+14
* gh-112536: Add test_threading to TSAN tests (#116898)Antoine Pitrou2024-03-161-2/+2
* gh-116604: Fix test_gc on free-threaded build (#116662)Sam Gross2024-03-131-0/+10
* gh-116307: Proper fix for 'mod' leaking across importlib tests (#116680)Jason R. Coombs2024-03-121-0/+12
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-112-2/+2
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-071-1/+2
* gh-76785: Minor Improvements to "interpreters" Module (gh-116328)Eric Snow2024-03-053-16/+35
* gh-76785: Fix interpreters.Queue.get_nowait() (gh-116166)Eric Snow2024-03-011-1/+6
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-292-2/+28
* gh-76785: Update test.support.interpreters to Align With PEP 734 (gh-115566)Eric Snow2024-02-282-22/+103
* gh-114911: Add CPUStopwatch test helper (GH-114912)Petr Viktorin2024-02-281-0/+40
* gh-112087: Make __sizeof__ and listiter_{len, next} to be threadsafe (gh-114843)Donghee Na2024-02-141-12/+15
* gh-114099: Add test exclusions to support running the test suite on iOS (#114...Russell Keith-Magee2024-02-052-9/+25
* gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)Nikita Sobolev2024-01-231-1/+3
* gh-108303: Move `smtpd` to `test.support` (#114368)Nikita Sobolev2024-01-221-0/+873
* gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)Ronald Oussoren2024-01-211-0/+8
* gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...Nikita Sobolev2024-01-181-0/+20
* GH-113655: Lower the C recursion limit on various platforms (GH-113944)Mark Shannon2024-01-161-1/+4
* gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)Samet YASLAN2023-12-301-7/+12
* GH-112215: Increase C recursion limit for non debug builds (GH-113397)Mark Shannon2023-12-221-15/+8
* gh-113090: Fix test.support.os_support.can_chmod() on Windows (GH-113091)Serhiy Storchaka2023-12-141-3/+7
* gh-112962: in dis module, put cache information in the Instruction instead of...Irit Katriel2023-12-131-0/+12
* gh-76785: Avoid Pickled TracebackException for Propagated Subinterpreter Exce...Eric Snow2023-12-131-1/+1
* gh-76785: Show the Traceback for Uncaught Subinterpreter Exceptions (gh-113034)Eric Snow2023-12-131-4/+23
* gh-76785: Add Interpreter.prepare_main() (gh-113021)Eric Snow2023-12-121-4/+12
* gh-76785: More Fixes for test.support.interpreters (gh-113012)Eric Snow2023-12-121-71/+87
* gh-76785: Fixes for test.support.interpreters (gh-112982)Eric Snow2023-12-123-118/+322
* gh-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-1/+1
* gh-112334: Regression test that vfork is used when expected. (#112734)Gregory P. Smith2023-12-091-0/+15
* gh-109981: Fix support.fd_count() on macOS 14 (#112797)Ronald Oussoren2023-12-071-2/+9
* gh-112535: Add test on _Py_ThreadId() (#112709)Victor Stinner2023-12-041-1/+2
* Clarify a comment for `test.support.Py_C_RECURSION_LIMIT` to point out where ...Brett Cannon2023-11-301-1/+2
* gh-76785: Return an "excinfo" Object From Interpreter.run() (gh-111573)Eric Snow2023-11-231-1/+17
* gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)Hugo van Kemenade2023-11-201-1/+1
* GH-111808: Make the default value for `test.support.infinite_recursion()` con...Brett Cannon2023-11-171-2/+10