summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* gh-125041: test_zlib: For s390x HW acceleration, only skip checking the compr...Petr Viktorin2024-10-151-3/+3
* gh-61698: Use launchctl to detect macOS window manager in tests (#118390)Erlend E. Aasland2024-10-131-15/+9
* gh-53203: Improve tests for strptime() (GH-125090)Serhiy Storchaka2024-10-081-4/+49
* gh-124213: Fix incorrect context manager use in in_systemd_nspawn_sync_suppre...Michał Górny2024-10-021-2/+3
* gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843)Serhiy Storchaka2024-10-011-2/+2
* gh-84559: Change the multiprocessing start method default to `forkserver` (GH...Gregory P. Smith2024-09-261-1/+9
* gh-124188: Fix PyErr_ProgramTextObject() (GH-124189)Serhiy Storchaka2024-09-241-3/+7
* gh-124213: Skip tests failing inside systemd-nspawn --suppress-sync=true (#12...Michał Górny2024-09-201-0/+33
* gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase (GH...Sergey B Kirpichev2024-09-081-0/+40
* gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-118572)Donghee Na2024-09-021-0/+9
* gh-123142: fix too wide source location of GET_ITER/GET_AITER (#123420)Irit Katriel2024-08-281-1/+4
* Revert "GH-120754: Add a strace helper and test set of syscalls for o… (#12...Shantanu2024-08-241-166/+0
* GH-120754: Add a strace helper and test set of syscalls for open().read() (#1...Cody Maloney2024-08-241-0/+166
* gh-123142: Fix too wide source locations in tracebacks of exceptions from bro...Irit Katriel2024-08-211-1/+15
* gh-117482: Make the Slot Wrapper Inheritance Tests Much More Thorough (gh-122...Eric Snow2024-08-121-9/+133
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-123-3/+3
* gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122248)Eric Snow2024-07-291-0/+55
* gh-121275: Fix test_logging and test_smtplib with Python build withoud IPv6 s...AN Long2024-07-251-1/+2
* gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)Alex Waygood2024-07-171-1/+5
* gh-76785: Expand How Interpreter Channels Handle Interpreter Finalization (gh...Eric Snow2024-07-153-63/+209
* gh-76785: Expand How Interpreter Queues Handle Interpreter Finalization (gh-1...Eric Snow2024-07-151-13/+128
* gh-121571: Do not use `EnvironmentError` in tests, use `OSError` instead (#12...sobolevn2024-07-101-1/+1
* Move get_signal_name() to test.support (#121251)Victor Stinner2024-07-022-17/+51
* gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017)devdanzin2024-06-261-0/+6
* gh-120417: Add #noqa: F401 to tests (#120627)Victor Stinner2024-06-181-3/+3
* gh-120417: Remove unused imports in tests (part 1) (#120629)Victor Stinner2024-06-171-1/+0
* gh-117398: Add datetime C-API type check test for subinterpreters (gh-119604)neonene2024-06-131-1/+1
* gh-119659: Get the datetime CAPI Tests Running Again (gh-120180)Eric Snow2024-06-071-0/+1
* gh-117657: Fix race involving immortalizing objects (#119927)Sam Gross2024-06-031-2/+2
* CI: set correct working directory for Hypothesis cache (GH-119345)Zac Hatfield-Dodds2024-05-291-0/+7
* gh-119659: Move `@no_rerun` to `test.support` (#119660)Nikita Sobolev2024-05-281-0/+19
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-221-7/+7
* gh-118527: Intern code consts in free-threaded build (#118667)Sam Gross2024-05-071-0/+9
* gh-117225: Move colorize functionality to own internal module (#118283)Hugo van Kemenade2024-05-011-4/+5
* gh-118201: Accomodate flaky behavior of `os.sysconf` on iOS (GH-118453)Russell Keith-Magee2024-05-011-1/+2
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-4/+4
* gh-117783: Immortalize objects that use deferred reference counting (#118112)Sam Gross2024-04-291-0/+19
* gh-118351: Adapt support.TEST_MODULES_ENABLED for builds without the config v...Kirill Podoprigora2024-04-291-2/+3
* 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