summaryrefslogtreecommitdiffstats
path: root/Lib/test/support
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-1...Miss Islington (bot)2025-08-041-1/+6
* [3.13] gh-137341: Remove more word duplications (GH-137342) (GH-137347)Serhiy Storchaka2025-08-031-1/+1
* [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not...Serhiy Storchaka2025-06-271-0/+1
* [3.13] gh-132415: Update vendored setuptools in ``Lib/test/wheeldata`` (GH-13...Miss Islington (bot)2025-06-111-7/+7
* [3.13] gh-135120: Add test.support.subTests() (GH-135121) (GH-135210)Serhiy Storchaka2025-06-061-0/+25
* [3.13] gh-135074: Fix exception messages in test.support module (GH-135076) (...Miss Islington (bot)2025-06-041-2/+2
* [3.13] gh-133167: Fix compilation process with `--enable-optimizations` and `...Miss Islington (bot)2025-04-301-2/+2
* [3.13] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132...Miss Islington (bot)2025-04-251-2/+3
* [3.13] gh-109981: Resolve situation on iOS regarding fd_count. (GH-132823) (#...Miss Islington (bot)2025-04-231-1/+1
* [3.13] gh-132316: Require `socket` and `GITHUB_TOKEN` env to use `GitHubArtif...Miss Islington (bot)2025-04-101-2/+10
* [3.13] CI: set correct working directory for Hypothesis cache (GH-119345) (#1...Miss Islington (bot)2025-04-101-0/+7
* [3.13] gh-128770: raise warnings as errors in test suite - except for test_so...Thomas Grainger2025-03-293-11/+107
* [3.13] gh-131277: allow EnvironmentVarGuard to unset more than one environmen...Bénédikt Tran2025-03-182-6/+8
* [3.13] gh-118201: Simplify conv_confname (#126089) (#131375)Malcolm Smith2025-03-181-2/+1
* [3.13] gh-131032: Add support.linked_to_musl() function (#131071) (#131179)Victor Stinner2025-03-131-0/+19
* [3.13] GH-130396: Treat clang -Og as optimized for gdb tests (GH-130550) (#13...Miss Islington (bot)2025-02-261-2/+5
* [3.13] gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env...Hugo van Kemenade2025-01-221-0/+11
* [3.13] gh-128595: Default to stdout isatty for colour detection instead of st...Hugo van Kemenade2025-01-211-1/+1
* [3.13] gh-71339: Add additional assertion methods in test.support (GH-128707)...Serhiy Storchaka2025-01-201-0/+57
* [3.13] gh-128595: Add test class helper to force no terminal colour (GH-12868...Hugo van Kemenade2025-01-131-16/+31
* [3.13] GH-126789: fix some sysconfig data on late site initializationsMiss Islington (bot)2024-11-171-0/+70
* [3.13] gh-126413: Add translation tests for getopt and optparse (GH-126698) (...Tomas R.2024-11-151-0/+63
* [3.13] gh-125041: test_zlib: For s390x HW acceleration, only skip checking th...Miss Islington (bot)2024-10-161-3/+3
* [3.13] gh-61698: Use launchctl to detect macOS window manager in tests (GH-11...Miss Islington (bot)2024-10-131-15/+9
* [3.13] gh-53203: Improve tests for strptime() (GH-125090) (GH-125091)Miss Islington (bot)2024-10-081-4/+49
* [3.13] gh-124842: Fix test.support.import_helper.make_legacy_pyc() (GH-124843...Miss Islington (bot)2024-10-071-2/+2
* [3.13] gh-124188: Fix PyErr_ProgramTextObject() (GH-124189) (GH-124423)Miss Islington (bot)2024-10-071-3/+7
* [3.13] gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testc...Sergey B Kirpichev2024-09-301-0/+40
* [3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...Miss Islington (bot)2024-09-021-0/+9
* [3.13] gh-123142: fix too wide source location of GET_ITER/GET_AITER (GH-1234...Irit Katriel2024-08-281-1/+4
* [3.13] gh-123142: Fix too wide source locations in tracebacks of exceptions f...Irit Katriel2024-08-221-1/+16
* [3.13] gh-117482: Fix the Slot Wrapper Inheritance Tests (gh-122249)Eric Snow2024-07-291-0/+55
* [3.13] gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-1...Miss Islington (bot)2024-07-171-1/+5
* [3.13] gh-76785: Expand How Interpreter Channels Handle Interpreter Finalizat...Miss Islington (bot)2024-07-153-63/+209
* [3.13] gh-76785: Expand How Interpreter Queues Handle Interpreter Finalizatio...Miss Islington (bot)2024-07-151-13/+128
* [3.13] gh-121571: Do not use `EnvironmentError` in tests, use `OSError` inste...Miss Islington (bot)2024-07-101-1/+1
* [3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-12...devdanzin2024-06-261-0/+6
* [3.13] gh-117398: Add datetime C-API type check test for subinterpreters (gh-...Miss Islington (bot)2024-06-131-1/+1
* [3.13] gh-117657: Fix race involving immortalizing objects (GH-119927) (#120005)Sam Gross2024-06-031-2/+2
* 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