summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gh-107782: Use _testcapi to test non-representable signatures (GH-109325)Serhiy Storchaka2023-09-143-2/+82
* Add missing PyDoc_STR to GenericAlias.__parameters__ (#108811)James Hilton-Balfe2023-09-141-1/+1
* Fix invocation of wasm_build.py for node (GH-109383)Sam Gross2023-09-131-1/+1
* GH-104584: Don't call executors from JUMP_BACKWARD (GH-109347)Brandt Bucher2023-09-134-40/+23
* GH-105848: Replace KW_NAMES + CALL with LOAD_CONST + CALL_KW (GH-109300)Brandt Bucher2023-09-1322-508/+719
* gh-109341: Fix crash on compiling invalid AST including TypeAlias (#109349)Jelle Zijlstra2023-09-133-0/+26
* gh-109351: Fix crash when compiling AST with invalid NamedExpr (#109352)Jelle Zijlstra2023-09-133-0/+34
* gh-109156: Add tests for de-instrumenting instructions with instrumented line...Tian Gao2023-09-132-0/+18
* Fix variable name in dis documentation example (GH-109343)Oleksandr Kravets2023-09-131-1/+1
* gh-105189: fix importlib.resources.abc deprecation docs (#105232)Thomas Grainger2023-09-132-12/+154
* gh-104736: Fix test_gdb tests on ppc64le with clang (#109360)Victor Stinner2023-09-132-0/+12
* gh-108346: Fix failed benchmark in decimal (#108353)Charlie Zhao2023-09-131-53/+74
* 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-109330: Dump and compare stats using opcode names, not numbers (GH-109335)Michael Droettboom2023-09-122-53/+35
* GH-104395: Add a link in 'Meta Information' to the docs download page (#104443)Adam Turner2023-09-121-0/+1
* Update workflow permissions in require-pr-label Action (#109342)Mariatta2023-09-121-2/+2
* gh-106581: Honor 'always_exits' in write_components() (#109338)Guido van Rossum2023-09-122-15/+1
* gh-109276: test.pythoninfo gets more test.support data (#109337)Victor Stinner2023-09-121-9/+68
* gh-109319: deprecate dis.HAVE_ARGUMENT (#109320)Irit Katriel2023-09-123-0/+8
* gh-60283: Check for redefined test names in CI (#109161)Hugo van Kemenade2023-09-125-1/+51
* gh-109184: update traceback module doc w.r.t notes (message is no longer alwa...Irit Katriel2023-09-121-20/+22
* gh-109266: Fix msvcrt.kbhit's documented return value (GH-109267)AN Long2023-09-123-5/+6
* gh-108303: Add `Lib/test/tokenizedata` to `TESTSUBDIRS` (#109314)Nikita Sobolev2023-09-121-0/+1
* gh-84867: Do not load tests from TestCase and FunctionTestCase (GH-100497)Nikita Sobolev2023-09-123-5/+48
* 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-1211-742/+757
* gh-109216: Fix possible memory leak in `BUILD_MAP` (#109257)Nikita Sobolev2023-09-124-9/+1
* gh-108303: Move tokenize-related data to Lib/test/tokenizedata (GH-109265)Nikita Sobolev2023-09-1218-25/+40
* 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-125-34/+94
* 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
* Fix iter_index() to work with lists which do not support stop=None. (gh-109306)Raymond Hettinger2023-09-121-0/+11
* 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-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