[Python-checkins] [3.14] GH-145000: Add a tool to record/check removed HTML IDs (GH-145001) (GH-145212)

2026-02-26 Thread encukou
https://github.com/python/cpython/commit/ff365ebe98f8e8317403869f6e95c82922ed305c commit: ff365ebe98f8e8317403869f6e95c82922ed305c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-02-26T13:16:50+01:00 summary: [3.14] GH-145

[Python-checkins] gh-106318: Add examples for str.rjust() method (#143890)

2026-02-26 Thread hugovk
https://github.com/python/cpython/commit/aa2c0c3acb0e648c055a1f8d373ea3e070f9a4a1 commit: aa2c0c3acb0e648c055a1f8d373ea3e070f9a4a1 branch: main author: Adorilson Bezerra committer: hugovk <[email protected]> date: 2026-02-26T15:41:49+02:00 summary: gh-106318: Add examples fo

[Python-checkins] gh-144190: Clarify get_type_hints() instance behavior in docs (#144831)

2026-02-26 Thread hugovk
https://github.com/python/cpython/commit/e234662f7fcc1b4ebd71d7bb9a03be83eaeb9dc2 commit: e234662f7fcc1b4ebd71d7bb9a03be83eaeb9dc2 branch: main author: Rajhans Jadhao committer: hugovk <[email protected]> date: 2026-02-26T15:47:13+02:00 summary: gh-144190: Clarify get_type_h

[Python-checkins] [3.14] gh-106318: Add examples for str.rjust() method (GH-143890) (#145257)

2026-02-26 Thread hugovk
https://github.com/python/cpython/commit/ea628136c04f0894425ba7fd64b87c0f7796f319 commit: ea628136c04f0894425ba7fd64b87c0f7796f319 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-02-2

[Python-checkins] [3.13] gh-106318: Add examples for str.rjust() method (GH-143890) (#145256)

2026-02-26 Thread hugovk
https://github.com/python/cpython/commit/083477fbd61a4c660d6e4d0a4158abb84e049c7b commit: 083477fbd61a4c660d6e4d0a4158abb84e049c7b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-02-2

[Python-checkins] [3.14] gh-144190: Clarify get_type_hints() instance behavior in docs (GH-144831) (#145258)

2026-02-26 Thread hugovk
https://github.com/python/cpython/commit/856fdc6f6bec2568721677e5ffe2c66b2ab4f0b8 commit: 856fdc6f6bec2568721677e5ffe2c66b2ab4f0b8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-02-2

[Python-checkins] gh-145202: Fix crash in unicodedata's GraphemeBreakIterator and Segment (GH-145216)

2026-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/812ef66759f9fe27d68283d8e67d6cd3eb512be2 commit: 812ef66759f9fe27d68283d8e67d6cd3eb512be2 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2026-02-26T11:30:08+02:00 summary: gh-145202: Fix crash in unicodedata's GraphemeBreakIterato

[Python-checkins] gh-141510: support frozendict's in the C decimal module (gh-145165)

2026-02-26 Thread corona10
https://github.com/python/cpython/commit/f3a381e54fcabb2d8649cbfc2dff9933ee7c4d0b commit: f3a381e54fcabb2d8649cbfc2dff9933ee7c4d0b branch: main author: Sergey B Kirpichev committer: corona10 date: 2026-02-27T07:02:39+09:00 summary: gh-141510: support frozendict's in the C decimal module (gh-1451

[Python-checkins] [3.14] gh-144316: Fix missing exception in _remote_debugging with debug=False (GH-144442) (#145280)

2026-02-26 Thread pablogsal
https://github.com/python/cpython/commit/ded533b1fa8d038ee013caa657ca76b12d50a9a6 commit: ded533b1fa8d038ee013caa657ca76b12d50a9a6 branch: 3.14 author: Pablo Galindo Salgado committer: pablogsal date: 2026-02-26T22:39:48Z summary: [3.14] gh-144316: Fix missing exception in _remote_debugging with

[Python-checkins] gh-142787: Handle empty sqlite3 blob slices (#142824)

2026-02-26 Thread erlend-aasland
https://github.com/python/cpython/commit/06b0920f1292690a22ab2b271dfefe2c63cacf07 commit: 06b0920f1292690a22ab2b271dfefe2c63cacf07 branch: main author: A.Ibrahim committer: erlend-aasland date: 2026-02-26T23:40:25Z summary: gh-142787: Handle empty sqlite3 blob slices (#142824) files: A Misc/NEW

[Python-checkins] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (#144807)

2026-02-26 Thread pablogsal
https://github.com/python/cpython/commit/3fc945df22a169e039c3f21b44c0d08390a00c0c commit: 3fc945df22a169e039c3f21b44c0d08390a00c0c branch: main author: AdamKorcz <[email protected]> committer: pablogsal date: 2026-02-26T22:35:08Z summary: gh-144872: fix heap buffer overf

[Python-checkins] [3.14] gh-144872: fix heap buffer overflow `_PyTokenizer_ensure_utf8` (GH-144807) (#145287)

2026-02-26 Thread pablogsal
https://github.com/python/cpython/commit/08101240f4b2587fd7db61c32dcc9930ba890ce2 commit: 08101240f4b2587fd7db61c32dcc9930ba890ce2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2026-02-26T23:01:12Z summary: [3.14] gh-144872

[Python-checkins] gh-144316: Fix missing exception in _remote_debugging with debug=False (#144442)

2026-02-26 Thread pablogsal
https://github.com/python/cpython/commit/c2d3d6b0dd87aaea2f3a72419e1d1488d3ab9503 commit: c2d3d6b0dd87aaea2f3a72419e1d1488d3ab9503 branch: main author: Taegyun Kim committer: pablogsal date: 2026-02-26T21:14:34Z summary: gh-144316: Fix missing exception in _remote_debugging with debug=False (#14

[Python-checkins] gh-141510: Update `PyDict_Copy` documentation with note on `frozendict` (GH-145249)

2026-02-26 Thread ZeroIntensity
https://github.com/python/cpython/commit/4401f23cbf67f286649aebc12633fe3f46ada0d1 commit: 4401f23cbf67f286649aebc12633fe3f46ada0d1 branch: main author: Pieter Eendebak committer: ZeroIntensity date: 2026-02-26T11:00:22-05:00 summary: gh-141510: Update `PyDict_Copy` documentation with note on `fr

[Python-checkins] [3.11] gh-144833: Fix use-after-free in SSL module when SSL_new() fails (GH-144843) (#144861)

2026-02-26 Thread pablogsal
https://github.com/python/cpython/commit/15c1d6a549f5eac56d819d9c324b85a36417970c commit: 15c1d6a549f5eac56d819d9c324b85a36417970c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2026-02-26T21:48:29Z summary: [3.11] gh-144833

[Python-checkins] [3.14] gh-145037: Fix Emscripten trampoline with emcc >= 4.0.19 (GH-145038) (#145283)

2026-02-26 Thread freakboy3742
https://github.com/python/cpython/commit/a58ea8c21239a23b03446aecd030995bbe40b7a7 commit: a58ea8c21239a23b03446aecd030995bbe40b7a7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2026-02-27T08:55:59+08:00 summary: [3.14] g

[Python-checkins] [3.13] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145298)

2026-02-26 Thread erlend-aasland
https://github.com/python/cpython/commit/cd3e9b3fd28072758b412e758df1b67c19ae01b0 commit: cd3e9b3fd28072758b412e758df1b67c19ae01b0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2026-02-27T01:13:08+01:00 summary: [3.13]

[Python-checkins] [3.14] gh-142787: Handle empty sqlite3 blob slices (GH-142824) (#145297)

2026-02-26 Thread erlend-aasland
https://github.com/python/cpython/commit/bc6a7a2b0cdc254712171125afd8b4f4817dc0c4 commit: bc6a7a2b0cdc254712171125afd8b4f4817dc0c4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2026-02-27T01:12:51+01:00 summary: [3.14]