summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/setup.py
Commit message (Expand)AuthorAgeFilesLines
* gh-109413: Run mypy on `libregrtest` in CI (#112558)Alex Waygood2023-11-301-1/+2
* gh-111165: Move test running code from test.support to libregrtest (GH-111166)Serhiy Storchaka2023-10-251-2/+3
* gh-110918: regrtest: allow to intermix --match and --ignore options (GH-110919)Serhiy Storchaka2023-10-211-1/+1
* gh-110167: Increase support.LOOPBACK_TIMEOUT to 10 seconds (#110413)Victor Stinner2023-10-051-0/+2
* gh-110171: `libregrtest` always sets `random.seed` (#110172)Nikita Sobolev2023-10-041-2/+1
* gh-109276, gh-109508: Fix libregrtest stdout (#109903)Victor Stinner2023-09-261-2/+2
* gh-109413: libregrtest: Add and improve type annotations (#109405)Alex Waygood2023-09-141-4/+1
* gh-109276: libregrtest calls random.seed() before each test (#109279)Victor Stinner2023-09-121-0/+4
* gh-109162: libregrtest: use relative imports (#109250)Victor Stinner2023-09-111-2/+2
* gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)Victor Stinner2023-09-111-86/+38
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-111-0/+13
* gh-109162: libregrtest: add worker.py (#109229)Victor Stinner2023-09-101-3/+5
* gh-109162: libregrtest: remove WorkerJob class (#109204)Victor Stinner2023-09-091-6/+6
* gh-109162: Refactor libregrtest.RunTests (#109177)Victor Stinner2023-09-091-4/+4
* gh-109162: Refactor libregrtest.runtest (#109172)Victor Stinner2023-09-091-13/+16
* Run Tools/scripts/reindent.py (#94225)Victor Stinner2022-06-261-1/+0
* gh-84623: Remove unused imports in tests (#93772)Victor Stinner2022-06-131-1/+1
* gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)Serhiy Storchaka2022-04-251-4/+5
* bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)Gregory P. Smith2021-10-221-0/+24
* bpo-44647: Add a permanent Unicode-valued env var to regrtest (#27187)Ɓukasz Langa2021-07-161-0/+10
* Remove sys._deactivate_opcache() now that is not needed (GH-27154)Pablo Galindo Salgado2021-07-151-1/+0
* bpo-43843: libregrtest uses threading.excepthook (GH-25400)Victor Stinner2021-04-161-1/+3
* bpo-41718: Disable support.testresult XML output by default (GH-24982)Victor Stinner2021-03-231-0/+4
* bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...Pablo Galindo2021-02-281-0/+1
* bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)Victor Stinner2020-06-101-26/+1
* bpo-38614: Add timeout constants to test.support (GH-16964)Victor Stinner2019-10-301-0/+11
* bpo-34602: Avoid failures setting macOS stack resource limit (GH-14546)Ned Deily2019-07-021-16/+0
* bpo-37069: regrtest uses sys.unraisablehook (GH-13759)Victor Stinner2019-06-121-0/+4
* bpo-36842: Fix reference leak in tests by running out-of-proc (GH-13556)Steve Dower2019-05-291-21/+26
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-231-0/+6
* bpo-36560: Fix reference leak hunting in regrtest (GH-12744)Victor Stinner2019-04-091-6/+0
* bpo-32872: Avoid regrtest compatibility issue with namespace packages. (GH-6276)Ned Deily2018-03-281-1/+1
* bpo-25588: Fix regrtest when run inside IDLE (#3962)Victor Stinner2017-10-131-12/+31
* Issue #26295: When using "python3 -m test --testdir=TESTDIR", regrtest doesn'tVictor Stinner2016-03-301-0/+5
* regrtest: Fix module.__path__Victor Stinner2016-03-151-2/+2
* Issue #23919: Prevents assert dialogs appearing in the test suite.Steve Dower2015-10-081-3/+9
* Issue #25220, libregrtest: Set support.use_resources in setup_tests()Victor Stinner2015-09-301-1/+3
* Issue #25220, libregrtest: Move setup_python() to a new submoduleVictor Stinner2015-09-291-0/+108