[Python-checkins] GH-101100: Resolve reference warnings in whatsnew/3.7.rst (#138410)

2025-09-02 Thread hugovk
https://github.com/python/cpython/commit/dd86fb4ba5a9db1c1e7293917af68d0cf0ddeaaf commit: dd86fb4ba5a9db1c1e7293917af68d0cf0ddeaaf branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-09-03T09:20:16+03:0

[Python-checkins] gh-61206: Support zstandard compression in the zipimport module (GH-138254)

2025-09-02 Thread gpshead
https://github.com/python/cpython/commit/a2ba0a7552580f616f74091f8976410f8a310313 commit: a2ba0a7552580f616f74091f8976410f8a310313 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-09-01T17:14:23-07:

[Python-checkins] gh-127647: Fix and enable I/O protocol tests (#138369)

2025-09-02 Thread JelleZijlstra
https://github.com/python/cpython/commit/3f23888fd773dd1ead2adcdd0d586eb6e831d154 commit: 3f23888fd773dd1ead2adcdd0d586eb6e831d154 branch: main author: Sebastian Rittau committer: JelleZijlstra date: 2025-09-02T06:45:29-07:00 summary: gh-127647: Fix and enable I/O protocol tests (#138369) files

[Python-checkins] gh-138204: Forbid expansion of a shared anonymous mmap on Linux (GH-138220)

2025-09-02 Thread serhiy-storchaka
https://github.com/python/cpython/commit/33fcb0c4a054f646d9d3686c145209a893b09bb0 commit: 33fcb0c4a054f646d9d3686c145209a893b09bb0 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-09-02T19:00:39+03:00 summary: gh-138204: Forbid expansion of a shared anonymous mmap on

[Python-checkins] gh-116946: add `Py_TPFLAGS_IMMUTABLETYPE` to `select.poll` and `select.epoll` (#138340)

2025-09-02 Thread kumaraditya303
https://github.com/python/cpython/commit/3ff00c76c9b02d56b448e1d2669ad9f154b427b3 commit: 3ff00c76c9b02d56b448e1d2669ad9f154b427b3 branch: main author: Bénédikt Tran <[email protected]> committer: kumaraditya303 date: 2025-09-02T17:53:44Z summary: gh-116946: add `Py_TPFLAG

[Python-checkins] GH-135763: AC: Use ``Py_ssize_t(allow_negative=False)`` (#138394)

2025-09-02 Thread AA-Turner
https://github.com/python/cpython/commit/98b4cd6fe9348ac24d5c72379393f4711d057d7e commit: 98b4cd6fe9348ac24d5c72379393f4711d057d7e branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-02T21:29:0

[Python-checkins] [3.14] Doc: Track file downloads via plausible (GH-138393) (#138396)

2025-09-02 Thread hugovk
https://github.com/python/cpython/commit/5c47d72c9b28a5112c224174a4e1c073c269a6bd commit: 5c47d72c9b28a5112c224174a4e1c073c269a6bd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-09-0

[Python-checkins] [3.14] gh-138372: Fix SyntaxWarning for erroneous t-string subscription (GH-138375) (#138392)

2025-09-02 Thread pablogsal
https://github.com/python/cpython/commit/192ae9b86d779816c9c1153257c83d68015e1ba8 commit: 192ae9b86d779816c9c1153257c83d68015e1ba8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-09-02T17:39:08Z summary: [3.14] gh-138372

[Python-checkins] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (#138298)

2025-09-02 Thread AA-Turner
https://github.com/python/cpython/commit/8d5c3341c538cd1a4192ca8a1536b2eed4b98c69 commit: 8d5c3341c538cd1a4192ca8a1536b2eed4b98c69 branch: main author: James Parrott <[email protected]> committer: AA-Turner <[email protected]> date: 2025-09-02T1

[Python-checkins] gh-138372: Fix SyntaxWarning for erroneous t-string subscription (#138375)

2025-09-02 Thread pablogsal
https://github.com/python/cpython/commit/5493b46462f93bfbca89599538887d598fca9d6f commit: 5493b46462f93bfbca89599538887d598fca9d6f branch: main author: Brian Schubert committer: pablogsal date: 2025-09-02T18:13:12+01:00 summary: gh-138372: Fix SyntaxWarning for erroneous t-string subscription (#

[Python-checkins] gh-138314: Add winreg.DeleteTree (GH-138388)

2025-09-02 Thread zooba
https://github.com/python/cpython/commit/b3e785c76c06bff7933d9e562128e9c41ce3539b commit: b3e785c76c06bff7933d9e562128e9c41ce3539b branch: main author: AN Long committer: zooba date: 2025-09-02T17:04:57Z summary: gh-138314: Add winreg.DeleteTree (GH-138388) files: A Misc/NEWS.d/next/Windows/202

[Python-checkins] [3.13] gh-136599: Add tests for long_hash (GH-138335) (#138391)

2025-09-02 Thread vstinner
https://github.com/python/cpython/commit/a8460a285a9455fe0ab0ccf484e6f965a7cacf8e commit: a8460a285a9455fe0ab0ccf484e6f965a7cacf8e branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-09-02T17:04:13Z summary: [3.13] gh-136599:

[Python-checkins] gh-138122: Use ``profiling.sampling`` in the documentation (PEP 799) (#138389)

2025-09-02 Thread pablogsal
https://github.com/python/cpython/commit/cc7ef69c860b745346afbdb44f6bb0b2d6ea6a3b commit: cc7ef69c860b745346afbdb44f6bb0b2d6ea6a3b branch: main author: Adam Turner <[email protected]> committer: pablogsal date: 2025-09-02T17:45:00+01:00 summary: gh-138122: Use ``profiling

[Python-checkins] gh-136599: Add tests for long_hash (#138335)

2025-09-02 Thread vstinner
https://github.com/python/cpython/commit/2d3711dc06657e072a83b580636cbb0009658636 commit: 2d3711dc06657e072a83b580636cbb0009658636 branch: main author: Pieter Eendebak committer: vstinner date: 2025-09-02T18:42:12+02:00 summary: gh-136599: Add tests for long_hash (#138335) Co-authored-by: Serge

[Python-checkins] [3.13] gh-138297 Point link in docs for `finally` to try/else, instead of if/else (GH-138298) (#138382)

2025-09-02 Thread AA-Turner
https://github.com/python/cpython/commit/f88bf2ce0db49ce8cc3d7355a2ddffd1f10e70eb commit: f88bf2ce0db49ce8cc3d7355a2ddffd1f10e70eb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-133158: Adjust c-analyzer `max_sizes` for `typeobject.c` (GH-133159)

2025-09-02 Thread ZeroIntensity
https://github.com/python/cpython/commit/33f89106d770ab4916e7476aab3e5bf61127eca8 commit: 33f89106d770ab4916e7476aab3e5bf61127eca8 branch: main author: Sergey Miryanov committer: ZeroIntensity date: 2025-09-02T13:34:22Z summary: gh-133158: Adjust c-analyzer `max_sizes` for `typeobject.c` (GH-133

[Python-checkins] gh-54874: Expand unicodedata module documentation (#138301)

2025-09-02 Thread malemburg
https://github.com/python/cpython/commit/0d383f86eec97b343457ee1ce1d274f6b3d9ce6c commit: 0d383f86eec97b343457ee1ce1d274f6b3d9ce6c branch: main author: Stan Ulbrych <[email protected]> committer: malemburg date: 2025-09-01T17:50:31+02:00 summary: gh-54874: Expand u