summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 684 (GH-109657) (#109729)Miss Islington (bot)2023-09-221-4/+4
* [3.12] GH-109190: Copyedit 3.12 What's New: bytecode (LOAD_METHOD) (GH-109665...Miss Islington (bot)2023-09-221-2/+2
* [3.12] gh-106967: remove Release and Date fields from whatsnew for 3.12 (#109...Hugo van Kemenade2023-09-221-2/+1
* [3.12] gh-109627: duplicated small exit blocks need to be assigned jump targe...Irit Katriel2023-09-223-5/+28
* [3.12] gh-109408: Move Windows builds from Azure Pipelines PR to GitHub Actio...Miss Islington (bot)2023-09-222-31/+20
* [3.12] GH-109190: Copyedit 3.12 What's New: Consistently show module names (G...Miss Islington (bot)2023-09-221-19/+19
* [3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662) (#109716)Hugo van Kemenade2023-09-221-1/+2
* [3.12] GH-109190: Copyedit 3.12 What's New: tokenize (GH-109663) (#109715)Miss Islington (bot)2023-09-221-2/+2
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 701 (GH-109655) (#109689)Miss Islington (bot)2023-09-221-15/+17
* [3.12] GH-109190: Copyedit 3.12 What's New: Improved Error Messages (GH-10965...Miss Islington (bot)2023-09-221-6/+5
* [3.12] GH-109190: Copyedit 3.12 What's New: Typing PEPs (GH-109659) (#109684)Miss Islington (bot)2023-09-221-4/+6
* [3.12] GH-109190: Copyedit 3.12 What's New: PEP 709 (GH-109656) (#109681)Miss Islington (bot)2023-09-221-7/+5
* [3.12] Misc itertool recipe improvements, mostly docstrings and comments (gh-...Miss Islington (bot)2023-09-221-37/+44
* [3.12] GH-109209: Bump the minimum Sphinx version to 4.2 (GH-109210) (#109636)Miss Islington (bot)2023-09-224-8/+7
* Post 3.12.0rc3Thomas Wouters2023-09-191-1/+1
* Python 3.12.0rc3v3.12.0rc3Thomas Wouters2023-09-1833-90/+323
* [3.12] gh-109496: Detect Py_DECREF() after dealloc in debug mode (GH-109539) ...Miss Islington (bot)2023-09-184-16/+56
* [3.12] gh-109408: Azure Pipelines: test 3.12 branch (GH-109453) (#109535)Miss Islington (bot)2023-09-182-2/+2
* [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#10...Miss Islington (bot)2023-09-184-2/+33
* [3.12] gh-108843: fix ast.unparse for f-string with many quotes (GH-108981) (...Miss Islington (bot)2023-09-183-1/+35
* [3.12] gh-102251: Disable non-rerunnable test in test_import (GH-106013) (#10...Miss Islington (bot)2023-09-181-4/+20
* [3.12] Fix extraneous backslashes in hashlib docs (GH-109468) (#109530)Miss Islington (bot)2023-09-181-12/+12
* [3.12] gh-109408: Remove Ubuntu unit tests from Azure Pipelines (GH-109452) (...Miss Islington (bot)2023-09-173-54/+8
* [3.12] gh-109451: Fix wrong format specifier in logging documentation (GH-109...Miss Islington (bot)2023-09-171-1/+1
* [3.12] gh-109414: Add some basic information about venvs in the introduction....Miss Islington (bot)2023-09-171-0/+19
* [3.12] gh-109474: Update two Unix packaging URLs (GH-109307) (#109477)Miss Islington (bot)2023-09-171-2/+2
* [3.12] gh-109096: Silence test_httpservers fork + threads DeprecationWarning ...Gregory P. Smith2023-09-171-1/+6
* [3.12] Docs: Superseded modules: list only module names (GH-109439) (#109445)Miss Islington (bot)2023-09-151-0/+1
* [3.12] gh-109395: Remove skipped macOS builds from Azure Pipelines (GH-109400...Miss Islington (bot)2023-09-153-65/+0
* [3.12] gh-109395: Remove skipped coverage job from Azure Pipelines (GH-109412...Miss Islington (bot)2023-09-153-101/+9
* [3.12] gh-109219: propagate free vars through type param scopes (GH-109377) (...Miss Islington (bot)2023-09-143-3/+17
* [3.12] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (...Miss Islington (bot)2023-09-142-3/+10
* [3.12] gh-101100: Fix sphinx warnings in `turtle.rst` (GH-109394) (#109416)Miss Islington (bot)2023-09-142-5/+4
* [3.12] gh-105658: fix excess trace events for except block ending with a cond...Irit Katriel2023-09-143-15/+34
* [3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-...Miss Islington (bot)2023-09-143-0/+26
* [3.12] gh-60283: Check for redefined test names in CI (GH-109161) (#109365)Miss Islington (bot)2023-09-145-1/+58
* [3.12] Fix variable name in dis documentation example (GH-109343) (#109364)Miss Islington (bot)2023-09-131-1/+1
* [3.12] gh-105189: fix importlib.resources.abc deprecation docs (GH-105232) (#...Miss Islington (bot)2023-09-132-12/+154
* [3.12] gh-104736: Fix test_gdb tests on ppc64le with clang (GH-109360) (#109361)Miss Islington (bot)2023-09-132-0/+12
* [3.12] gh-109357: Fix test_monitoring.test_gh108976() (GH-109358) (#109359)Miss Islington (bot)2023-09-131-0/+1
* [3.12] Update workflow permissions in require-pr-label Action (GH-109342) (#1...Miss Islington (bot)2023-09-131-2/+2
* [3.12] GH-104395: Add a link in 'Meta Information' to the docs download page ...Miss Islington (bot)2023-09-131-0/+1
* [3.12] gh-109184: update traceback module doc w.r.t notes (message is no long...Irit Katriel2023-09-131-19/+21
* [3.12] gh-109114: Relax the check for invalid lambdas inside f-strings to avo...Pablo Galindo Salgado2023-09-124-1125/+1073
* [3.12] gh-109118: Disallow nested scopes within PEP 695 scopes within classes...Miss Islington (bot)2023-09-123-0/+118
* [3.12] Fix iter_index() to work with lists which do not support stop=None. (g...Miss Islington (bot)2023-09-121-0/+11
* [3.12] gh-109295: Fix test_os.test_access_denied() for TEMP=cwd (GH-109299) (...Miss Islington (bot)2023-09-121-1/+1
* [3.12] gh-109295: Clean up multiprocessing in test_asyncio and test_compileal...Miss Islington (bot)2023-09-122-3/+10
* [3.12] gh-109292: add symtable impact of PEP 709 to What's New (GH-109293) (#...Miss Islington (bot)2023-09-121-0/+3
* [3.12] gh-109195: fix source location for super load before LOAD_SUPER_ATTR (...Miss Islington (bot)2023-09-123-1/+12