[Python-checkins] [3.14] gh-135862: add C contiguous one-dimensional buffer requirement to `asyncio.StreamWriter` docs (GH-137910) (#137912)

2025-08-23 Thread hugovk
https://github.com/python/cpython/commit/271823fdafc29c00189bdb253199db3083dd3933 commit: 271823fdafc29c00189bdb253199db3083dd3933 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] Improve readability by adding whitespace between code paragraphs (gh-138090)

2025-08-23 Thread rhettinger
https://github.com/python/cpython/commit/6fcac09401e336b25833dcef2610d498e73b27a1 commit: 6fcac09401e336b25833dcef2610d498e73b27a1 branch: main author: Raymond Hettinger committer: rhettinger date: 2025-08-23T15:18:46Z summary: Improve readability by adding whitespace between code paragraphs (gh

[Python-checkins] [3.13] gh-136134: smtplib: fix CRAM-MD5 on FIPS-only environments (GH-136623) (#138087)

2025-08-23 Thread picnixz
https://github.com/python/cpython/commit/f12e7cb8b267071ba2e854bfd349055e0627cb21 commit: f12e7cb8b267071ba2e854bfd349055e0627cb21 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-08-23T14:27:47+

[Python-checkins] [3.13] gh-136134: imaplib: fix CRAM-MD5 on FIPS-only environments (GH-136615) (#138055)

2025-08-23 Thread picnixz
https://github.com/python/cpython/commit/3afc263c41b2a548b55163e398373698c5148d21 commit: 3afc263c41b2a548b55163e398373698c5148d21 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-08-23T13:01:36+

[Python-checkins] gh-136134: restore truncated comment post GH-136623 (#138088)

2025-08-23 Thread picnixz
https://github.com/python/cpython/commit/ab1bef8ad27ad531a1109cfc016ea627d94f9cc1 commit: ab1bef8ad27ad531a1109cfc016ea627d94f9cc1 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-08-23T10:17:14Z

[Python-checkins] [3.13] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845) (GH-138085)

2025-08-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b9179c354b9a77eb832fc4c861495b34915dfe3d commit: b9179c354b9a77eb832fc4c861495b34915dfe3d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-23T09:33:58Z summary: [3.13] gh

[Python-checkins] gh-137754: Fix import of zoneinfo if _datetime is not available (GH-137845)

2025-08-23 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6620ef0ff62dea2632bedf9afa88aa4780a2c9d9 commit: 6620ef0ff62dea2632bedf9afa88aa4780a2c9d9 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-23T12:12:13+03:00 summary: gh-137754: Fix import of zoneinfo if _datetime is not avai