summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Python 3.12.7v3.12.7Thomas Wouters2024-10-0140-247/+626
* [3.12] gh-124309: Revert eager task factory fix to prevent breaking downstrea...Miss Islington (bot)2024-10-015-124/+65
* [3.12] gh-124785: Revert "[3.12] gh-116510: Fix a crash due to shared immorta...Neil Schemenauer2024-09-302-47/+6
* [3.12] Docs: Update and proofread `library/venv.rst` (GH-124121) (#124680)Hugo van Kemenade2024-09-301-9/+119
* [3.12] Docs: for for/else clarify that return or raise also skip the else (GH...Miss Islington (bot)2024-09-301-2/+4
* [3.12] gh-123223: Adding hyperlink of argument in warnings.catch_warnings: (G...Miss Islington (bot)2024-09-301-0/+3
* [3.12] gh-116810: fix memory leak in ssl module (GH-123249) (GH-124801)Miss Islington (bot)2024-09-302-63/+17
* [3.12] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124791)Miss Islington (bot)2024-09-301-3/+3
* [3.12] Fix `c-api/file.rst` indexes (GH-114608) (#124786)sobolevn2024-09-301-2/+3
* [3.12] Create hyperlink and fix typos in macOS installer (#123805)Hugo van Kemenade2024-09-291-5/+5
* [3.12] Docs: improve generic `typing.NamedTuple` example (GH-124739) (#124765)Miss Islington (bot)2024-09-291-1/+3
* [3.12] gh-58573: Fix conflicts between abbreviated long options in the parent...Miss Islington (bot)2024-09-293-34/+52
* [3.12] gh-116850: Fix argparse for namespaces with not directly writable dict...Miss Islington (bot)2024-09-293-1/+16
* [3.12] gh-61181: Fix support of choices with string value in argparse (GH-124...Miss Islington (bot)2024-09-294-11/+17
* [3.12] gh-124345: Support abbreviated single-dash long options with = in argp...Miss Islington (bot)2024-09-293-3/+16
* [3.12] gh-80259: Fix conflict between type and default=SUPPRESS in argparse (...Miss Islington (bot)2024-09-293-8/+16
* [3.12] gh-104860: Fix allow_abbrev=False for single-dash long options (GH-124...Miss Islington (bot)2024-09-293-1/+20
* [3.12] GH-124639: add back loop param to staggered_race (GH-124700) (#124744)Miss Islington (bot)2024-09-292-2/+27
* [3.12] docs: improve venv docs (GH-124540) (#124728)Jelle Zijlstra2024-09-281-27/+24
* [3.12] Doc: Fix default ``latex_elements['papersize']`` (GH-124525) (#124726)Miss Islington (bot)2024-09-281-2/+2
* [3.12] gh-90190: Add doc for using `singledispatch` with precise collection t...Miss Islington (bot)2024-09-271-0/+19
* [3.12] gh-113993: Make interned strings mortal (GH-120520, GH-121364, GH-1219...Petr Viktorin2024-09-2751-27612/+26037
* [3.12] gh-118181: Fix parameter markup in AST docs (GH-124473). (#124705)Tomas R2024-09-271-6/+6
* [3.12] gh-124487: Update Windows API version to Windows 8.1 (#124676)Steve Dower2024-09-272-3/+5
* [3.12] gh-119004: fix a crash in equality testing between `OrderedDict` (GH-1...Miss Islington (bot)2024-09-274-11/+145
* [3.12] Fixup indentation for docs on `ModuleSpec` attributes (#124681) (#124686)Alex Waygood2024-09-271-43/+36
* [3.12] gh-89683: add tests for `deepcopy` on frozen dataclasses (GH-123098) (...Bénédikt Tran2024-09-271-0/+43
* [3.12] GH-95079: document error behaviour for some unicode C APIs (GH-95080) ...Miss Islington (bot)2024-09-271-0/+9
* [3.12] gh-86673: Harden `test_ttk.test_element_create_image` (GH-123335) (#12...Miss Islington (bot)2024-09-271-4/+4
* [3.12] gh-116510: Fix a crash due to shared immortal interned strings. (gh-12...Neil Schemenauer2024-09-262-6/+47
* [3.12] gh-116510: Fix crash during sub-interpreter shutdown (gh-124536)Neil Schemenauer2024-09-262-3/+29
* [3.12] gh-115528: Update language reference for PEP 646 (GH-121181) (#124633)Miss Islington (bot)2024-09-262-17/+32
* [3.12] Programming FAQ: Mention object.__setattr__ as a technique for delegat...Miss Islington (bot)2024-09-261-3/+10
* [3.12] gh-124378: Update test_ttk for Tcl/Tk 8.6.15 (GH-124545)Miss Islington (bot)2024-09-262-2/+16
* [3.12] Doc: Use the short version for daily downloads (GH-124602) (#124611)Miss Islington (bot)2024-09-261-1/+1
* [3.12] gh-124498: Fix `TypeAliasType` not to be generic, when `type_params=()...Miss Islington (bot)2024-09-263-1/+25
* [3.12] gh-123560: Correct docs for "empty" format type for floats (GH-123561)...Miss Islington (bot)2024-09-261-3/+5
* [3.12] gh-124234: Improve docs for `Mock.reset_mock` (GH-124237) (#124592)Miss Islington (bot)2024-09-262-12/+37
* [3.12] Doc: Improve documentation for the ``path`` argument in ``shutil.which...Tom Most2024-09-261-5/+7
* [3.12] gh-101100: Make __subclasses__ doctest stable (GH-124577) (#124580)Jelle Zijlstra2024-09-261-2/+4
* [3.12] gh-124309: Modernize the `staggered_race` implementation to support eâ...Kumar Aditya2024-09-265-73/+193
* [3.12] For-else deserves its own section in the tutorial (GH-123946) (#124563)Miss Islington (bot)2024-09-251-31/+54
* [3.12] gh-123242: Note that type.__annotations__ may not exist (GH-124557) (#...Jelle Zijlstra2024-09-251-0/+8
* [3.12] gh-101100: Add a table of class attributes to the "Custom classes" sec...Alex Waygood2024-09-2539-181/+225
* [3.12] Doc: Use ``major.minor`` for documentation distribution archive filena...Miss Islington (bot)2024-09-252-12/+14
* [3.12] gh-108951: Document how to terminate an asyncio.TaskGroup (GH-123837) ...Miss Islington (bot)2024-09-251-0/+47
* [3.12] bpo-44864: Do not translate user-provided strings in ArgumentParser.ad...Miss Islington (bot)2024-09-252-2/+3
* [3.12] gh-123445: calendar: Improve descriptions for day and month attributes...Miss Islington (bot)2024-09-251-4/+20
* [3.12] Adjust build_ubuntu_ssltests job to use cache for the correct OS versi...Miss Islington (bot)2024-09-252-5/+10
* [3.12] gh-121735: Fix module-adjacent references in zip files (gh-123037) (#1...Jason R. Coombs2024-09-244-12/+45