[Python-checkins] gh-138516: fix typo in OrderedDict exception msg (#138517)

2025-09-04 Thread kumaraditya303
https://github.com/python/cpython/commit/e9c2a357fba72e46e965ecaa54e78be69c6c5d6b commit: e9c2a357fba72e46e965ecaa54e78be69c6c5d6b branch: main author: asas1asas200 committer: kumaraditya303 date: 2025-09-05T12:18:05+05:30 summary: gh-138516: fix typo in OrderedDict exception msg (#138517) file

[Python-checkins] docs: add module-level `versionadded` for `annotationlib` (#138511)

2025-09-04 Thread JelleZijlstra
https://github.com/python/cpython/commit/fc0305a2d8bef7cffaa4137bb4937bd5a16a7a38 commit: fc0305a2d8bef7cffaa4137bb4937bd5a16a7a38 branch: main author: Brian Schubert committer: JelleZijlstra date: 2025-09-04T13:45:21-07:00 summary: docs: add module-level `versionadded` for `annotationlib` (#138

[Python-checkins] gh-87595: Fix the docs for mmap.size() (#138494)

2025-09-04 Thread vstinner
https://github.com/python/cpython/commit/9d6b94afe7d835f406ab86c7fee1cb7fdb87922b commit: 9d6b94afe7d835f406ab86c7fee1cb7fdb87922b branch: main author: Zackery Spytz committer: vstinner date: 2025-09-04T17:52:24+02:00 summary: gh-87595: Fix the docs for mmap.size() (#138494) Correct some parts

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

2025-09-04 Thread hugovk
https://github.com/python/cpython/commit/bfce393614655bf4b4ddf9c554437754db2086a8 commit: bfce393614655bf4b4ddf9c554437754db2086a8 branch: 3.14 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-04T16:07:59+03:

[Python-checkins] gh-138192: Fix Context initialization so that all subinterpreters are assigned the MISSING value. (gh-138503)

2025-09-04 Thread corona10
https://github.com/python/cpython/commit/f070f54c5f4a42c7c61d1d5d3b8f3b7203b4a0fb commit: f070f54c5f4a42c7c61d1d5d3b8f3b7203b4a0fb branch: main author: Donghee Na committer: corona10 date: 2025-09-04T17:19:30Z summary: gh-138192: Fix Context initialization so that all subinterpreters are assigne

[Python-checkins] [3.14] gh-138281: Run `ruff` on `Tools/peg_generator` (GH-138282) (#138469)

2025-09-04 Thread hugovk
https://github.com/python/cpython/commit/8e1c2fe3d3659ffde9b9d84f0e42cf9c0a651dc6 commit: 8e1c2fe3d3659ffde9b9d84f0e42cf9c0a651dc6 branch: 3.14 author: sobolevn committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-04T11:13:36Z summary: [3.14] gh-138281: Run `ruff` on `Tools/p

[Python-checkins] Add random_derangement recipe gh-138377

2025-09-04 Thread rhettinger
https://github.com/python/cpython/commit/f9a40c386d4d07dab1c15c6618807306a5119818 commit: f9a40c386d4d07dab1c15c6618807306a5119818 branch: main author: Raymond Hettinger committer: rhettinger date: 2025-09-04T10:50:29-05:00 summary: Add random_derangement recipe gh-138377 files: M Doc/library/r

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

2025-09-04 Thread hugovk
https://github.com/python/cpython/commit/d574f832061b2ff7ac4ec64234fc81184a30bc2c commit: d574f832061b2ff7ac4ec64234fc81184a30bc2c branch: 3.14 author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-04T17:59:49+03:

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in using/windows.rst (GH-138416) (#138461)

2025-09-04 Thread hugovk
https://github.com/python/cpython/commit/460265fe9618d5ab0ec39a762a2f3ca8d8a459c0 commit: 460265fe9618d5ab0ec39a762a2f3ca8d8a459c0 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] [3.13] Docs: Fix typo in `os.fwalk()` example (GH-138486) (GH-138501)

2025-09-04 Thread ZeroIntensity
https://github.com/python/cpython/commit/08e9794517063c8cd92c48714071b1d3c60b71bd commit: 08e9794517063c8cd92c48714071b1d3c60b71bd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ZeroIntensity date: 2025-09-04T12:39:58Z summary: [3.13] Docs:

[Python-checkins] gh-136599: Improve long_hash() (#136600)

2025-09-04 Thread vstinner
https://github.com/python/cpython/commit/c9cf019cf5da57a3eb8835e5f911040efd8665a7 commit: c9cf019cf5da57a3eb8835e5f911040efd8665a7 branch: main author: Pieter Eendebak committer: vstinner date: 2025-09-04T12:27:26Z summary: gh-136599: Improve long_hash() (#136600) Co-authored-by: Sergey B Kirpi

[Python-checkins] [3.14] GH-101100: Resolve reference warnings in whatsnew/3.10.rst (GH-138408) (#138480)

2025-09-04 Thread hugovk
https://github.com/python/cpython/commit/2583646288c64c8ae7a196e6a2078d1e147b1cc5 commit: 2583646288c64c8ae7a196e6a2078d1e147b1cc5 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-09-0

[Python-checkins] gh-132657: improve `deepcopy` and `copy` scaling on free-threading (#138429)

2025-09-04 Thread kumaraditya303
https://github.com/python/cpython/commit/e46d403d59ab28b49d2056b55cc871600816a2bb commit: e46d403d59ab28b49d2056b55cc871600816a2bb branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-09-04T13:20:23+05:30 summary: gh-132657: improve `deepcopy` and `copy` scaling on free-thre