[Python-checkins] [3.13] gh-123407: Enable translating literal and code blocks (GH-123408) (#123530)

2024-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/578742a9a1a94ec0b890516b25e490c4baa9f97c commit: 578742a9a1a94ec0b890516b25e490c4baa9f97c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-123407: Enable translating literal and code blocks (GH-123408) (#123531)

2024-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/5b3fcc04e30971ef4a8002003454cae3de910435 commit: 5b3fcc04e30971ef4a8002003454cae3de910435 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.12] gh-108172: do not override OS preferred browser if it is a super-string of a known browser (GH-113011) (GH-123528)

2024-08-30 Thread gpshead
https://github.com/python/cpython/commit/bf9981830393edf9cc91003a5f89de15d66d0f2f commit: bf9981830393edf9cc91003a5f89de15d66d0f2f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-08-31T06:33:06Z summary: [3.12] gh-108172:

[Python-checkins] gh-123407: Enable translating literal and code blocks (#123408)

2024-08-30 Thread AA-Turner
https://github.com/python/cpython/commit/5332d989af45378e6ae99aeda72bfa82042b8659 commit: 5332d989af45378e6ae99aeda72bfa82042b8659 branch: main author: Maciej Olko committer: AA-Turner <[email protected]> date: 2024-08-31T07:31:36+01:00 summary: gh-123407: Enable translat

[Python-checkins] gh-108172: do not override OS preferred browser if it is a super-string of a known browser (GH-113011)

2024-08-30 Thread gpshead
https://github.com/python/cpython/commit/10bf615bab9f832971a098f0a42b0d617aea6993 commit: 10bf615bab9f832971a098f0a42b0d617aea6993 branch: main author: Oded Arbel committer: gpshead date: 2024-08-30T23:11:57-07:00 summary: gh-108172: do not override OS preferred browser if it is a super-string o

[Python-checkins] gh-121313: Limit the reading size from pipes to their default buffer size on POSIX systems (GH-121315)

2024-08-30 Thread gpshead
https://github.com/python/cpython/commit/74bfb53e3afb6f5dd90dff3ef0e2dc3b2fba823e commit: 74bfb53e3afb6f5dd90dff3ef0e2dc3b2fba823e branch: main author: Alexander P. <[email protected]> committer: gpshead date: 2024-08-30T22:57:22-07:00 summary: gh-121313: Limit the readi

[Python-checkins] Make self turtledemo codeowner (#123524)

2024-08-30 Thread terryjreedy
https://github.com/python/cpython/commit/1ce9e5880347346105693aba211f4c378f5a9b6a commit: 1ce9e5880347346105693aba211f4c378f5a9b6a branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-08-30T21:59:12-04:00 summary: Make self turtledemo codeowner (#123524) files: M .github/CODEO

[Python-checkins] gh-121404: rearrange code in compile.c so that codegen functions come first and compiler functions second (#123510)

2024-08-30 Thread iritkatriel
https://github.com/python/cpython/commit/6bfbfc6af39197e23942391a1f780eb98d61d67c commit: 6bfbfc6af39197e23942391a1f780eb98d61d67c branch: main author: Irit Katriel <[email protected]> committer: iritkatriel <[email protected]> date: 2024-08-30T

[Python-checkins] [3.13] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123513)

2024-08-30 Thread hugovk
https://github.com/python/cpython/commit/9f5f2b712884bc2d366737eda7e69bc126269fd0 commit: 9f5f2b712884bc2d366737eda7e69bc126269fd0 branch: 3.13 author: Wei-Hsiang (Matt) Wang committer: hugovk <[email protected]> date: 2024-08-30T20:14:48+03:00 summary: [3.13] gh-123492: Rem

[Python-checkins] [3.12] gh-123492: Remove unnecessary `:func:` parentheses (gh-123493) (#123512)

2024-08-30 Thread hugovk
https://github.com/python/cpython/commit/d5abd02f36bbee5720944b8906a118a8fb66d75b commit: d5abd02f36bbee5720944b8906a118a8fb66d75b branch: 3.12 author: Wei-Hsiang (Matt) Wang committer: hugovk <[email protected]> date: 2024-08-30T20:09:55+03:00 summary: [3.12] gh-123492: Rem

[Python-checkins] gh-122854: Add Py_HashBuffer() function (#122855)

2024-08-30 Thread vstinner
https://github.com/python/cpython/commit/d8e69b2c1b3388c31a6083cfdd9dc9afff5b9860 commit: d8e69b2c1b3388c31a6083cfdd9dc9afff5b9860 branch: main author: Victor Stinner committer: vstinner date: 2024-08-30T15:42:27Z summary: gh-122854: Add Py_HashBuffer() function (#122855) files: A Misc/NEWS.d/n

[Python-checkins] gh-121645: Add PyBytes_Join() function (#121646)

2024-08-30 Thread vstinner
https://github.com/python/cpython/commit/3d60dfbe1755e00ab20d0ee81281886be77ad5da commit: 3d60dfbe1755e00ab20d0ee81281886be77ad5da branch: main author: Victor Stinner committer: vstinner date: 2024-08-30T12:57:33Z summary: gh-121645: Add PyBytes_Join() function (#121646) * Replace _PyBytes_Join

[Python-checkins] [3.13] gh-123484: Fix the debug offsets for PyLongObject (GH-123485) (#123499)

2024-08-30 Thread pablogsal
https://github.com/python/cpython/commit/8ef277e5e92b79f5e65eda4757e131aee070e092 commit: 8ef277e5e92b79f5e65eda4757e131aee070e092 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-08-30T12:05:50Z summary: [3.13] gh-123484

[Python-checkins] gh-123484: Fix the debug offsets for PyLongObject (#123485)

2024-08-30 Thread pablogsal
https://github.com/python/cpython/commit/7fca268beee8ed13a8f161f0a0d5e21ff52d1ac1 commit: 7fca268beee8ed13a8f161f0a0d5e21ff52d1ac1 branch: main author: Matt Wozniski committer: pablogsal date: 2024-08-30T12:39:28+01:00 summary: gh-123484: Fix the debug offsets for PyLongObject (#123485) files:

[Python-checkins] gh-123492: Remove unnecessary `:func:` parentheses (#123493)

2024-08-30 Thread hugovk
https://github.com/python/cpython/commit/103a0470e31d80d56097f57a27d97d7d2d3c9fbb commit: 103a0470e31d80d56097f57a27d97d7d2d3c9fbb branch: main author: Wei-Hsiang (Matt) Wang committer: hugovk <[email protected]> date: 2024-08-30T14:34:09+03:00 summary: gh-123492: Remove unn

[Python-checkins] gh-123189: [`Modules/blake2module.c`]: Move function definitions and their usage under the macros (#123190)

2024-08-30 Thread sobolevn
https://github.com/python/cpython/commit/8aaf7525ab839c32966ee862363ad2543a721306 commit: 8aaf7525ab839c32966ee862363ad2543a721306 branch: main author: Kirill Podoprigora committer: sobolevn date: 2024-08-30T13:28:32+03:00 summary: gh-123189: [`Modules/blake2module.c`]: Move function definitions

[Python-checkins] gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#123470)

2024-08-30 Thread sobolevn
https://github.com/python/cpython/commit/f8a736b8e14ab839e1193cb1d3955b61c316d048 commit: f8a736b8e14ab839e1193cb1d3955b61c316d048 branch: main author: sobolevn committer: sobolevn date: 2024-08-30T10:36:51+03:00 summary: gh-123446: Fix empty function names in `TypeError`s in `typeobject` (#1234