summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-109295: Clean up multiprocessing in test_asyncio and test_compileall (#109...Victor Stinner2023-09-122-3/+10
* GH-106734: Disable tab completion in pdb's multiline mode (GH-106735)Tian Gao2023-09-122-21/+39
* gh-109118: Disallow nested scopes within PEP 695 scopes within classes (#109196)Jelle Zijlstra2023-09-123-0/+118
* gh-109292: add symtable impact of PEP 709 to What's New (#109293)Carl Meyer2023-09-121-0/+3
* gh-109195: fix source location for super load before LOAD_SUPER_ATTR (#109289)Carl Meyer2023-09-113-1/+12
* gh-109214: Rename SAVE_IP to _SET_IP, and similar (#109285)Guido van Rossum2023-09-1111-117/+117
* gh-107322: zipapp: Remove the suggestion to remove .dist-info directories (#1...wim glenn2023-09-111-6/+1
* gh-109039: Branch prediction for Tier 2 interpreter (#109038)Guido van Rossum2023-09-1115-181/+339
* gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)Irit Katriel2023-09-113-34/+34
* gh-109276: libregrtest: use separated file for JSON (#109277)Victor Stinner2023-09-116-36/+84
* gh-90805: Make sure test_functools works with and without _functoolsmodule (G...Nikita Sobolev2023-09-111-30/+28
* gh-109190: What's New in 3.12: Add subheadings to removals for easy linking (...Hugo van Kemenade2023-09-111-52/+107
* gh-108987: Fix _thread.start_new_thread() race condition (#109135)Victor Stinner2023-09-115-41/+69
* 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-114-55/+79
* 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-107219: Fix concurrent.futures terminate_broken() (#109244)Victor Stinner2023-09-113-0/+27
* GH-108614: Increase importlib MAGIC for RESUME_CHECK instruction (#109247)Victor Stinner2023-09-111-1/+2
* 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-102-24/+53
* gh-109237: Fix test_site for non-ASCII working directory (#109238)Victor Stinner2023-09-102-2/+6
* gh-50644: Forbid pickling of codecs streams (GH-109180)Serhiy Storchaka2023-09-103-0/+95
* gh-109054: Don't use libatomic on cross-compilation (#109211)Victor Stinner2023-09-102-8/+6
* gh-109207: Fix SystemError when printing symtable entry object. (GH-109225)δΊ‘line2023-09-103-3/+7
* Fix "FSTRING_MIDDLE" typo in py312 "What's New" (#109222)Delgan2023-09-101-1/+1
* gh-93627: Align Python implementation of pickle with C implementation of pick...Pieter Eendebak2023-09-103-10/+72
* gh-109174: Add support of SimpleNamespace in copy.replace() (GH-109175)Serhiy Storchaka2023-09-104-0/+58
* 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
* Improve the sieve() recipe in the itertools docs (gh-109199)Raymond Hettinger2023-09-091-4/+7
* Fix an ironic typo in a code comment. (gh-109186)Raymond Hettinger2023-09-091-1/+1
* 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-096-197/+1
* gh-109118: Fix runtime crash when NameError happens in PEP 695 function (#109...Jelle Zijlstra2023-09-097-106/+189
* gh-109162: Refactor libregrtest.runtest (#109172)Victor Stinner2023-09-095-104/+134
* gh-109052: Use the base opcode when comparing code objects (gh-109107)Tian Gao2023-09-093-6/+24
* gh-109162: Refactor libregrtest WorkerJob (#109171)Victor Stinner2023-09-095-41/+48
* gh-109162: Refactor Regrtest.action_run_tests() (#109170)Victor Stinner2023-09-091-49/+49
* gh-108996: Skip broken test_msvcrt for now (#109169)Victor Stinner2023-09-081-0/+2
* gh-109162: Regrtest copies 'ns' attributes (#109168)Victor Stinner2023-09-083-48/+73