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
/
setup.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-109413: Run mypy on `libregrtest` in CI (#112558)
Alex Waygood
2023-11-30
1
-1/+2
*
gh-111165: Move test running code from test.support to libregrtest (GH-111166)
Serhiy Storchaka
2023-10-25
1
-2/+3
*
gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)
Serhiy Storchaka
2023-10-21
1
-1/+1
*
gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)
Victor Stinner
2023-10-05
1
-0/+2
*
gh-110171: `libregrtest` always sets `random.seed` (#110172)
Nikita Sobolev
2023-10-04
1
-2/+1
*
gh-109276, gh-109508: Fix libregrtest stdout (#109903)
Victor Stinner
2023-09-26
1
-2/+2
*
gh-109413: libregrtest: Add and improve type annotations (#109405)
Alex Waygood
2023-09-14
1
-4/+1
*
gh-109276: libregrtest calls random.seed() before each test (#109279)
Victor Stinner
2023-09-12
1
-0/+4
*
gh-109162: libregrtest: use relative imports (#109250)
Victor Stinner
2023-09-11
1
-2/+2
*
gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)
Victor Stinner
2023-09-11
1
-86/+38
*
gh-109162: libregrtest: add single.py and result.py (#109243)
Victor Stinner
2023-09-11
1
-0/+13
*
gh-109162: libregrtest: add worker.py (#109229)
Victor Stinner
2023-09-10
1
-3/+5
*
gh-109162: libregrtest: remove WorkerJob class (#109204)
Victor Stinner
2023-09-09
1
-6/+6
*
gh-109162: Refactor libregrtest.RunTests (#109177)
Victor Stinner
2023-09-09
1
-4/+4
*
gh-109162: Refactor libregrtest.runtest (#109172)
Victor Stinner
2023-09-09
1
-13/+16
*
Run Tools/scripts/reindent.py (#94225)
Victor Stinner
2022-06-26
1
-1/+0
*
gh-84623: Remove unused imports in tests (#93772)
Victor Stinner
2022-06-13
1
-1/+1
*
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
1
-4/+5
*
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Gregory P. Smith
2021-10-22
1
-0/+24
*
bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)
Ćukasz Langa
2021-07-16
1
-0/+10
*
Remove sys._deactivate_opcache() now that is not needed (GH-27154)
Pablo Galindo Salgado
2021-07-15
1
-1/+0
*
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner
2021-04-16
1
-1/+3
*
bpo-41718: Disable support.testresult XML output by default (GH-24982)
Victor Stinner
2021-03-23
1
-0/+4
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
1
-0/+1
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner
2020-06-10
1
-26/+1
*
bpo-38614: Add timeout constants to test.support (GH-16964)
Victor Stinner
2019-10-30
1
-0/+11
*
bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)
Ned Deily
2019-07-02
1
-16/+0
*
bpo-37069: regrtest uses sys.unraisablehook (GH-13759)
Victor Stinner
2019-06-12
1
-0/+4
*
bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)
Steve Dower
2019-05-29
1
-21/+26
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
1
-0/+6
*
bpo-36560: Fix reference leak hunting in regrtest (GH-12744)
Victor Stinner
2019-04-09
1
-6/+0
*
bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)
Ned Deily
2018-03-28
1
-1/+1
*
bpo-25588: Fix regrtest when run inside IDLE (#3962)
Victor Stinner
2017-10-13
1
-12/+31
*
Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn't
Victor Stinner
2016-03-30
1
-0/+5
*
regrtest: Fix module.__path__
Victor Stinner
2016-03-15
1
-2/+2
*
Issue #23919: Prevents assert dialogs appearing in the test suite.
Steve Dower
2015-10-08
1
-3/+9
*
Issue #25220, libregrtest: Set support.use_resources in setup_tests()
Victor Stinner
2015-09-30
1
-1/+3
*
Issue #25220, libregrtest: Move setup_python() to a new submodule
Victor Stinner
2015-09-29
1
-0/+108