[Python-checkins] Python 3.13.8

2025-10-17 Thread Yhg1s
https://github.com/python/cpython/commit/a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d commit: a15ae614deb58f78f9f4aa11ed18a0afc6a9df7d branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-10-07T14:01:51+02:00 summary: Python 3.13.8 files: A Misc/NEWS.d/3.13.8.rst D Misc/NEWS.d/next/Build

[Python-checkins] gh-116738: test `uuid` module thread safety in free-threading (#140068)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89 commit: 9a87ce8b57f5d698900d84b4f6f5aa47b5f37a89 branch: main author: Alper committer: kumaraditya303 date: 2025-10-16T23:57:51+05:30 summary: gh-116738: test `uuid` module thread safety in free-threading (#140068)

[Python-checkins] [3.14] gh-116738: make `cProfile` module thread-safe (GH-138229) (#138575)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/4429554223fb6aff93992b550f83f9ca3cd8cd22 commit: 4429554223fb6aff93992b550f83f9ca3cd8cd22 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:51:22Z summary: [3.14] gh-1

[Python-checkins] gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in configure (#140185)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/5a31024da45eb00f5450269cad4481131d77c81f commit: 5a31024da45eb00f5450269cad4481131d77c81f branch: main author: Jeffrey Bosboom committer: vstinner date: 2025-10-16T13:40:47+02:00 summary: gh-83714: Check for struct statx.stx_atomic_write_unit_max_opt in c

[Python-checkins] [3.13] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139456)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f48128b6b3722ee2b2cef026e9679e37bd5b2517 commit: f48128b6b3722ee2b2cef026e9679e37bd5b2517 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-09-30T18:14:44Z summary: [3.13] gh

[Python-checkins] [3.13] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340) (gh-140112)

2025-10-17 Thread corona10
https://github.com/python/cpython/commit/c5ec267311f9312c75ebef330dd210cc64ec0c24 commit: c5ec267311f9312c75ebef330dd210cc64ec0c24 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: corona10 date: 2025-10-14T14:48:29Z summary: [3.13] gh-101828: Fix `j

[Python-checkins] gh-139208: Fix regrtest --fast-ci --verbose (#139240)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/dd683f8f341dd0c95ac4f1363d92d141ea5b3842 commit: dd683f8f341dd0c95ac4f1363d92d141ea5b3842 branch: main author: Victor Stinner committer: vstinner date: 2025-09-23T16:09:01+02:00 summary: gh-139208: Fix regrtest --fast-ci --verbose (#139240) Don't ignore

[Python-checkins] [3.14] gh-140120: Refresh HACL* to fix an hmac memory leak (GH-140188) (#140192)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/32e60fa220ec096739f95485f2b62ab950d921e4 commit: 32e60fa220ec096739f95485f2b62ab950d921e4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-1

[Python-checkins] [3.14] gh-135729: Store reference to globals in `Interpreter._decref` (GH-139104) (GH-139112)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/070993b8ad26e6dd0f97d07db19d1400aa613a47 commit: 070993b8ad26e6dd0f97d07db19d1400aa613a47 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-07T14:18:15-04:00 summary: [3.14]

[Python-checkins] [3.14] gh-116738: add multi-threaded tests for `resource` module on free-threading builds (GH-138504) (#138793)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/08673d8a51cabc1f8a628a0c8e3be375523f76ff commit: 08673d8a51cabc1f8a628a0c8e3be375523f76ff branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T18:23:58Z summary: [3.14] gh-1

[Python-checkins] gh-139116: tracemalloc: Detach thread state when acquiring tables_lock (GH-139449)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/01157e0cdff1321a065b0a00c5a97460f52af07e commit: 01157e0cdff1321a065b0a00c5a97460f52af07e branch: main author: Petr Viktorin committer: encukou date: 2025-09-30T16:43:49+02:00 summary: gh-139116: tracemalloc: Detach thread state when acquiring tables_lock

[Python-checkins] [3.14] Update the availability info in the resource docs (#137939)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/b4d8faa22142cde789388068d0230b9ffdd95eac commit: b4d8faa22142cde789388068d0230b9ffdd95eac branch: 3.14 author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-10-07T19:25:34+01:00 summary: [3.14] Update the ava

[Python-checkins] [3.14] gh-139672: Remove references to `passlib` (GH-139673) (#139867)

2025-10-17 Thread Eclips4
https://github.com/python/cpython/commit/2cc13ff304b92a5c371c52a653fb275326714a1a commit: 2cc13ff304b92a5c371c52a653fb275326714a1a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2025-10-09T17:19:35Z summary: [3.14] gh-139672:

[Python-checkins] [3.13] gh-139308: Skip test_special_chars_csh on NetBSD due to csh variable expansion issue (GH-139341) (#139560)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/de84a03099cb192f26f38712903004b34e16532a commit: de84a03099cb192f26f38712903004b34e16532a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-08T14:10:34Z summary: [3.13] gh-139308:

[Python-checkins] [3.14] gh-126662: naming consistency for `signal.ItimerError` (GH-126712) (#137122)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/c1cb785ebd0859a3c560091c5bb4f7f559656b44 commit: c1cb785ebd0859a3c560091c5bb4f7f559656b44 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T19:42:46+02:00 summary: [3.14] gh-12

[Python-checkins] [3.14] gh-137239: Add *_max functions to heapq.__all__ (gh-137241) (#137256)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/a03dd74c9444930928c5e817f156223affb741f8 commit: a03dd74c9444930928c5e817f156223affb741f8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:22:07+05:30 summary: [3.14]

[Python-checkins] [3.14] GH-123299: Announce final release in What's New in Python 3.14 (GH-139631) (#139685)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/33f1330bd5a18019336b65bb9ee9c8e7c57c79e1 commit: 33f1330bd5a18019336b65bb9ee9c8e7c57c79e1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (#140016)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/be60e4b4f34a097d999d337446786ae14e35c964 commit: be60e4b4f34a097d999d337446786ae14e35c964 branch: main author: Mikhail Efimov committer: JelleZijlstra date: 2025-10-13T13:10:39-07:00 summary: gh-14: Traverse `name` attribute for `TypeVar`, `TypeVarTup

[Python-checkins] [3.14] gh-138902: Fix generator send arg name (GH-138905) (#138914)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/fad7bfc2829d262e68af4049188351b12ad2 commit: fad7bfc2829d262e68af4049188351b12ad2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:27:05+05:30 summary: [3.14]

[Python-checkins] gh-139817: Attribute `__qualname__` is added to `TypeAliasType` (#139919)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/f673f0e7b49b305ba7608386a354da328066a664 commit: f673f0e7b49b305ba7608386a354da328066a664 branch: main author: Mikhail Efimov committer: JelleZijlstra date: 2025-10-15T09:08:17-07:00 summary: gh-139817: Attribute `__qualname__` is added to `TypeAliasType`

[Python-checkins] [3.14] gh-138859: Account for `ParamSpec` defaults that are not lists … (GH-138868) (#140207)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/54261b67825811a0dcc07a0cc6dfc85bbeb0c79f commit: 54261b67825811a0dcc07a0cc6dfc85bbeb0c79f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-16T13:26:29-07:00 summary: [3.14]

[Python-checkins] [3.14] gh-131178: Add tests for `site` command-line interface (GH-133582) (GH-137832)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/df739f33d375f515c2e5c73446a7a14ed4e0cef8 commit: df739f33d375f515c2e5c73446a7a14ed4e0cef8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-07T19:11:43Z summary: [3.14] gh-13

[Python-checkins] gh-139573: Update Android to OpenSSL 3.0.18 (#139562)

2025-10-17 Thread freakboy3742
https://github.com/python/cpython/commit/0f0fc5a16368ea45541137cff6b90d63bad5eb26 commit: 0f0fc5a16368ea45541137cff6b90d63bad5eb26 branch: main author: Malcolm Smith committer: freakboy3742 date: 2025-10-05T08:15:29+08:00 summary: gh-139573: Update Android to OpenSSL 3.0.18 (#139562) Update And

[Python-checkins] gh-133210: Fix `test_pydoc` without docstrings (#139654)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/708de26e31b65cd3ae768882c8da59284917a80d commit: 708de26e31b65cd3ae768882c8da59284917a80d branch: main author: Mikhail Efimov committer: vstinner date: 2025-10-06T16:51:10+02:00 summary: gh-133210: Fix `test_pydoc` without docstrings (#139654) files: M L

[Python-checkins] gh-139698: Fix typo in What's New 3.14 (#139699)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/d396a32b3d1a4b3a35bdfc8b44521d3021a108c7 commit: d396a32b3d1a4b3a35bdfc8b44521d3021a108c7 branch: main author: Stan Ulbrych <[email protected]> committer: kumaraditya303 date: 2025-10-07T23:09:45+05:30 summary: gh-139698: Fi

[Python-checkins] [3.14] gh-101100: Fix sphinx warnings in `library/smtplib.rst` (GH-139991) (#140084)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/4c0dab9807f02bb1eebc844e72932c78211b2f7f commit: 4c0dab9807f02bb1eebc844e72932c78211b2f7f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] [3.14] gh-139748: fix leaks in AC error paths when using unicode FS-b… (#139789)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/90cd009209fc494a62ebfdbea18a4e557f8e2fbb commit: 90cd009209fc494a62ebfdbea18a4e557f8e2fbb branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-08T22:16:21+05:30 summary: [3.14] gh-139748: fix leaks in AC error paths when using unicode

[Python-checkins] gh-139988: fix a leak when failing to create a Union type (#139990)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/6710156bd27dd48493d15f515506a0ead5d0328f commit: 6710156bd27dd48493d15f515506a0ead5d0328f branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-10-12T12:51:44+

[Python-checkins] gh-114827: clarify `threading.Event.wait` timeout behavior (#114834)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/13e9c2d18de26a590f9b11b1add637200bf66dd1 commit: 13e9c2d18de26a590f9b11b1add637200bf66dd1 branch: main author: Doug Hoskisson committer: hugovk <[email protected]> date: 2025-10-14T11:34:53+03:00 summary: gh-114827: clarify `threading

[Python-checkins] [3.14] gh-139842: Clarify `__module__` description in typing.rst (GH-139863) (#139869)

2025-10-17 Thread AlexWaygood
https://github.com/python/cpython/commit/60732d7397485262bd9fec4b017d029dd16b5e3a commit: 60732d7397485262bd9fec4b017d029dd16b5e3a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2025-10-09T18:01:53Z summary: [3.14] gh-1398

[Python-checkins] gh-102247: Improve documentation of http.HTTPStatus members update (#133190)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/7caa591bb96e75bc74a64f6bbbff4ddfd75655dc commit: 7caa591bb96e75bc74a64f6bbbff4ddfd75655dc branch: main author: Loïc Simon committer: hugovk <[email protected]> date: 2025-10-14T11:18:17+03:00 summary: gh-102247: Improve documentation

[Python-checkins] [3.11] gh-139310: skip `test_aead_aes_gcm` for Linux kernel between 6.16.0 and 6.17.x (GH-139552) (GH-139762)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/854c029d3072cdf60f9cd7878a3e7c25e37cd8df commit: 854c029d3072cdf60f9cd7878a3e7c25e37cd8df branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-09T11:06:51+02:00 summary: [3.11] gh-139310

[Python-checkins] [3.10] gh-139312: Update bundled libexpat to 2.7.3 (GH-139319) (#139379)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/7252d2b73b3dea0c17a644527b767aa6da1305bd commit: 7252d2b73b3dea0c17a644527b767aa6da1305bd branch: 3.10 author: Stan Ulbrych <[email protected]> committer: pablogsal date: 2025-09-28T14:47:31+01:00 summary: [3.10] gh-139312:

[Python-checkins] [3.14] gh-138756: Fix leak of inittab memory in PyInitConfig_Free() (GH-138792) (#139703)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/9e091dbf0224852872a9c546c1f829350aafa418 commit: 9e091dbf0224852872a9c546c1f829350aafa418 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T17:11:20Z summary: [3.14] gh-138756:

[Python-checkins] [3.14] gh-138010: Fix `__init_subclass__` forwarding by `warnings.deprecated` (GH-138210) (#138561)

2025-10-17 Thread JelleZijlstra
https://github.com/python/cpython/commit/51dfc67092475e6772485aac8394c342771f96af commit: 51dfc67092475e6772485aac8394c342771f96af branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-07T21:29:28-07:00 summary: [3.14]

[Python-checkins] gh-116738: make `mmap` module thread-safe (#139237)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0 commit: 7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0 branch: main author: Alper committer: kumaraditya303 date: 2025-10-09T12:00:47+05:30 summary: gh-116738: make `mmap` module thread-safe (#139237) files: A Lib/test/

[Python-checkins] gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/678e0b818c0d6063907f55263bbc0e194b492c8e commit: 678e0b818c0d6063907f55263bbc0e194b492c8e branch: main author: sobolevn committer: sobolevn date: 2025-10-09T01:13:27+03:00 summary: gh-139590: Stricter `ruff` rules for `Tools/wasm` (#139752) files: M .pre

[Python-checkins] gh-139155: Remove "dictionaries are sorted by key" note in `pprint` docs (GH-139159)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/68622be935b36f0ca75729157992972dbf426603 commit: 68622be935b36f0ca75729157992972dbf426603 branch: main author: Bartosz Sławecki committer: ZeroIntensity date: 2025-10-12T12:48:22-04:00 summary: gh-139155: Remove "dictionaries are sorted by key" note in `p

[Python-checkins] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (#139530)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/c33dc154b4d219a696f3fbe8965a38907c371780 commit: c33dc154b4d219a696f3fbe8965a38907c371780 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-10-04T15:58:51+03:0

[Python-checkins] [3.13] gh-139210: Move gh-139210 patch NEWS file to correct section (GH-139469) (GH-139470)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f42eafdd09b6c3c8459c25593df6655b5a386c2a commit: f42eafdd09b6c3c8459c25593df6655b5a386c2a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-01T08:59:48Z summary: [3.13] gh

[Python-checkins] gh-133059: Increase the small positive integer cache to 1024 (GH-133160)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/7ce25edb8f41e527ed479bf61ef36dc9841b4ac5 commit: 7ce25edb8f41e527ed479bf61ef36dc9841b4ac5 branch: main author: dgpb <[email protected]> committer: ZeroIntensity date: 2025-09-24T17:05:30-04:00 summary: gh-133059: Increase the small pos

[Python-checkins] [3.14] Replace ambiguous word "pound" by "hash" in `difflib` docs (GH-139601) (GH-139616)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/3a880241c6b863f887cbc0a7ad820398fb006b08 commit: 3a880241c6b863f887cbc0a7ad820398fb006b08 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:19:50+02:00 summary: [3.14] Replac

[Python-checkins] [3.10] gh-139400: Make sure that parent parsers outlive their subparsers in `pyexpat` (GH-139403) (#139613)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/8ea678d6d160d620e951b2c00484ab31c25dc4d3 commit: 8ea678d6d160d620e951b2c00484ab31c25dc4d3 branch: 3.10 author: Sebastian Pipping committer: pablogsal date: 2025-10-07T00:34:14+01:00 summary: [3.10] gh-139400: Make sure that parent parsers outlive their su

[Python-checkins] Add mention of other fixed bug in the gh-139640 NEWS entry (GH-140122)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/404425575c68bef9d2f042710fc713134d04c23f commit: 404425575c68bef9d2f042710fc713134d04c23f branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-14T18:56:19+03:00 summary: Add mention of other fixed bug in the gh-139640 NEWS entry

[Python-checkins] gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976)

2025-10-17 Thread emmatyping
https://github.com/python/cpython/commit/f262297d525e87906c5e4ab28e80284189641c9e commit: f262297d525e87906c5e4ab28e80284189641c9e branch: main author: Emma Smith committer: emmatyping date: 2025-10-14T10:03:55-07:00 summary: gh-139877: Use PyBytesWriter in pycore_blocks_output_buffer.h (#139976

[Python-checkins] Add warnings filter suggestions to PEP 765 entry in What's New (#139658)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/331158065b7426a791217157585e565157bb851c commit: 331158065b7426a791217157585e565157bb851c branch: main author: Alyssa Coghlan committer: AA-Turner <[email protected]> date: 2025-10-06T20:41:08+01:00 summary: Add warnings filter sug

[Python-checkins] [3.14] gh-139065: Fix trailing space before long word in textwrap (GH-139070) (GH-139902)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ade6dea24bcb3daa18447edc46a4dbfa351df45d commit: ade6dea24bcb3daa18447edc46a4dbfa351df45d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-10T13:54:46Z summary: [3.14] gh

[Python-checkins] Replace ambiguous word "pound" by "hash" in `difflib` docs (#139601)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/dadbb2662a405a34763db0298025f6af06342849 commit: dadbb2662a405a34763db0298025f6af06342849 branch: main author: George Ogden <[email protected]> committer: picnixz <[email protected]> date: 2025-10-05T17:10

[Python-checkins] [3.14] gh-134698: Hold a lock when the thread state is detached in `ssl` (GH-134724) (GH-137107)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/e51acb3fa6d752dcbdf659f3279cb3026216c9b8 commit: e51acb3fa6d752dcbdf659f3279cb3026216c9b8 branch: 3.14 author: Gregory P. Smith <[email protected]> committer: ZeroIntensity date: 2025-10-07T18:49:22Z summary: [3.14] gh-134698: Hold a l

[Python-checkins] gh-139573: Update OpenSSL in CI (GH-139577)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/98e748b3a0d97bd2c785efc63693f971113b3b63 commit: 98e748b3a0d97bd2c785efc63693f971113b3b63 branch: main author: Zachary Ware committer: zware date: 2025-10-04T19:43:17-05:00 summary: gh-139573: Update OpenSSL in CI (GH-139577) files: M .github/workflows/b

[Python-checkins] Doc: Improve clarity for subinterpreters in What's New in 3.14 (#139221)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/25edfa7cf1c0ddeaae2dd76ca6c18807b339257a commit: 25edfa7cf1c0ddeaae2dd76ca6c18807b339257a branch: main author: Cornelius Roemer committer: AA-Turner <[email protected]> date: 2025-10-07T18:53:27Z summary: Doc: Improve clarity for s

[Python-checkins] gh-140137: Handle empty collections in profiling.sampling (#140154)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/0c66da8de45e7decdd06face441f7517eb8efe22 commit: 0c66da8de45e7decdd06face441f7517eb8efe22 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-10-15T14:59:12+01:00 summary: gh-140137: Handle empty collections in profiling.sampling (#

[Python-checkins] gh-138772: Add tests for Turtle.dot() signature (GH-138773)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/2462807b702d9a71f0bd73a6618d4948491852a0 commit: 2462807b702d9a71f0bd73a6618d4948491852a0 branch: main author: Jan-Eric Nitschke <[email protected]> committer: serhiy-storchaka date: 2025-09-25T16:46:12+03:00 summary: gh-138

[Python-checkins] [3.13] gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896) (GH-139909)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/70ae4c8ef64ede87b1a6eaeefbf309c9c6dc432d commit: 70ae4c8ef64ede87b1a6eaeefbf309c9c6dc432d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-10T15:34:52Z summary: [3.13] gh-13

[Python-checkins] gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (#140077)

2025-10-17 Thread ned-deily
https://github.com/python/cpython/commit/8e0bf4fe5d7835ef912758b4eeab6c94794da696 commit: 8e0bf4fe5d7835ef912758b4eeab6c94794da696 branch: main author: Ned Deily committer: ned-deily date: 2025-10-14T00:48:27-04:00 summary: gh-115119: Update macOS installer to use libmpdecimal 4.0.1. (#140077)

[Python-checkins] [3.13] gh-138072: Fix typos and grammatical errors and improve clarity in asyncio howto document (GH-138895) (#140092)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/eec807a5bbdb149c14c380bdc877ebf19b52c9d8 commit: eec807a5bbdb149c14c380bdc877ebf19b52c9d8 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] gh-133210: Fix `test_types` with `--without-doc-strings` (#139548)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/18d4e2ecd4e7414ef2285de457fcf81108f36a21 commit: 18d4e2ecd4e7414ef2285de457fcf81108f36a21 branch: main author: sobolevn committer: sobolevn date: 2025-10-03T21:52:45Z summary: gh-133210: Fix `test_types` with `--without-doc-strings` (#139548) files: M Li

[Python-checkins] gh-138044: Fix `importlib.resources.files` deprecation docs (#139632)

2025-10-17 Thread sobolevn
https://github.com/python/cpython/commit/d6dd64ac654898b4ce713c16c49eadb0c6e9d7dc commit: d6dd64ac654898b4ce713c16c49eadb0c6e9d7dc branch: main author: sobolevn committer: sobolevn date: 2025-10-12T01:52:01+03:00 summary: gh-138044: Fix `importlib.resources.files` deprecation docs (#139632) fil

[Python-checkins] [3.14] gh-138163: skip failures if tests are run with `SCHED_BATCH` on glibc (GH-138576) (GH-138820)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/7a1a79d731cea2e6384f64387be9e472b65b4e96 commit: 7a1a79d731cea2e6384f64387be9e472b65b4e96 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T20:01:51+02:00 summary: [3.14] gh-138

[Python-checkins] [3.14] gh-126631: gh-137996: fix pre-loading of `__main__` (GH-135295) (#138607)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/64f0e2d6fac3729ea1bc7ea3a07934e8b486d608 commit: 64f0e2d6fac3729ea1bc7ea3a07934e8b486d608 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-0

[Python-checkins] Remove link to the PDF downloads (#139142)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/6b5f15698a436591f7c305c576a2d366c38d9997 commit: 6b5f15698a436591f7c305c576a2d366c38d9997 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-29T18:59:2

[Python-checkins] [3.14] gh-137638: Use macos-15-intel in GitHub Actions (GH-139154) (#139545)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/a81eeaf5829766fa51c099490c61b369db2903f3 commit: a81eeaf5829766fa51c099490c61b369db2903f3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] GH-137218: Fix unnecessary recompile of `Programs/_freeze_module` (#139241)

2025-10-17 Thread savannahostrowski
https://github.com/python/cpython/commit/9964320d155907bcb3858e5ee99ea48b140d4772 commit: 9964320d155907bcb3858e5ee99ea48b140d4772 branch: main author: Savannah Ostrowski committer: savannahostrowski date: 2025-10-04T20:05:37-07:00 summary: GH-137218: Fix unnecessary recompile of `Programs/_free

[Python-checkins] [3.14] GH-139809: Fix argparse subcommand prog not respecting color environment variables (GH-139818) (#139866)

2025-10-17 Thread savannahostrowski
https://github.com/python/cpython/commit/af1cb1cdb883a3cd4ec0f284cc714cfc246f12cd commit: af1cb1cdb883a3cd4ec0f284cc714cfc246f12cd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2025-10-09T17:19:54Z summary: [3.14] G

[Python-checkins] Python 3.14.0

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/ebf955df7a89ed0c7968f79faec1de49f61ed7cb commit: ebf955df7a89ed0c7968f79faec1de49f61ed7cb branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-10-07T12:34:52+0

[Python-checkins] [3.14] gh-138843: Removing "Unpacking" section from Download page (GH-139921)

2025-10-17 Thread zware
https://github.com/python/cpython/commit/7ea79f6342db5851a9e734130ffec003e7045dea commit: 7ea79f6342db5851a9e734130ffec003e7045dea branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-10-10T14:31:38-05:00 summary: [3.14] gh-13884

[Python-checkins] gh-101100: Resolve some `os` sphinx reference warnings (#139636)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/fa603542452ead916eda3702c1175d34486d080d commit: fa603542452ead916eda3702c1175d34486d080d branch: main author: Cody Maloney committer: kumaraditya303 date: 2025-10-08T23:53:27+05:30 summary: gh-101100: Resolve some `os` sphinx reference warnings (#139636)

[Python-checkins] gh-140067: Fix memory leak in sub-interpreter creation (#140111)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/59547a251f7069dc6e08cb6082dd21872671e381 commit: 59547a251f7069dc6e08cb6082dd21872671e381 branch: main author: Shamil committer: kumaraditya303 date: 2025-10-14T14:42:17Z summary: gh-140067: Fix memory leak in sub-interpreter creation (#140111) Fix memo

[Python-checkins] [3.13] GH-140058: Clear key and value if `PyTuple_New` fails in `dictiter_iternextitem` (GH-140059) (#140108)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/7992a295123489f1b31b8b5724f02188cbe32e51 commit: 7992a295123489f1b31b8b5724f02188cbe32e51 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-10-14T13:40:13Z summary: [3.13] GH-1

[Python-checkins] [3.14] gh-138004: Fix setting a thread name on OpenIndiana (GH-138017) (#138384)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/ffc67b3505cdf7c4e7fa50a7916a06accf4961ba commit: ffc67b3505cdf7c4e7fa50a7916a06accf4961ba branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-07T20:58:35+02:00 summary: [3.14] gh-13

[Python-checkins] [3.14] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter type and naming (#138738) (GH-139062)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/ebbfd8f51af471ce4857cafe11cf77d7a1ef2034 commit: ebbfd8f51af471ce4857cafe11cf77d7a1ef2034 branch: 3.14 author: Erlend E. Aasland committer: encukou date: 2025-10-07T20:38:26+02:00 summary: [3.14] gh-138736: Fix sqlite3.Connection.blobopen 'row' parameter

[Python-checkins] [3.14] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643) (#139655)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/57c37a4623237046e28e165cab4de017aa271b9f commit: 57c37a4623237046e28e165cab4de017aa271b9f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.13] gh-139436: Remove link to the PDF downloads (GH-139142) (#139427)

2025-10-17 Thread Yhg1s
https://github.com/python/cpython/commit/cb4b09a2e1cba32ddc016feb251d10c4519e2e5f commit: cb4b09a2e1cba32ddc016feb251d10c4519e2e5f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-10-07T13:34:51+02:00 summary: [3.13] gh-13943

[Python-checkins] gh-133059: Fix `Tools/build/deepfreeze.py` for new nsmallposints (#139906)

2025-10-17 Thread Eclips4
https://github.com/python/cpython/commit/999ab8926bd344a3c7f73b130ac773e2462f8320 commit: 999ab8926bd344a3c7f73b130ac773e2462f8320 branch: main author: Albert N committer: Eclips4 date: 2025-10-17T11:48:53+03:00 summary: gh-133059: Fix `Tools/build/deepfreeze.py` for new nsmallposints (#139906)

[Python-checkins] [3.14] gh-70765: Remove unnecessary extra backtick from Changelog entry (GH-140071) (#140102)

2025-10-17 Thread picnixz
https://github.com/python/cpython/commit/45577c93de18be55365cd8db4aac6742491754f5 commit: 45577c93de18be55365cd8db4aac6742491754f5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (#139682)

2025-10-17 Thread ned-deily
https://github.com/python/cpython/commit/6d804e4efb8ed2ebeb9cef9577945c46c0038178 commit: 6d804e4efb8ed2ebeb9cef9577945c46c0038178 branch: main author: Ned Deily committer: ned-deily date: 2025-10-07T00:53:05-04:00 summary: gh-124111: Update macOS installer to use Tcl/Tk 8.6.17. (#139682) files

[Python-checkins] [3.13] gh-116488: Mention `dict.get` in the data structures tutorial (GH-139643) (GH-139656)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/1d39dba759049ee330b5b35d8f0f46f2a283bc4c commit: 1d39dba759049ee330b5b35d8f0f46f2a283bc4c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-10-06T13:11:49Z summary: [3.13] gh-11

[Python-checkins] [3.14] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) (GH-138943)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/d912e9a8520c92ec0fed2bc8e8fd5cc83fa8776b commit: d912e9a8520c92ec0fed2bc8e8fd5cc83fa8776b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:24:01+02:00 summary: [3.14] gh-69605:

[Python-checkins] [3.13] gh-82575: Adjust `time.get_clock_info` *adjustable* attribute doc (GH-135920) (#140098)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/215068442cc23ad155253838ee150dbf1aedfad7 commit: 215068442cc23ad155253838ee150dbf1aedfad7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-1

[Python-checkins] gh-133951: Fix purelib packages not found in test_peg_generator TestCParser (GH-139607)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/b73aaffb3da0174ee8ae62767b6c363996cfe90c commit: b73aaffb3da0174ee8ae62767b6c363996cfe90c branch: main author: Cycloctane committer: encukou date: 2025-10-06T14:40:48+02:00 summary: gh-133951: Fix purelib packages not found in test_peg_generator TestCPars

[Python-checkins] [3.14] Update the dbm documentation (GH-137919) (#137962)

2025-10-17 Thread AA-Turner
https://github.com/python/cpython/commit/700d425564016886c24b9cc6cf2365b4cdcd7901 commit: 700d425564016886c24b9cc6cf2365b4cdcd7901 branch: 3.14 author: Serhiy Storchaka committer: AA-Turner <[email protected]> date: 2025-10-07T19:26:00+01:00 summary: [3.14] Update the dbm

[Python-checkins] gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState_STATE` (#139572)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/d2deb8fdef1ac5e54564448677cdb1522f1b776d commit: d2deb8fdef1ac5e54564448677cdb1522f1b776d branch: main author: Stan Ulbrych <[email protected]> committer: hugovk <[email protected]> date: 2025-10-09T12:34

[Python-checkins] [3.14] gh-134953: Make the True/False/None check more efficient (GH-138931) (#138939)

2025-10-17 Thread pablogsal
https://github.com/python/cpython/commit/4372a05ab0b4ee2b3c5bf13e07508653f257e418 commit: 4372a05ab0b4ee2b3c5bf13e07508653f257e418 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-09-29T21:11:41+01:00 summary: [3.14] gh-1

[Python-checkins] [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616) (#138551)

2025-10-17 Thread kumaraditya303
https://github.com/python/cpython/commit/23cc8f789d8366573cf12c4495b5a4c9afa64005 commit: 23cc8f789d8366573cf12c4495b5a4c9afa64005 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-07T23:48:28+05:30 summary: [3.14] gh-132551: make `io.BytesIO` thread safe (GH-132616) (#13

[Python-checkins] gh-140120: Refresh HACL* to fix an hmac memory leak (GH-140188)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/3a81313019ba82152653bd86f6ffd87dfe339c60 commit: 3a81313019ba82152653bd86f6ffd87dfe339c60 branch: main author: Jonathan Protzenko committer: gpshead <[email protected]> date: 2025-10-16T05:25:51Z summary: gh-140120: Refresh HACL* to fi

[Python-checkins] [3.14] gh-131788: make resource_tracker re-entrant safe (GH-131787) (#137737)

2025-10-17 Thread gpshead
https://github.com/python/cpython/commit/5513f6a99d3dc05b93f92c740484a607ef7c0cbf commit: 5513f6a99d3dc05b93f92c740484a607ef7c0cbf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-10-1

[Python-checkins] gh-139843: Document signals (SIGSTOP, SIGVTALRM, SIGPROF) to fix sphinx references (GH-139896)

2025-10-17 Thread ZeroIntensity
https://github.com/python/cpython/commit/302f19d1f1880dd29deb5ad02fa2c21639319559 commit: 302f19d1f1880dd29deb5ad02fa2c21639319559 branch: main author: Weilin Du <[email protected]> committer: ZeroIntensity date: 2025-10-10T11:28:38-04:00 summary: gh-139843: Document

[Python-checkins] gh-135801: Add tests for filtering warnings by module (GH-140240)

2025-10-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/fbf0843e39e01ec8a8295f6475065b08053f13dd commit: fbf0843e39e01ec8a8295f6475065b08053f13dd branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-17T14:21:39+03:00 summary: gh-135801: Add tests for filtering warnings by module (GH-

[Python-checkins] [3.14] gh-138843: Clean up downloads page (GH-138844) (#139796)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/077652b44f87dc03f671d5d9569e94b8fa817d39 commit: 077652b44f87dc03f671d5d9569e94b8fa817d39 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] gh-101828: Fix `jisx0213` codecs removing null characters (gh-139340)

2025-10-17 Thread corona10
https://github.com/python/cpython/commit/87eadce3e0309d80a95e85d70a00028b5dca9907 commit: 87eadce3e0309d80a95e85d70a00028b5dca9907 branch: main author: Stan Ulbrych <[email protected]> committer: corona10 date: 2025-10-14T22:55:00+09:00 summary: gh-101828: Fix `jis

[Python-checkins] [3.14] gh-139001: Fix thread-safety issue in `pathlib.Path` (gh-139066) (gh-139926)

2025-10-17 Thread colesbury
https://github.com/python/cpython/commit/2660e98b30f83cdba6b52a89e74dfe7de17c1a85 commit: 2660e98b30f83cdba6b52a89e74dfe7de17c1a85 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-10-10T21:47:47Z summary: [3.14] gh-139001

[Python-checkins] [3.14] gh-139843: Document `signal.SIGQUIT` to fix Sphinx references (GH-139844) (#139885)

2025-10-17 Thread vstinner
https://github.com/python/cpython/commit/321dfb2ff5f14ad613a6c96e6eb860feb954255c commit: 321dfb2ff5f14ad613a6c96e6eb860feb954255c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-10-10T06:30:53Z summary: [3.14] gh-139843:

[Python-checkins] [3.13] gh-139842: Clarify `__module__` description in typing.rst (GH-139863) (#139870)

2025-10-17 Thread AlexWaygood
https://github.com/python/cpython/commit/72c231abf60b2512184646135537fca80f1b3ce0 commit: 72c231abf60b2512184646135537fca80f1b3ce0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2025-10-09T18:00:04Z summary: [3.13] gh-1398

[Python-checkins] [3.14] gh-137463: Update `validate_abstract_methods` in `test_collections.py` (GH-137464) (GH-137503)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/7ed541960493b1b5fce687c8c97d9a41e1095cd9 commit: 7ed541960493b1b5fce687c8c97d9a41e1095cd9 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-08T14:30:54+02:00 summary: [3.14] gh-137

[Python-checkins] [3.14] gh-138558: Improve description of ``Interpolation.expression`` (GH-139187) (#139579)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/2f96a40ec0dba912f3778d7a52b514d6711521f3 commit: 2f96a40ec0dba912f3778d7a52b514d6711521f3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.10] gh-139700: Check consistency of the zip64 end of central directory record (GH-139702) (GH-139708) (#139714)

2025-10-17 Thread ambv
https://github.com/python/cpython/commit/bca11ae7d575d87ed93f5dd6a313be6246e3e388 commit: bca11ae7d575d87ed93f5dd6a313be6246e3e388 branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2025-10-07T21:18:04+02:00 summary: [3.10] gh-139700

[Python-checkins] [3.14] gh-139210: Fix use-after-free in xml.etree.ElementTree.iterparse() (GH-139211) (GH-139455)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/2f14d2301361d1a92736749db9581a4a8e6aed55 commit: 2f14d2301361d1a92736749db9581a4a8e6aed55 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T21:13:27+02:00 summary: [3.14] gh-139

[Python-checkins] [3.14] gh-139283: correctly handle `size` limit in `cursor.fetchmany()` (GH-139296) (GH-139441)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/cde02ae7825c09ded31e253bc58839716a943795 commit: cde02ae7825c09ded31e253bc58839716a943795 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T21:23:08+02:00 summary: [3.14] gh-139

[Python-checkins] [3.14] GH-123299: Copyedit 3.14 What's New: New and Improved Modules (GH-139530) (#139555)

2025-10-17 Thread hugovk
https://github.com/python/cpython/commit/ec97866567a96291008e2c64b38f3d890942da3e commit: ec97866567a96291008e2c64b38f3d890942da3e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-10-0

[Python-checkins] [3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-138426)

2025-10-17 Thread encukou
https://github.com/python/cpython/commit/9ec4e3838a44ed198acd28970c4854a619d595dc commit: 9ec4e3838a44ed198acd28970c4854a619d595dc branch: 3.14 author: Serhiy Storchaka committer: encukou date: 2025-10-07T22:26:05+02:00 summary: [3.14] gh-138264: Fix gcc 14 compiler warnings (GH-138265) (GH-1384

  1   2   >