summaryrefslogtreecommitdiffstats
path: root/Lib/test
Commit message (Expand)AuthorAgeFilesLines
* gh-109156: Add tests for de-instrumenting instructions with instrumented line...Tian Gao2023-09-131-0/+17
* gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)Victor Stinner2023-09-131-0/+8
* gh-109357: Fix test_monitoring.test_gh108976() (#109358)Victor Stinner2023-09-131-0/+1
* gh-109276: libregrtest: fix work dir on WASI (#109356)Victor Stinner2023-09-132-11/+21
* gh-109276: libregrtest: WASM use stdout for JSON (#109355)Victor Stinner2023-09-134-33/+40
* gh-109276: libregrtest: WASM use filename for JSON (#109340)Victor Stinner2023-09-126-140/+273
* gh-109276: test.pythoninfo gets more test.support data (#109337)Victor Stinner2023-09-121-9/+68
* gh-60283: Check for redefined test names in CI (#109161)Hugo van Kemenade2023-09-121-0/+35
* gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)Nikita Sobolev2023-09-121-0/+29
* gh-109276: libregrtest: fix worker working dir (#109313)Victor Stinner2023-09-124-16/+24
* gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)Irit Katriel2023-09-121-176/+176
* gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)Nikita Sobolev2023-09-1216-23/+38
* gh-109276: libregrtest: limit number workers (#109288)Victor Stinner2023-09-124-5/+40
* gh-109276: libregrtest calls random.seed() before each test (#109279)Victor Stinner2023-09-124-34/+88
* gh-109276: libregrtest only checks saved_test_environment() once (#109278)Victor Stinner2023-09-122-15/+12
* gh-109276: Complete test.pythoninfo (#109312)Victor Stinner2023-09-121-10/+11
* gh-109295: Skip test_generated_cases if different mount drives (#109308)Victor Stinner2023-09-121-1/+21
* gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (#109299)Victor Stinner2023-09-121-1/+1
* gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...Victor Stinner2023-09-122-3/+10
* gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)Jelle Zijlstra2023-09-121-0/+93
* gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)Carl Meyer2023-09-111-0/+7
* gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)Guido van Rossum2023-09-111-2/+2
* gh-109039: Branch prediction for Tier 2 interpreter (#109038)Guido van Rossum2023-09-115-134/+173
* gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)Irit Katriel2023-09-111-21/+22
* gh-109276: libregrtest: use separated file for JSON (#109277)Victor Stinner2023-09-115-36/+81
* gh-90805: Make sure test_functools works with and without _functoolsmodule (G...Nikita Sobolev2023-09-111-30/+28
* gh-109182: Fix and improve tests for gh-108654 (GH-109189)Serhiy Storchaka2023-09-111-18/+28
* GH-108976. Keep monitoring data structures valid during de-optimization durin...Mark Shannon2023-09-112-0/+26
* Better integration of doctest and unittest in test_ctypes.test_objects (GH-10...Serhiy Storchaka2023-09-111-6/+4
* Test DocTestFinder directly instead of calling support.run_doctest() (GH-108917)Serhiy Storchaka2023-09-111-5/+3
* gh-109162: libregrtest: move code around (#109253)Victor Stinner2023-09-113-93/+105
* gh-109162: libregrtest: use relative imports (#109250)Victor Stinner2023-09-1117-105/+110
* gh-109162: libregrtest: rename runtest_mp.py to run_workers.py (#109248)Victor Stinner2023-09-119-164/+171
* gh-109162: libregrtest: fix Logger (#109246)Victor Stinner2023-09-113-30/+38
* gh-109162: libregrtest: add single.py and result.py (#109243)Victor Stinner2023-09-1114-697/+722
* gh-109162: libregrtest: add worker.py (#109229)Victor Stinner2023-09-1010-213/+238
* gh-109230: test_pyexpat no longer depends on the current directory (#109233)Victor Stinner2023-09-101-24/+48
* gh-109237: Fix test_site for non-ASCII working directory (#109238)Victor Stinner2023-09-101-2/+2
* gh-50644: Forbid pickling of codecs streams (GH-109180)Serhiy Storchaka2023-09-101-0/+79
* gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)δΊ‘line2023-09-101-0/+4
* gh-93627: Align Python implementation of pickle with C implementation of pick...Pieter Eendebak2023-09-101-0/+59
* gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)Serhiy Storchaka2023-09-101-0/+27
* gh-109162: libregrtest: add Logger class (#109212)Victor Stinner2023-09-104-99/+123
* gh-109162: libregrtest: add TestResults class (#109208)Victor Stinner2023-09-103-274/+306
* gh-109162: Refactor libregrtest.Regrtest (#109206)Victor Stinner2023-09-105-115/+120
* gh-109162: Refactor libregrtest.runtest_mp (#109205)Victor Stinner2023-09-104-56/+57
* gh-109162: libregrtest: remove WorkerJob class (#109204)Victor Stinner2023-09-097-88/+126
* gh-109162: libregrtest: fix _decode_worker_job() (#109202)Victor Stinner2023-09-093-5/+21
* gh-109162: Refactor libregrtest.RunTests (#109177)Victor Stinner2023-09-095-60/+88
* gh-109050: Remove remaining tests for legacy Unicode C API (GH-109068)Serhiy Storchaka2023-09-095-145/+1