[Python-checkins] gh-144551: Update OpenSSL version references in Mac/BuildScript/ (GH-144810)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/7359bb8dacc055bdcbb61f8fa4e375b25eedffd9 commit: 7359bb8dacc055bdcbb61f8fa4e375b25eedffd9 branch: main author: Zachary Ware committer: zware date: 2026-02-13T16:50:15-06:00 summary: gh-144551: Update OpenSSL version references in Mac/BuildScript/ (GH-1448

[Python-checkins] gh-144551: Update various CI jobs to OpenSSL 3.5 (GH-144808)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/fdbc135f9cf57599cca8aeeed947d0b736fdb197 commit: fdbc135f9cf57599cca8aeeed947d0b736fdb197 branch: main author: Zachary Ware committer: zware date: 2026-02-13T23:02:11Z summary: gh-144551: Update various CI jobs to OpenSSL 3.5 (GH-144808) Also includes a

[Python-checkins] gh-138912: Improve MATCH_CLASS opcode performance (GH-138915)

2026-02-13 Thread gpshead
https://github.com/python/cpython/commit/75d4839fa9069241ca9c3ee45ad8369ef9777500 commit: 75d4839fa9069241ca9c3ee45ad8369ef9777500 branch: main author: Marc Mueller <[email protected]> committer: gpshead <[email protected]> date: 2026-02-13T21:06:15-08:00

[Python-checkins] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (#143892)

2026-02-13 Thread vstinner
https://github.com/python/cpython/commit/82b92e3cd180723a354cdeb0f0f1d593f1b5eb0d commit: 82b92e3cd180723a354cdeb0f0f1d593f1b5eb0d branch: main author: Priyanshu Singh committer: vstinner date: 2026-02-13T16:35:08+01:00 summary: gh-143637: Fix re-entrant mutation of ancillary data in socket.send

[Python-checkins] [3.14] gh-144551: Update CI to use latest OpenSSL versions (GH-144794) (#144799)

2026-02-13 Thread hugovk
https://github.com/python/cpython/commit/c7ceb75ada261a01aaeae72f88e24730e30f84d9 commit: c7ceb75ada261a01aaeae72f88e24730e30f84d9 branch: 3.14 author: Zachary Ware committer: hugovk <[email protected]> date: 2026-02-13T22:31:27+02:00 summary: [3.14] gh-144551: Update CI to

[Python-checkins] [3.13] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790) (#144792)

2026-02-13 Thread gpshead
https://github.com/python/cpython/commit/795f436fc50f99ad4b2b14df7c724702fb608c6d commit: 795f436fc50f99ad4b2b14df7c724702fb608c6d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2026-02-1

[Python-checkins] [3.14] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790) (#144791)

2026-02-13 Thread gpshead
https://github.com/python/cpython/commit/f24009feeb78f605a3ee177d9e7cfb63d5890ee1 commit: f24009feeb78f605a3ee177d9e7cfb63d5890ee1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2026-02-1

[Python-checkins] [3.13] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144798)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/160fe2acd86bfb97eea3533fc2dc9fa00beaa666 commit: 160fe2acd86bfb97eea3533fc2dc9fa00beaa666 branch: 3.13 author: Zachary Ware committer: zware date: 2026-02-13T19:37:02Z summary: [3.13] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144798) (ch

[Python-checkins] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144793)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/928602c0ac385eca81b90956ba8d36d04e7dd6de commit: 928602c0ac385eca81b90956ba8d36d04e7dd6de branch: main author: Zachary Ware committer: zware date: 2026-02-13T18:48:52Z summary: gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144793) files: A M

[Python-checkins] gh-144551: Update CI to use latest OpenSSL versions (GH-144794)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/b933ef92619db2a103a26c70e69b6d31978eb566 commit: b933ef92619db2a103a26c70e69b6d31978eb566 branch: main author: Zachary Ware committer: zware date: 2026-02-13T13:06:07-06:00 summary: gh-144551: Update CI to use latest OpenSSL versions (GH-144794) Also upd

[Python-checkins] [3.14] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144797)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/a7f06e38406360ba01038e2b672b7fe0d1b1e6a5 commit: a7f06e38406360ba01038e2b672b7fe0d1b1e6a5 branch: 3.14 author: Zachary Ware committer: zware date: 2026-02-13T19:38:31Z summary: [3.14] gh-144551: Update Windows builds to use OpenSSL 3.0.19 (GH-144797) (ch

[Python-checkins] gh-136672: Docs: Move parts of Enum HOWTO to API Docs (GH-139176)

2026-02-13 Thread ethanfurman
https://github.com/python/cpython/commit/629a363ddd2889f023d5925506e61f5b6647accd commit: 629a363ddd2889f023d5925506e61f5b6647accd branch: main author: Rafael Weingartner-Ortner <[email protected]> committer: ethanfurman date: 2026-02-13T11:51:56-08:00 summary: gh-136672:

[Python-checkins] [3.12] gh-144125: email: verify headers are sound in BytesGenerator

2026-02-13 Thread sethmlarson
https://github.com/python/cpython/commit/e417f05ad77a4c30ddc07f99e90fc0cef43e831a commit: e417f05ad77a4c30ddc07f99e90fc0cef43e831a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2026-02-13T16:04:54Z summary: [3.12] gh-1441

[Python-checkins] [3.13] gh-143637: Fix re-entrant mutation of ancillary data in socket.sendmsg() (GH-143892) (#144785)

2026-02-13 Thread vstinner
https://github.com/python/cpython/commit/309bacdb4aeea967a86f657f6f94eae0ef912659 commit: 309bacdb4aeea967a86f657f6f94eae0ef912659 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-02-13T15:58:59Z summary: [3.13] gh-143637:

[Python-checkins] gh-144787: [tests] Allow TLS v1.2 to be minimum version (GH-144790)

2026-02-13 Thread gpshead
https://github.com/python/cpython/commit/d625f7da33bf8eb57fb7e1a05deae3f68bf4d00f commit: d625f7da33bf8eb57fb7e1a05deae3f68bf4d00f branch: main author: Colin McAllister committer: gpshead <[email protected]> date: 2026-02-13T17:17:53Z summary: gh-144787: [tests] Allow TLS v1.

[Python-checkins] [3.13] gh-144551: Update CI to use latest OpenSSL versions (GH-144800)

2026-02-13 Thread zware
https://github.com/python/cpython/commit/48dd8520258ecee7e2fab9b658bff39c22ba2277 commit: 48dd8520258ecee7e2fab9b658bff39c22ba2277 branch: 3.13 author: Zachary Ware committer: zware date: 2026-02-13T15:41:42-06:00 summary: [3.13] gh-144551: Update CI to use latest OpenSSL versions (GH-144800) (

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

2026-02-13 Thread zware
https://github.com/python/cpython/commit/543f56fe8d264315f2413414638216fac01f3ade commit: 543f56fe8d264315f2413414638216fac01f3ade branch: main author: Zachary Ware committer: zware date: 2026-02-13T15:43:05-06:00 summary: gh-144551: Update Windows builds to use OpenSSL 3.5.5 (GH-144796) files: