cpython/Lib/test/libregrtest
Serhiy Storchaka 54d068adfb
gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905)
It always failed on non-UTF-8 locale and prevented running regrtests.
2022-04-25 17:35:14 +03:00
..
__init__.py
cmdline.py bpo-45745: Remove regrtest --findleaks options (GH-29514) 2021-11-12 16:19:09 +01:00
main.py gh-91156: Use `locale.getencoding()` instead of getpreferredencoding (GH-91732) 2022-04-22 10:39:24 +09:00
pgo.py bpo-10572: Fixup Lib/test/libregrtest/pgo.py (GH-29327) 2021-11-01 09:57:28 +00:00
refleak.py Fix EncodingWarning in libregrtest (GH-31654) 2022-03-03 16:19:56 +09:00
runtest.py bpo-40280: Detect if WASM platform supports threading (GH-32243) 2022-04-02 01:12:44 -07:00
runtest_mp.py bpo-46205: exit if no workers are alive in runtest_mp (GH-30470) 2022-01-11 12:03:09 +09:00
save_env.py Revert "bpo-28533: Remove asyncore, asynchat, smtpd modules (GH-29521)" (GH-29951) 2021-12-07 12:31:04 +01:00
setup.py gh-91904: Fix setting envvar PYTHONREGRTEST_UNICODE_GUARD (GH-91905) 2022-04-25 17:35:14 +03:00
utils.py bpo-45410: regrtest -W leaves stdout/err FD unchanged (GH-28915) 2021-10-13 14:08:18 +02:00
win_utils.py bpo-44336: Prevent tests hanging on child process handles on Windows (GH-26578) 2022-03-22 00:06:55 +00:00