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
/
main.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-135494: Fix python -m test --pgo -x test_re (#135713) (#135881)
Victor Stinner
2025-06-24
1
-6/+10
*
[3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138)...
Miss Islington (bot)
2025-06-05
1
-6/+1
*
[3.13] gh-128770: raise warnings as errors in test suite - except for test_so...
Thomas Grainger
2025-03-29
1
-2/+2
*
[3.13] gh-129363: Change regrtest sequential mode output (GH-129476) (#130405)
Miss Islington (bot)
2025-02-21
1
-15/+6
*
[3.13] gh-109413: Add more type hints to `libregrtest` (GH-126352) (#126388)
Miss Islington (bot)
2025-01-08
1
-13/+14
*
[3.13] gh-109413: Enable `strict_optional` for `libregrtest/main.py` (GH-1263...
sobolevn
2024-11-14
1
-3/+18
*
[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
1
-1/+1
*
[3.13] gh-119727: Add --single-process option to regrtest (#119728) (#123010)
Malcolm Smith
2024-08-26
1
-9/+17
*
gh-117783: Immortalize objects that use deferred reference counting (#118112)
Sam Gross
2024-04-29
1
-2/+6
*
Bump mypy from 1.8.0 to 1.9.0 in /Tools (#117418)
dependabot[bot]
2024-04-01
1
-3/+1
*
gh-112536: Add --tsan test for reasonable TSAN execution times. (gh-116601)
Donghee Na
2024-03-15
1
-0/+5
*
gh-115490: Make the interpreter.channels and interpreter.queues Modules Handl...
Eric Snow
2024-03-04
1
-7/+2
*
gh-115122: Add --bisect option to regrtest (#115123)
Victor Stinner
2024-02-18
1
-3/+55
*
gh-115490: Work around test.support.interpreters.channels not handling unload...
T. Wouters
2024-02-15
1
-2/+7
*
gh-108927: Fix removing testing modules from sys.modules (GH-108952)
Serhiy Storchaka
2023-12-04
1
-5/+13
*
gh-109413: regrtest: add WorkerRunTests class (#112588)
Victor Stinner
2023-12-01
1
-1/+0
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
1
-3/+9
*
gh-110722: Make `-m test -T -j` use sys.monitoring (GH-111710)
Ćukasz Langa
2023-11-10
1
-14/+16
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-12/+3
*
gh-110932: Fix regrtest for SOURCE_DATE_EPOCH (#111143)
Victor Stinner
2023-10-21
1
-8/+13
*
Add support.MS_WINDOWS constant (#110446)
Victor Stinner
2023-10-06
1
-2/+2
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-6/+7
*
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
1
-1/+1
*
gh-110152: regrtest handles cross compilation and HOSTRUNNER (#110156)
Victor Stinner
2023-09-30
1
-16/+82
*
gh-109566: regrtest _add_python_opts() handles KeyboardInterrupt (#110062)
Victor Stinner
2023-09-29
1
-5/+18
*
gh-109566: Fix regrtest Python options for WASM/WASI (#109954)
Victor Stinner
2023-09-27
1
-3/+6
*
gh-109566: Fix regrtest code adding Python options (#109926)
Victor Stinner
2023-09-26
1
-23/+42
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-3/+11
*
gh-109566: regrtest reexecutes the process (#109909)
Victor Stinner
2023-09-26
1
-4/+37
*
gh-109566, regrtest: Add --fast-ci and --slow-ci options (#109570)
Victor Stinner
2023-09-26
1
-1/+1
*
gh-109739: regrtest disables load tracker if refleak (#109871)
Victor Stinner
2023-09-26
1
-3/+13
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
1
-6/+6
*
gh-109276: libregrtest: WASM use filename for JSON (#109340)
Victor Stinner
2023-09-12
1
-1/+1
*
gh-109276: libregrtest: fix worker working dir (#109313)
Victor Stinner
2023-09-12
1
-2/+2
*
gh-109276: libregrtest: limit number workers (#109288)
Victor Stinner
2023-09-12
1
-1/+6
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
1
-2/+11
*
gh-109162: libregrtest: move code around (#109253)
Victor Stinner
2023-09-11
1
-92/+9
*
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner
2023-09-11
1
-11/+11
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
1
-65/+68
*
gh-109162: libregrtest: fix Logger (#109246)
Victor Stinner
2023-09-11
1
-25/+14
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
1
-6/+8
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
1
-92/+16
*
gh-109162: libregrtest: add Logger class (#109212)
Victor Stinner
2023-09-10
1
-98/+50
*
gh-109162: libregrtest: add TestResults class (#109208)
Victor Stinner
2023-09-10
1
-265/+38
*
gh-109162: Refactor libregrtest.Regrtest (#109206)
Victor Stinner
2023-09-10
1
-88/+86
*
gh-109162: Refactor libregrtest.runtest_mp (#109205)
Victor Stinner
2023-09-10
1
-17/+27
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
1
-6/+15
*
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner
2023-09-09
1
-25/+32
[next]