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
*
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
*
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
Victor Stinner
2023-11-01
1
-2/+8
*
gh-111165: Add missed "support." prefix for "verbose" (GH-111327)
Serhiy Storchaka
2023-10-25
1
-1/+1
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
7
-11/+338
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
8
-42/+36
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
2
-9/+14
*
regrtest: Prepend 'use' options in --{fast,slow}-ci (GH-110363)
Zachary Ware
2023-10-15
1
-4/+6
*
regrtest: --fast-ci/slow-ci no longer imply --rerun-fail (#110849)
Victor Stinner
2023-10-14
1
-1/+0
*
gh-108303: Move all inspect test files to `test_inspect/` (#109607)
Nikita Sobolev
2023-10-10
1
-0/+1
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
4
-7/+6
*
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Victor Stinner
2023-10-05
1
-0/+2
*
gh-110367: Enhance regrtest -jN --verbose3 (#110368)
Victor Stinner
2023-10-05
1
-2/+13
*
gh-109276: regrtest: shorter list of resources (#110326)
Victor Stinner
2023-10-04
2
-17/+43
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
3
-14/+15
*
gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build (#110...
Alex Waygood
2023-10-03
1
-1/+1
*
gh-110164: regrtest disables random if SOURCE_DATE_EPOCH (#110168)
Victor Stinner
2023-10-01
1
-2/+7
*
gh-109649: Use os.process_cpu_count() (#110165)
Victor Stinner
2023-10-01
2
-1/+4
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
2
-18/+119
*
gh-109276: regrtest: add WORKER_FAILED state (#110148)
Victor Stinner
2023-09-30
4
-28/+73
*
gh-109566: regrtest --fast-ci no longer enables --nowindows (#110121)
Victor Stinner
2023-09-29
1
-5/+1
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
4
-14/+33
[next]