index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
test
/
libregrtest
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)
Miss Islington (bot)
2025-01-08
11
-61/+69
*
[3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking...
Miss Islington (bot)
2024-11-24
4
-4/+7
*
[3.13] gh-109413: Fix libregrtest get_running() (GH-127153) (#127157)
Miss Islington (bot)
2024-11-22
1
-1/+1
*
[3.13] gh-109413: Enable `strict_optional = true` for `libregrtest/run_worker...
Miss Islington (bot)
2024-11-18
2
-11/+13
*
[3.13] gh-109413: Enable `strict_optional` for `libregrtest/main.py` (GH-1263...
sobolevn
2024-11-14
4
-9/+22
*
[3.13] gh-115382: Fix cross compiles when host and target use same SOABI
Miss Islington (bot)
2024-10-20
1
-0/+1
*
[3.13] Fix typos (#123775) (#123866)
Victor Stinner
2024-10-07
2
-2/+2
*
[3.13] gh-124613, regrtest: Detect JIT in build info (GH-124793) (#124797)
Miss Islington (bot)
2024-09-30
1
-4/+53
*
[3.13] gh-101525: Skip test_gdb if the binary is relocated by BOLT. (gh-11857...
Miss Islington (bot)
2024-09-02
1
-0/+5
*
[3.13] gh-119727: Add --single-process option to regrtest (#119728) (#123010)
Malcolm Smith
2024-08-26
2
-9/+28
*
[3.13] gh-116622: Add Android test script (GH-121595) (#123061)
Miss Islington (bot)
2024-08-16
1
-3/+1
*
[3.13] gh-122420: Fix accounting for immortal interned strings in refleak.py ...
Miss Islington (bot)
2024-07-30
1
-1/+1
*
[3.13] gh-99242 Ignore error when running regression tests under certain cond...
Miss Islington (bot)
2024-07-22
1
-1/+4
*
[3.13] gh-121084: Fix test_typing random leaks (GH-121360) (#121373)
Miss Islington (bot)
2024-07-04
1
-0/+6
*
[3.13] gh-121084: Call _abc_registry_clear() when checking refleaks (GH-12119...
Miss Islington (bot)
2024-07-01
1
-3/+7
*
[3.13] gh-121188: Sanitize invalid XML characters in regrtest (GH-121195) (#1...
Miss Islington (bot)
2024-07-01
2
-5/+29
*
[3.13] gh-113993: Allow interned strings to be mortal, and fix related issues...
Petr Viktorin
2024-06-24
1
-5/+7
*
[3.13] gh-119050: Add XML support to libregrtest refleak checker (GH-119148) ...
Miss Islington (bot)
2024-05-20
3
-16/+37
*
[3.13] gh-119050: Add type hints to libregrtest/results.py (GH-119144) (#119156)
Miss Islington (bot)
2024-05-18
1
-6/+6
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
2
-3/+10
*
gh-118013: Use weakrefs for the cache key in `inspect._shadowed_dict` (#118202)
Alex Waygood
2024-04-24
1
-1/+1
*
Enhance regrtest get_signal_name(): support shell exit code (#117647)
Victor Stinner
2024-04-08
1
-0/+8
*
gh-117293: Fix race condition in run_workers.py (#117298)
Sam Gross
2024-04-08
1
-16/+21
*
Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)
dependabot[bot]
2024-04-01
1
-3/+1
*
gh-83434: Disable XML in regrtest when -R option is used (#117232)
Victor Stinner
2024-03-26
1
-1/+13
*
GH-112536: Add more TSan tests (#116911)
Antoine Pitrou
2024-03-17
1
-0/+6
*
gh-112536: Add more TSAN tests (#116896)
Donghee Na
2024-03-16
1
-0/+2
*
gh-112536: Add test_threading to TSAN tests (#116898)
Antoine Pitrou
2024-03-16
1
-0/+1
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
3
-0/+32
*
gh-116731: libregrtest: Clear inspect & importlib.metadata caches in clear_ca...
Petr Viktorin
2024-03-14
1
-0/+9
*
gh-110918: Fix side effects of regrtest test_match_tests() (#116718)
Victor Stinner
2024-03-13
1
-0/+5
*
chore: fix typos (#116345)
cui fliter
2024-03-05
2
-2/+2
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
1
-7/+2
*
gh-116103: Prevent error in WindowsLoadTracker.__del__ on permission error (G...
Petr Viktorin
2024-02-29
1
-0/+4
*
gh-115720: Show number of leaks in huntrleaks progress reports (GH-115726)
Petr Viktorin
2024-02-27
1
-12/+35
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
5
-25/+116
*
gh-115490: Work around test.support.interpreters.channels not handling unload...
T. Wouters
2024-02-15
1
-2/+7
*
gh-108303: Move all `pydoc` related test files to new `test.test_pydoc` packa...
Nikita Sobolev
2024-02-13
1
-0/+1
*
GH-114695: Add `sys._clear_internal_caches` (GH-115152)
Brandt Bucher
2024-02-12
1
-2/+2
*
gh-80931: Skip some socket tests while hunting for refleaks on macOS (#114057)
Ronald Oussoren
2024-01-21
1
-1/+7
*
gh-108303: Move all doctest related files and tests to `Lib/test/test_doctest...
Nikita Sobolev
2024-01-18
1
-0/+1
*
gh-112536: Add support for thread sanitizer (TSAN) (gh-112648)
Samet YASLAN
2023-12-30
1
-0/+7
*
gh-108223: Refer to PEP 703 as Free Threading (#112780)
Victor Stinner
2023-12-06
1
-1/+1
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
2
-9/+13
*
gh-109413: libregrtest: enable mypy's `--strict-optional` check on most files...
Alex Waygood
2023-12-01
4
-5/+16
*
gh-109413: regrtest: add WorkerRunTests class (#112588)
Victor Stinner
2023-12-01
4
-22/+28
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
9
-17/+30
*
gh-111863: Rename `Py_NOGIL` to `Py_GIL_DISABLED` (#111864)
Hugo van Kemenade
2023-11-20
1
-1/+1
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
7
-22/+68
*
gh-111881: Import doctest lazily in libregrtest (#111884)
Victor Stinner
2023-11-09
1
-5/+8
[next]