[Python-checkins] gh-145269: simplify bisect.bisect doc example (#145270)

2026-02-28 Thread itamaro
https://github.com/python/cpython/commit/fdb4b3527f356a84bc00ca32516181016400e567 commit: fdb4b3527f356a84bc00ca32516181016400e567 branch: main author: Nathan Goldbaum committer: itamaro date: 2026-02-28T09:09:39Z summary: gh-145269: simplify bisect.bisect doc example (#145270) Co-authored-by:

[Python-checkins] [3.13] gh-144759: Fix undefined behavior from NULL pointer arithmetic in lexer (GH-144788) (#145355)

2026-02-28 Thread pablogsal
https://github.com/python/cpython/commit/1a2b0fb3e5eac4e767e6bbb0b2c3cedaedafc07b commit: 1a2b0fb3e5eac4e767e6bbb0b2c3cedaedafc07b branch: 3.13 author: Stan Ulbrych <[email protected]> committer: pablogsal date: 2026-02-28T13:49:37Z summary: [3.13] gh-144759: Fix u

[Python-checkins] Add Stan to 'Dates and times' reviewers (#145360)

2026-02-28 Thread pganssle
https://github.com/python/cpython/commit/61ebb9911bda6434eb4722310efcab5b5879f0f0 commit: 61ebb9911bda6434eb4722310efcab5b5879f0f0 branch: main author: Stan Ulbrych <[email protected]> committer: pganssle <[email protected]> date: 2026-02-28T0

[Python-checkins] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (#142354)

2026-02-28 Thread kumaraditya303
https://github.com/python/cpython/commit/0598f4a8999b96409e0a2bf9c480afc76a876860 commit: 0598f4a8999b96409e0a2bf9c480afc76a876860 branch: main author: Maksym Kasimov <[email protected]> committer: kumaraditya303 date: 2026-02-28T23:19:04+05:30 summary: gh-142352: Fi

[Python-checkins] Destroy the turtle window after its doctests finish (GH-125294)

2026-02-28 Thread zware
https://github.com/python/cpython/commit/f1446d39221b8fc0eb8224d91a020d5c8bc1cd70 commit: f1446d39221b8fc0eb8224d91a020d5c8bc1cd70 branch: main author: Zachary Ware committer: zware date: 2026-02-28T21:12:05Z summary: Destroy the turtle window after its doctests finish (GH-125294) files: M Doc/

[Python-checkins] [3.13] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145368)

2026-02-28 Thread picnixz
https://github.com/python/cpython/commit/0e57600bb7064225a91eb490cf8121b90d0c7cc7 commit: 0e57600bb7064225a91eb490cf8121b90d0c7cc7 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-0

[Python-checkins] gh-144551: Update Android builds to use OpenSSL 3.5.5 (GH-145371)

2026-02-28 Thread zware
https://github.com/python/cpython/commit/50c2e23f69943a6f70d98c4d0bcf1ac37bcaf0d3 commit: 50c2e23f69943a6f70d98c4d0bcf1ac37bcaf0d3 branch: main author: Zachary Ware committer: zware date: 2026-02-28T16:14:46-06:00 summary: gh-144551: Update Android builds to use OpenSSL 3.5.5 (GH-145371) files:

[Python-checkins] gh-144551: Update iOS builds to use OpenSSL 3.5.5 (GH-145372)

2026-02-28 Thread zware
https://github.com/python/cpython/commit/a1ec7467874207957519bb53e16efdaa7e03cb5b commit: a1ec7467874207957519bb53e16efdaa7e03cb5b branch: main author: Zachary Ware committer: zware date: 2026-02-28T22:26:47Z summary: gh-144551: Update iOS builds to use OpenSSL 3.5.5 (GH-145372) files: M Apple/

[Python-checkins] [3.14] gh-142352: Fix `asyncio` `start_tls()` to transfer buffered data from StreamReader (GH-142354) (#145363)

2026-02-28 Thread kumaraditya303
https://github.com/python/cpython/commit/fc2a6cf0d3129d71dfaed3a9cb62c41af1cb6f5f commit: fc2a6cf0d3129d71dfaed3a9cb62c41af1cb6f5f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2026-02-28T18:43:43Z summary: [3.14] gh-1

[Python-checkins] gh-145349: Do not install `ccache` (#145350)

2026-02-28 Thread hugovk
https://github.com/python/cpython/commit/ef41f73611d413f81c5f3698398820fbf044c9b2 commit: ef41f73611d413f81c5f3698398820fbf044c9b2 branch: main author: Thomas Kowalski committer: hugovk <[email protected]> date: 2026-02-28T22:37:15+02:00 summary: gh-145349: Do not install `c

[Python-checkins] [3.14] gh-145269: simplify bisect.bisect doc example (GH-145270) (#145367)

2026-02-28 Thread picnixz
https://github.com/python/cpython/commit/4152bbb773149fa0df0a6afc594ca372da6f5f86 commit: 4152bbb773149fa0df0a6afc594ca372da6f5f86 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-0

[Python-checkins] gh-145033: Implement PEP 747 (#145034)

2026-02-28 Thread JelleZijlstra
https://github.com/python/cpython/commit/3484ef60039be38096ef617ba096970809917d03 commit: 3484ef60039be38096ef617ba096970809917d03 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2026-02-28T19:52:04-08:00 summary: gh-145033: Implement PEP 747 (#145034) files: A Misc/NEWS.d/ne

[Python-checkins] [3.13] Move NEWS entries out of directories with spaces (GH-145357)

2026-02-28 Thread gpshead
https://github.com/python/cpython/commit/7f9c3695dfb3e2405ef44869ba06412f4ae5c00a commit: 7f9c3695dfb3e2405ef44869ba06412f4ae5c00a branch: 3.13 author: Stan Ulbrych <[email protected]> committer: gpshead <[email protected]> date: 2026-02-28T10:48

[Python-checkins] [3.13] gh-142352: Fix asyncio start_tls() to transfer buffered data from StreamReader (GH-142354) (#145364)

2026-02-28 Thread kumaraditya303
https://github.com/python/cpython/commit/aa0aa314addfec922fb243605c0a636700dc4966 commit: aa0aa314addfec922fb243605c0a636700dc4966 branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2026-03-01T00:23:27+05:30 summary: [3.13] gh-142352: Fix asyncio start_tls() to transfer buffered d

[Python-checkins] [3.13] Move news entry (#145366)

2026-02-28 Thread gpshead
https://github.com/python/cpython/commit/06d319e4a3c73e9bf7b98c78393ea3976eb644f4 commit: 06d319e4a3c73e9bf7b98c78393ea3976eb644f4 branch: 3.13 author: Stan Ulbrych <[email protected]> committer: gpshead <[email protected]> date: 2026-02-28T19:05