summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* gh-119659: Move `@no_rerun` to `test.support` (#119660)Nikita Sobolev2024-05-281-0/+19
* 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-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-117225: Add color to doctest output (#117583)Hugo van Kemenade2024-04-241-1/+1
* gh-117649: Raise ImportError for unsupported modules in free-threaded build (...Sam Gross2024-04-111-0/+6
* 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-116303: Skip test module dependent tests if test modules are unavailable (...Erlend E. Aasland2024-04-031-0/+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-281-4/+16
* 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-116604: Fix test_gc on free-threaded build (#116662)Sam Gross2024-03-131-0/+10
* gh-71052: Change Android's `sys.platform` from "linux" to "android"Malcolm Smith2024-03-111-1/+1
* gh-116417: Add _testlimitedcapi C extension (#116419)Victor Stinner2024-03-071-1/+2
* gh-71052: Add test exclusions to support running the test suite on Android (#...Malcolm Smith2024-02-291-2/+11
* 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-051-5/+21
* gh-108303: Move `.whl` test files to `Lib/test/wheeldata/` (#114343)Nikita Sobolev2024-01-231-1/+3
* 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-112532: Require mimalloc in `--disable-gil` builds (gh-112883)Sam Gross2023-12-121-1/+1
* 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-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
* gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)Ɓukasz Langa2023-11-101-5/+17
* gh-111881: Use lazy import in test.support (#111885)Victor Stinner2023-11-091-1/+1
* gh-111520: Integrate the Tier 2 interpreter in the Tier 1 interpreter (#111428)Guido van Rossum2023-11-011-2/+9
* gh-110481: Implement biased reference counting (gh-110764)Sam Gross2023-10-301-1/+4
* gh-90815: Add mimalloc memory allocator (#109914)Dino Viehland2023-10-301-0/+5
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-251-187/+0
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-47/+29
* gh-110656: Fix logging test_post_fork_child_no_deadlock() if ASAN (#110657)Victor Stinner2023-10-111-0/+4
* Add support.MS_WINDOWS constant (#110446)Victor Stinner2023-10-061-1/+3
* gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)Victor Stinner2023-10-051-7/+1
* gh-110367: Fix regrtest test_worker_output_on_failure() on ASAN build (#110387)Victor Stinner2023-10-051-0/+8
* gh-109972: Enhance test_gdb (#110026)Victor Stinner2023-09-281-2/+5
* gh-109615: Fix test_tools.test_freeze SRCDIR (#109935)Victor Stinner2023-09-271-0/+27