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.11] gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253) (...
Christian Heimes
2022-06-29
1
-26/+28
*
Run Tools/scripts/reindent.py (GH-94225)
Miss Islington (bot)
2022-06-26
1
-1/+0
*
gh-94052: Don't re-run failed tests with --python option (GH-94054)
Miss Islington (bot)
2022-06-21
3
-6/+17
*
[3.11] gh-84461: Fix Emscripten umask and permission issues (GH-94002) (GH-94...
Christian Heimes
2022-06-19
1
-0/+12
*
gh-84461: Fix parallel testing on WebAssembly (GH-93768)
Miss Islington (bot)
2022-06-13
1
-3/+8
*
gh-84461: Add ability for multiprocessed libregrtest to use a different Pytho...
Ethan Smith
2022-05-02
2
-2/+11
*
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
Serhiy Storchaka
2022-04-25
1
-4/+5
*
gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732)
Inada Naoki
2022-04-22
1
-2/+1
*
bpo-40280: Detect missing threading on WASM platforms (GH-32352)
Christian Heimes
2022-04-07
1
-1/+3
*
bpo-40280: Detect if WASM platform supports threading (GH-32243)
Christian Heimes
2022-04-02
1
-1/+4
*
bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578)
Jeremy Kloth
2022-03-22
2
-185/+117
*
Fix EncodingWarning in libregrtest (GH-31654)
Inada Naoki
2022-03-03
1
-1/+1
*
bpo-46205: exit if no workers are alive in runtest_mp (GH-30470)
Sam Gross
2022-01-11
1
-8/+10
*
Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-2...
Victor Stinner
2021-12-07
1
-1/+11
*
bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)
Victor Stinner
2021-11-15
1
-11/+1
*
bpo-45745: Remove regrtest --findleaks options (GH-29514)
Victor Stinner
2021-11-12
3
-10/+3
*
bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327)
Erlend Egeberg Aasland
2021-11-01
1
-1/+1
*
bpo-43592: Raise RLIMIT_NOFILE in test.libregrtest (GH-29127)
Gregory P. Smith
2021-10-22
1
-0/+24
*
bpo-45410: regrtest replaces print_warning.orig_stderr (GH-28926)
Victor Stinner
2021-10-13
2
-3/+13
*
bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915)
Victor Stinner
2021-10-13
5
-67/+12
*
bpo-45410: Enhance libregrtest -W/--verbose3 option (GH-28908)
Victor Stinner
2021-10-12
2
-14/+69
*
bpo-45410: Add test.support.flush_std_streams() (GH-28885)
Victor Stinner
2021-10-11
1
-9/+2
*
bpo-45410: libregrtest -jN writes stderr into stdout (GH-28819)
Victor Stinner
2021-10-08
1
-22/+18
*
Fix typos in the Lib directory (GH-28775)
Christian Clauss
2021-10-06
1
-1/+1
*
bpo-45118: Fix regrtest second summary for re-run tests (GH-28183)
Victor Stinner
2021-09-07
1
-4/+7
*
bpo-44895: libregrtest: refleak check clears types later (GH-28113)
Victor Stinner
2021-09-01
3
-14/+15
*
bpo-44708: Only re-run test methods that match names of previously failing te...
Łukasz Langa
2021-07-22
4
-162/+312
*
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
*
Delete line that was accidentally copied. (GH-26624)
Mark Shannon
2021-06-09
1
-1/+0
*
bpo-44187: Quickening infrastructure (GH-26264)
Mark Shannon
2021-06-07
1
-2/+3
*
bpo-43843: libregrtest uses threading.excepthook (GH-25400)
Victor Stinner
2021-04-16
2
-1/+36
*
bpo-41718: libregrtest avoids importing datetime (GH-24985)
Victor Stinner
2021-03-23
1
-3/+5
*
bpo-41718: Disable support.testresult XML output by default (GH-24982)
Victor Stinner
2021-03-23
1
-0/+4
*
bpo-41718: libregrtest runtest avoids import_helper (GH-24983)
Victor Stinner
2021-03-23
1
-2/+4
*
bpo-41718: Reduce libregrtest runtest imports (GH-24980)
Victor Stinner
2021-03-22
3
-97/+107
*
bpo-41718: regrtest saved_test_environment avoids imports (GH-24934)
Victor Stinner
2021-03-22
2
-42/+69
*
bpo-37146: Deactivate opcode cache only when using huntrleaks in the test sui...
Pablo Galindo
2021-02-28
1
-0/+1
*
bpo-42128: Structural Pattern Matching (PEP 634) (GH-22917)
Brandt Bucher
2021-02-26
1
-0/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-21785)
Hai Shi
2020-08-08
1
-3/+3
*
bpo-40275: Use new test.support helper submodules in tests (GH-21772)
Hai Shi
2020-08-07
2
-4/+8
*
bpo-38912: regrtest logs unraisable exception into sys.__stderr__ (GH-21718)
Victor Stinner
2020-08-03
1
-1/+6
*
bpo-40275: Use new test.support helper submodules in tests (GH-21219)
Hai Shi
2020-06-30
3
-8/+10
*
bpo-41069: Make TESTFN and the CWD for tests containing non-ascii characters....
Serhiy Storchaka
2020-06-25
1
-0/+1
*
bpo-40275: Use new test.support helper submodules in tests (GH-20849)
Hai Shi
2020-06-25
3
-4/+8
*
bpo-41043: Escape literal part of the path for glob(). (GH-20994)
Serhiy Storchaka
2020-06-20
1
-1/+1
*
bpo-40826: Fix test_repl.test_close_stdin() on Windows (GH-20779)
Victor Stinner
2020-06-10
1
-26/+1
*
bpo-39983: Add test.support.print_warning() (GH-19683)
Victor Stinner
2020-04-23
2
-2/+2
*
regrtest: log timeout at startup (GH-19514)
Victor Stinner
2020-04-14
2
-4/+15
*
bpo-37957: Allow regrtest to receive a file with test (and subtests) to ignor...
Pablo Galindo
2019-11-19
3
-3/+17
[next]