[Python-checkins] gh-107538: [Enum] fix handling of inverted/negative values (GH-132273)

2025-07-10 Thread ethanfurman
https://github.com/python/cpython/commit/49365bd110a254a6a304d2f880482bfeb2e4490d commit: 49365bd110a254a6a304d2f880482bfeb2e4490d branch: main author: Ethan Furman committer: ethanfurman date: 2025-07-10T16:49:09-07:00 summary: gh-107538: [Enum] fix handling of inverted/negative values (GH-1322

[Python-checkins] Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS rule (#136519)

2025-07-10 Thread pablogsal
https://github.com/python/cpython/commit/56c6f04b8862c20ff6eddc4400f170ad91e55f66 commit: 56c6f04b8862c20ff6eddc4400f170ad91e55f66 branch: main author: Brandt Bucher committer: pablogsal date: 2025-07-10T23:08:48+01:00 summary: Omit `Python/perf_jit_trampoline.c` from the `**/*jit*` CODEOWNERS r

[Python-checkins] gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode was set (#136518)

2025-07-10 Thread pablogsal
https://github.com/python/cpython/commit/c560df9658f1a24edea995fe6f9c84c55b37cfb3 commit: c560df9658f1a24edea995fe6f9c84c55b37cfb3 branch: main author: Sergey Miryanov committer: pablogsal date: 2025-07-10T22:13:23+01:00 summary: gh-136517: Print uncollectable objects if DEBUG_UNCOLLECTABLE mode

[Python-checkins] [3.14] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136514)

2025-07-10 Thread malemburg
https://github.com/python/cpython/commit/183b020cb5960e17b87c34a98ec02fcf2b840578 commit: 183b020cb5960e17b87c34a98ec02fcf2b840578 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-07-10T16:09:45Z summary: [3.14] gh-52876:

[Python-checkins] [3.13] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (GH-136498) (#136515)

2025-07-10 Thread malemburg
https://github.com/python/cpython/commit/aa3c6421ef8663ffeaeaee90862c1e6eb3d54931 commit: aa3c6421ef8663ffeaeaee90862c1e6eb3d54931 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-07-10T18:06:34+02:00 summary: [3.13] gh-5

[Python-checkins] gh-52876: Implement missing parameter in `codecs.StreamReaderWriter` functions (#136498)

2025-07-10 Thread malemburg
https://github.com/python/cpython/commit/35e2c359703e076256c1249b74b87043972e04d6 commit: 35e2c359703e076256c1249b74b87043972e04d6 branch: main author: Stan Ulbrych <[email protected]> committer: malemburg date: 2025-07-10T17:42:14+02:00 summary: gh-52876: Implemen

[Python-checkins] [3.14] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136513)

2025-07-10 Thread malemburg
https://github.com/python/cpython/commit/326fe0df66afbe94475e5609adeb1ea7a4956899 commit: 326fe0df66afbe94475e5609adeb1ea7a4956899 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-07-10T17:41:31+02:00 summary: [3.14] gh-8

[Python-checkins] [3.13] gh-82663: Clarify `codecs.iterdecode/encode` docs (GH-136497) (#136512)

2025-07-10 Thread malemburg
https://github.com/python/cpython/commit/81d1986297fce5cab5150c21df51f0fc8118667f commit: 81d1986297fce5cab5150c21df51f0fc8118667f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: malemburg date: 2025-07-10T17:41:27+02:00 summary: [3.13] gh-8

[Python-checkins] gh-82663: Clarify `codecs.iterdecode/encode` docs (#136497)

2025-07-10 Thread malemburg
https://github.com/python/cpython/commit/4b41b2043b110a38616ff86ddb3f065ae7f15c3e commit: 4b41b2043b110a38616ff86ddb3f065ae7f15c3e branch: main author: Stan Ulbrych <[email protected]> committer: malemburg date: 2025-07-10T17:31:08+02:00 summary: gh-82663: Clarify

[Python-checkins] [3.14] gh-132661: Add default value (of `""`) for `Interpolation.expression` (GH-136441) (#136511)

2025-07-10 Thread lysnikolaou
https://github.com/python/cpython/commit/95baa28d9ffaf388fd426ef4474960ccb73c81cf commit: 95baa28d9ffaf388fd426ef4474960ccb73c81cf branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2025-07-10T14:52:18Z summary: [3.14] gh-1326

[Python-checkins] gh-132661: Add default value (of `""`) for `Interpolation.expression` (#136441)

2025-07-10 Thread lysnikolaou
https://github.com/python/cpython/commit/f1b8d01c802165b9807172965b7097b6aaf6fcd3 commit: f1b8d01c802165b9807172965b7097b6aaf6fcd3 branch: main author: Dave Peck committer: lysnikolaou date: 2025-07-10T16:27:41+02:00 summary: gh-132661: Add default value (of `""`) for `Interpolation.expression`

[Python-checkins] [3.14] gh-136394: Fix race condition in test_zstd (GH-136432) (GH-136506)

2025-07-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/da8bcfd949885a9a057038ef0095f442b05ee29a commit: da8bcfd949885a9a057038ef0095f442b05ee29a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-07-10T09:13:34-04:00 summary: [3.14]

[Python-checkins] [3.14] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136504)

2025-07-10 Thread encukou
https://github.com/python/cpython/commit/1346049782daca649a0e6f6993e085c7a6637772 commit: 1346049782daca649a0e6f6993e085c7a6637772 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-10T15:10:43+02:00 summary: [3.14] gh-136

[Python-checkins] [3.13] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210) (GH-136503)

2025-07-10 Thread encukou
https://github.com/python/cpython/commit/15e9c3bc51dccd010a371b262b64325ac53ef7d6 commit: 15e9c3bc51dccd010a371b262b64325ac53ef7d6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-10T15:10:51+02:00 summary: [3.13] gh-136

[Python-checkins] gh-136394: Fix race condition in test_zstd (GH-136432)

2025-07-10 Thread ZeroIntensity
https://github.com/python/cpython/commit/f519918ec6c125715d4efc9713ba80e83346e466 commit: f519918ec6c125715d4efc9713ba80e83346e466 branch: main author: Rogdham <[email protected]> committer: ZeroIntensity date: 2025-07-10T08:47:27-04:00 summary: gh-136394: Fix race conditio

[Python-checkins] [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136502)

2025-07-10 Thread sobolevn
https://github.com/python/cpython/commit/a2140fad71fb70619757f6e6580cc14eb41522a7 commit: a2140fad71fb70619757f6e6580cc14eb41522a7 branch: 3.13 author: sobolevn committer: sobolevn date: 2025-07-10T11:17:20Z summary: [3.13] gh-136438: Make sure `test_builtins` pass with all optimization levels

[Python-checkins] gh-82088: Improve performance of PyLong_As*() for multi-digit ints (#135585)

2025-07-10 Thread vstinner
https://github.com/python/cpython/commit/d754f75f42f040267d818ab804ada340f55e5925 commit: d754f75f42f040267d818ab804ada340f55e5925 branch: main author: Pieter Eendebak committer: vstinner date: 2025-07-10T13:16:01+02:00 summary: gh-82088: Improve performance of PyLong_As*() for multi-digit ints

[Python-checkins] gh-136209: Add .. c:var:: declarations for C exception types (GH-136210)

2025-07-10 Thread encukou
https://github.com/python/cpython/commit/85bc89f35f40c844df74d913fd32b2b1475fc942 commit: 85bc89f35f40c844df74d913fd32b2b1475fc942 branch: main author: Petr Viktorin committer: encukou date: 2025-07-10T13:07:55+02:00 summary: gh-136209: Add .. c:var:: declarations for C exception types (GH-13621

[Python-checkins] [3.12] gh-128605: Add branch protections for x86_64 in asm_trampolineS (#128606) (#135094)

2025-07-10 Thread pablogsal
https://github.com/python/cpython/commit/aaca85949ae471b568b6beea00b3380e553ccf39 commit: aaca85949ae471b568b6beea00b3380e553ccf39 branch: 3.12 author: stratakis committer: pablogsal date: 2025-07-10T11:22:14+01:00 summary: [3.12] gh-128605: Add branch protections for x86_64 in asm_trampolineS

[Python-checkins] [3.14] gh-136438: Make sure `test_builtins` pass with all optimization levels (GH-136474) (#136496)

2025-07-10 Thread sobolevn
https://github.com/python/cpython/commit/2de82bcc62ddcaae7af0f53f59cb019a791a61d3 commit: 2de82bcc62ddcaae7af0f53f59cb019a791a61d3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2025-07-10T12:30:07+03:00 summary: [3.14] gh-13

[Python-checkins] gh-136438: Make sure `test_builtins` pass with all optimization levels (#136474)

2025-07-10 Thread sobolevn
https://github.com/python/cpython/commit/c17654334946b232aa296696cf70ec93a09d8156 commit: c17654334946b232aa296696cf70ec93a09d8156 branch: main author: sobolevn committer: sobolevn date: 2025-07-10T11:57:29+03:00 summary: gh-136438: Make sure `test_builtins` pass with all optimization levels (#1

[Python-checkins] [3.14] gh-136476: Remove creation of unused list (GH-136494) (GH-136495)

2025-07-10 Thread encukou
https://github.com/python/cpython/commit/78804219832a3965784093c76132beeadc762dc0 commit: 78804219832a3965784093c76132beeadc762dc0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-10T08:36:48Z summary: [3.14] gh-136476:

[Python-checkins] gh-136476: Remove creation of unused list (GH-136494)

2025-07-10 Thread encukou
https://github.com/python/cpython/commit/b44316a0976fb3fcd50bae9d67b0810ee0252d93 commit: b44316a0976fb3fcd50bae9d67b0810ee0252d93 branch: main author: Petr Viktorin committer: encukou date: 2025-07-10T08:12:23Z summary: gh-136476: Remove creation of unused list (GH-136494) files: M Modules/_re