[Python-checkins] gh-143300: implement `PyUnstable_SetImmortal` for marking objects as immortal (#144543)

2026-02-11 Thread kumaraditya303
https://github.com/python/cpython/commit/347d3594d3993282c3ae5a6872f36a71fbfbc734 commit: 347d3594d3993282c3ae5a6872f36a71fbfbc734 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2026-02-11T20:59:31+05:30 summary: gh-143300: implement `PyUnstable_SetImmortal` for marking object

[Python-checkins] [3.14] gh-144639: Ruff: target Python 3.14 syntax in `Lib/test` (GH-144656) (#144710)

2026-02-11 Thread hugovk
https://github.com/python/cpython/commit/bbd682d1f48a09db168c022827df5bff5e807f50 commit: bbd682d1f48a09db168c022827df5bff5e807f50 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-02-11T17:33:51+0

[Python-checkins] gh-144639: Ruff: target Python 3.14 syntax in `Lib/test` (#144656)

2026-02-11 Thread AA-Turner
https://github.com/python/cpython/commit/81484c5629f9d8b698a2be58f850a0e4efe48ed3 commit: 81484c5629f9d8b698a2be58f850a0e4efe48ed3 branch: main author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2026-02-11T14:1

[Python-checkins] gh-142518: Define lock-free and per-object lock (#144548)

2026-02-11 Thread lysnikolaou
https://github.com/python/cpython/commit/12dbae4c02dac197330d5bfa650b495e962aba6d commit: 12dbae4c02dac197330d5bfa650b495e962aba6d branch: main author: Lysandros Nikolaou committer: lysnikolaou date: 2026-02-11T13:55:36+01:00 summary: gh-142518: Define lock-free and per-object lock (#144548) -

[Python-checkins] Docs: remove links of modules to themselves (#144695)

2026-02-11 Thread nedbat
https://github.com/python/cpython/commit/37430cac94125ec1a221a4a3825d584146608870 commit: 37430cac94125ec1a221a4a3825d584146608870 branch: main author: Ned Batchelder committer: nedbat date: 2026-02-11T07:56:36-05:00 summary: Docs: remove links of modules to themselves (#144695) files: M Doc/li

[Python-checkins] gh-141563: Enable test_cppext internal C API tests on macOS (#144711)

2026-02-11 Thread vstinner
https://github.com/python/cpython/commit/c6e418d1744aed95a6f25d22565204649dde29c7 commit: c6e418d1744aed95a6f25d22565204649dde29c7 branch: main author: Victor Stinner committer: vstinner date: 2026-02-11T18:38:23+01:00 summary: gh-141563: Enable test_cppext internal C API tests on macOS (#144711

[Python-checkins] [3.13] gh-142518: Define lock-free and per-object lock (GH-144548) (#144707)

2026-02-11 Thread lysnikolaou
https://github.com/python/cpython/commit/05c9474ed96ab55df8de5bd4a7f4bd27bb5e020f commit: 05c9474ed96ab55df8de5bd4a7f4bd27bb5e020f branch: 3.13 author: Lysandros Nikolaou committer: lysnikolaou date: 2026-02-11T18:08:49+01:00 summary: [3.13] gh-142518: Define lock-free and per-object lock (GH-14

[Python-checkins] Fix typos and grammar errors across documentation (#144709)

2026-02-11 Thread AlexWaygood
https://github.com/python/cpython/commit/3718f4be60ebb0725b35f597a9de3f7a93ba9f72 commit: 3718f4be60ebb0725b35f597a9de3f7a93ba9f72 branch: main author: Ronald Eddy Jr committer: AlexWaygood date: 2026-02-11T16:35:25Z summary: Fix typos and grammar errors across documentation (#144709) files: M

[Python-checkins] [3.14] Docs: remove links of modules to themselves (GH-144695) (#144705)

2026-02-11 Thread nedbat
https://github.com/python/cpython/commit/78fa4705d88f27944201497a8d312b673b83dc17 commit: 78fa4705d88f27944201497a8d312b673b83dc17 branch: 3.14 author: Ned Batchelder committer: nedbat date: 2026-02-11T08:09:56-05:00 summary: [3.14] Docs: remove links of modules to themselves (GH-144695) (#14470

[Python-checkins] [3.14] gh-142518: Define lock-free and per-object lock (GH-144548) (#144704)

2026-02-11 Thread lysnikolaou
https://github.com/python/cpython/commit/8c4ce4be2697b19dc9f111f6631e2bb0bf0c708f commit: 8c4ce4be2697b19dc9f111f6631e2bb0bf0c708f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2026-02-11T14:16:55+01:00 summary: [3.14] gh

[Python-checkins] gh-142518: Document thread-safety guarantees of dict operations (#144184)

2026-02-11 Thread lysnikolaou
https://github.com/python/cpython/commit/35dc547ab5a6bb9be9748002d42d0d9e86f9cced commit: 35dc547ab5a6bb9be9748002d42d0d9e86f9cced branch: main author: Lysandros Nikolaou committer: lysnikolaou date: 2026-02-11T14:33:00+01:00 summary: gh-142518: Document thread-safety guarantees of dict operatio

[Python-checkins] [3.14] gh-142518: Document thread-safety guarantees of dict operations (GH-144184) (#144708)

2026-02-11 Thread lysnikolaou
https://github.com/python/cpython/commit/3aef49417e8e5e63190f5258e11fbdb2398e5de3 commit: 3aef49417e8e5e63190f5258e11fbdb2398e5de3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2026-02-11T14:39:40+01:00 summary: [3.14] gh

[Python-checkins] gh-106318: Improve str.rstrip() method doc (#143893)

2026-02-11 Thread vstinner
https://github.com/python/cpython/commit/936d60dbe1679f05d7ceb0a6d1f65bc741390ac6 commit: 936d60dbe1679f05d7ceb0a6d1f65bc741390ac6 branch: main author: Adorilson Bezerra committer: vstinner date: 2026-02-11T09:41:37+01:00 summary: gh-106318: Improve str.rstrip() method doc (#143893) Co-authored

[Python-checkins] gh-144321: Fix named tuple bug when input is a non-sequence iterable (#144600)

2026-02-11 Thread AlexWaygood
https://github.com/python/cpython/commit/17ab556e39e9b40c7d4308664de42f0564048044 commit: 17ab556e39e9b40c7d4308664de42f0564048044 branch: main author: bkap123 <[email protected]> committer: AlexWaygood date: 2026-02-11T12:44:22Z summary: gh-144321: Fix named tuple bug whe

[Python-checkins] [3.14] gh-106318: Improve str.rstrip() method doc (GH-143893) (#144699)

2026-02-11 Thread vstinner
https://github.com/python/cpython/commit/a77dde441efbbde0ae7fd0589ba4517dda7f2628 commit: a77dde441efbbde0ae7fd0589ba4517dda7f2628 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-02-11T08:48:22Z summary: [3.14] gh-106318:

[Python-checkins] [3.13] gh-106318: Improve str.rstrip() method doc (GH-143893) (#144698)

2026-02-11 Thread vstinner
https://github.com/python/cpython/commit/a5b1952d24a22a15a31cd9dca896deed6e9f6f58 commit: a5b1952d24a22a15a31cd9dca896deed6e9f6f58 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-02-11T08:48:28Z summary: [3.13] gh-106318:

[Python-checkins] gh-106318: Fix incorrectly rendered code block in `str.isalnum()` docs (GH-144718)

2026-02-11 Thread encukou
https://github.com/python/cpython/commit/f912c835b94d75ae4823153c160f0cc674a243bb commit: f912c835b94d75ae4823153c160f0cc674a243bb branch: main author: Adorilson Bezerra committer: encukou date: 2026-02-12T08:40:17+01:00 summary: gh-106318: Fix incorrectly rendered code block in `str.isalnum()`

[Python-checkins] [3.13] Itertools recipes: Replace the tabulate() example with running_mean() (gh-144483) (gh-144722)

2026-02-11 Thread rhettinger
https://github.com/python/cpython/commit/9a57c932ecbe1004e5c5f40462df244669c7f1e6 commit: 9a57c932ecbe1004e5c5f40462df244669c7f1e6 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: rhettinger date: 2026-02-12T00:24:00-06:00 summary: [3.13] Itertools

[Python-checkins] gh-144675: update to WASI SDK 30 (#144676)

2026-02-11 Thread brettcannon
https://github.com/python/cpython/commit/cac0c98450c27dbb6e185ab1c05e1d51d34135d9 commit: cac0c98450c27dbb6e185ab1c05e1d51d34135d9 branch: main author: Roman Volosatovs committer: brettcannon date: 2026-02-11T16:12:08-08:00 summary: gh-144675: update to WASI SDK 30 (#144676) Signed-off-by: Roma

[Python-checkins] gh-84424: Use numeric_changed for UCD.numeric (GH-19457)

2026-02-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3e0322ff16f47caa3e273d453f007d3918b8ac80 commit: 3e0322ff16f47caa3e273d453f007d3918b8ac80 branch: main author: William Meehan committer: serhiy-storchaka date: 2026-02-11T20:58:24Z summary: gh-84424: Use numeric_changed for UCD.numeric (GH-19457) This wa