[Python-checkins] [3.14] gh-143930: Tweak the exception message and increase test coverage (GH-146476) (GH-148042)

2026-04-03 Thread ambv
https://github.com/python/cpython/commit/594b5a05dc9913880ac92eded440defbf32a28d1 commit: 594b5a05dc9913880ac92eded440defbf32a28d1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2026-04-03T18:28:52+02:00 summary: [3.14] gh-143930

[Python-checkins] [3.10] Remove MSI build from security-only branch (GH-148007) (GH-148008) (#148009)

2026-04-03 Thread hugovk
https://github.com/python/cpython/commit/0ee938dce076490b2cd598f8685abe0a02b6130c commit: 0ee938dce076490b2cd598f8685abe0a02b6130c branch: 3.10 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-03T19:28:38+0

[Python-checkins] gh-145098: Use `macos-15-intel` instead of unstable `macos-26-intel` (#148038)

2026-04-03 Thread hugovk
https://github.com/python/cpython/commit/cb76ab3819f778e55a3f49ddb1f681ee20978eda commit: cb76ab3819f778e55a3f49ddb1f681ee20978eda branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2026-04-03T19:23:29+0

[Python-checkins] [3.13] gh-143930: Tweak the exception message and increase test coverage (GH-146476) (GH-148045)

2026-04-03 Thread ambv
https://github.com/python/cpython/commit/89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4 commit: 89bfb8e5ed3c7caa241028f1a4eac5f6275a46a4 branch: 3.13 author: Łukasz Langa committer: ambv date: 2026-04-03T19:45:02+02:00 summary: [3.13] gh-143930: Tweak the exception message and increase test coverage

[Python-checkins] test_copy_dir_no_read_permission requires non root user (GH-148028)

2026-04-03 Thread encukou
https://github.com/python/cpython/commit/3908593039bde9d4b591ab09919003ee57418d64 commit: 3908593039bde9d4b591ab09919003ee57418d64 branch: main author: Jakub Kulík committer: encukou date: 2026-04-03T10:47:59+02:00 summary: test_copy_dir_no_read_permission requires non root user (GH-148028) Thi

[Python-checkins] gh-126676: Expand argparse docs for type=bool with warning and alternatives (#146435)

2026-04-03 Thread savannahostrowski
https://github.com/python/cpython/commit/80d0a85d969d305c7436dc54f8939d7b6f441b5f commit: 80d0a85d969d305c7436dc54f8939d7b6f441b5f branch: main author: Joshua Swanson <[email protected]> committer: savannahostrowski date: 2026-04-03T18:07:03Z summary: gh-126676: Expa

[Python-checkins] [3.13] gh-126676: Expand argparse docs for type=bool with warning and alternatives (GH-146435) (#148049)

2026-04-03 Thread savannahostrowski
https://github.com/python/cpython/commit/9ff584503edd11c2c86f8b4a477804c90fd40295 commit: 9ff584503edd11c2c86f8b4a477804c90fd40295 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2026-04-03T12:10:09-07:00 summary: [3.

[Python-checkins] [3.14] gh-126676: Expand argparse docs for type=bool with warning and alternatives (GH-146435) (#148048)

2026-04-03 Thread savannahostrowski
https://github.com/python/cpython/commit/f4c9bc899b982b9742b45cff0643fa34de3dc84d commit: f4c9bc899b982b9742b45cff0643fa34de3dc84d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: savannahostrowski date: 2026-04-03T12:10:19-07:00 summary: [3.

[Python-checkins] [3.10] gh-143930: Tweak the exception message and increase test coverage (GH-146476) (GH-148045) (GH-148051) (GH-148053)

2026-04-03 Thread ambv
https://github.com/python/cpython/commit/591ed890270c5697b013bf637029fb3e6cd2d73e commit: 591ed890270c5697b013bf637029fb3e6cd2d73e branch: 3.10 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2026-04-03T22:53:24+02:00 summary: [3.10] gh-143930

[Python-checkins] [3.11] gh-143930: Tweak the exception message and increase test coverage (GH-146476) (GH-148045) (GH-148051) (GH-148052)

2026-04-03 Thread ambv
https://github.com/python/cpython/commit/96fc5048605863c7b6fd6289643feb0e97edd96c commit: 96fc5048605863c7b6fd6289643feb0e97edd96c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2026-04-04T00:53:49+02:00 summary: [3.11] gh-143930

[Python-checkins] gh-146073: Add fitness/exit quality mechanism for JIT trace frontend (GH-147966)

2026-04-03 Thread Fidget-Spinner
https://github.com/python/cpython/commit/198b04b75f7425c401ffe40a748688a89d28dd59 commit: 198b04b75f7425c401ffe40a748688a89d28dd59 branch: main author: Hai Zhu committer: Fidget-Spinner date: 2026-04-03T23:54:30+08:00 summary: gh-146073: Add fitness/exit quality mechanism for JIT trace frontend

[Python-checkins] [3.12] gh-143930: Tweak the exception message and increase test coverage (GH-146476) (GH-148045) (GH-148051)

2026-04-03 Thread ambv
https://github.com/python/cpython/commit/cc023511238ad93ecc8796157c6f9139a2bb2932 commit: cc023511238ad93ecc8796157c6f9139a2bb2932 branch: 3.12 author: Łukasz Langa committer: ambv date: 2026-04-03T22:20:03+02:00 summary: [3.12] gh-143930: Tweak the exception message and increase test coverage

[Python-checkins] GH-146210: Fix building the jit stencils on Windows when the interpreter is built with a different clang version (#146338)

2026-04-03 Thread savannahostrowski
https://github.com/python/cpython/commit/dea4083aa952c955a7c3a7657034bd38889a4e22 commit: dea4083aa952c955a7c3a7657034bd38889a4e22 branch: main author: Chris Eibl <[email protected]> committer: savannahostrowski date: 2026-04-03T12:42:13-07:00 summary: GH-146210: Fix b

[Python-checkins] gh-146450: Normalise feature set of Android build script with other platform build scripts (#146451)

2026-04-03 Thread freakboy3742
https://github.com/python/cpython/commit/b8470deb5d52f524ae18c6f232fecfc99b133397 commit: b8470deb5d52f524ae18c6f232fecfc99b133397 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2026-04-04T11:42:04+08:00 summary: gh-146450: Normalise feature set of Android build script wi

[Python-checkins] gh-131798: JIT inline function addresses of builtin methods (#146906)

2026-04-03 Thread kumaraditya303
https://github.com/python/cpython/commit/7e275d49658390fc788437b28dabef9f7fc65a27 commit: 7e275d49658390fc788437b28dabef9f7fc65a27 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2026-04-04T09:12:13+05:30 summary: gh-131798: JIT inline function addresses of builtin methods (#1

[Python-checkins] [3.14] gh-146541: Allow building the Android testbed for 32-bit targets (GH-146542) (#148064)

2026-04-03 Thread freakboy3742
https://github.com/python/cpython/commit/ab3d37fab654e2a11a65f05022371e3ea2d8f770 commit: ab3d37fab654e2a11a65f05022371e3ea2d8f770 branch: 3.14 author: Russell Keith-Magee committer: freakboy3742 date: 2026-04-04T03:58:20Z summary: [3.14] gh-146541: Allow building the Android testbed for 32-bit

[Python-checkins] [3.14] gh-146450: Normalise feature set of Android build script with other platform build scripts (GH-146451) (#148065)

2026-04-03 Thread freakboy3742
https://github.com/python/cpython/commit/83ee46c4c937b90888fd12a5329c3ddaa0c6ab46 commit: 83ee46c4c937b90888fd12a5329c3ddaa0c6ab46 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2026-04-04T12:27:49+08:00 summary: [3.14] g

[Python-checkins] [3.13] gh-146450: Normalise feature set of Android build script with other platform build scripts (GH-146451) (#148066)

2026-04-03 Thread freakboy3742
https://github.com/python/cpython/commit/140074eae6c412f83cf3a4b60a032c3298cda951 commit: 140074eae6c412f83cf3a4b60a032c3298cda951 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2026-04-04T12:27:56+08:00 summary: [3.13] g

[Python-checkins] gh-148022: Add threat model to remote debugging docs (#148024)

2026-04-03 Thread sethmlarson
https://github.com/python/cpython/commit/edab6860a7d6c49b5d5762e1c094aa0261245a9c commit: edab6860a7d6c49b5d5762e1c094aa0261245a9c branch: main author: Pablo Galindo Salgado committer: sethmlarson date: 2026-04-03T14:20:50Z summary: gh-148022: Add threat model to remote debugging docs (#148024)

[Python-checkins] [3.14] gh-148022: Add threat model to remote debugging docs (GH-148024) (#148039)

2026-04-03 Thread sethmlarson
https://github.com/python/cpython/commit/3d49e490e21efaa5ed251c26726f6a9052151a0e commit: 3d49e490e21efaa5ed251c26726f6a9052151a0e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: sethmlarson date: 2026-04-03T14:34:36Z summary: [3.14] gh-1480

[Python-checkins] gh-125895: Fix static asset location for `sphinx-notfound-page` (#147984)

2026-04-03 Thread StanFromIreland
https://github.com/python/cpython/commit/80ab6d958a0e4aa322aaf96994c43cd637496be6 commit: 80ab6d958a0e4aa322aaf96994c43cd637496be6 branch: main author: Stan Ulbrych committer: StanFromIreland date: 2026-04-03T16:19:30+01:00 summary: gh-125895: Fix static asset location for `sphinx-notfound-page`

[Python-checkins] [3.13] gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (GH-147973) (#148006)

2026-04-03 Thread vstinner
https://github.com/python/cpython/commit/2a00d94fb252d8cf3c474d65851782c21a5153e5 commit: 2a00d94fb252d8cf3c474d65851782c21a5153e5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2026-04-03T12:35:26Z summary: [3.13] gh-143394:

[Python-checkins] [3.14] gh-146907: Clarify ABI compatibility between debug and release builds (GH-146925) (GH-147971)

2026-04-03 Thread encukou
https://github.com/python/cpython/commit/6996c8303b13cfe20067f0adffb668565d5707ab commit: 6996c8303b13cfe20067f0adffb668565d5707ab branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-04-03T10:02:36+02:00 summary: [3.14] gh-146

[Python-checkins] [3.13] gh-146907: Clarify ABI compatibility between debug and release builds (GH-146925) (GH-147972)

2026-04-03 Thread encukou
https://github.com/python/cpython/commit/1e60efd299a8e21fe937ce4a56951042ffef3033 commit: 1e60efd299a8e21fe937ce4a56951042ffef3033 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2026-04-03T10:03:09+02:00 summary: [3.13] gh-146

[Python-checkins] gh-143930: Tweak the exception message and increase test coverage (GH-146476)

2026-04-03 Thread ambv
https://github.com/python/cpython/commit/3681d47a440865aead912a054d4599087b4270dd commit: 3681d47a440865aead912a054d4599087b4270dd branch: main author: Łukasz Langa committer: ambv date: 2026-04-03T17:31:25+02:00 summary: gh-143930: Tweak the exception message and increase test coverage (GH-1464

[Python-checkins] [3.13] gh-125895: Fix static asset location for `sphinx-notfound-page` (GH-147984) (#148041)

2026-04-03 Thread StanFromIreland
https://github.com/python/cpython/commit/1a188aa082bd73e6f191fee97e90ee8f753c0c80 commit: 1a188aa082bd73e6f191fee97e90ee8f753c0c80 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: StanFromIreland date: 2026-04-03T16:40:32+01:00 summary: [3.13

[Python-checkins] [3.14] gh-125895: Fix static asset location for `sphinx-notfound-page` (GH-147984) (#148040)

2026-04-03 Thread StanFromIreland
https://github.com/python/cpython/commit/242ededffd27c9b9a13c2d91e52f6a4b4792 commit: 242ededffd27c9b9a13c2d91e52f6a4b4792 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: StanFromIreland date: 2026-04-03T16:40:12+01:00 summary: [3.14

[Python-checkins] gh-146541: Allow building the Android testbed for 32-bit targets (#146542)

2026-04-03 Thread freakboy3742
https://github.com/python/cpython/commit/848bbe9ff21ae0a3ee412cc25843835ace4f75df commit: 848bbe9ff21ae0a3ee412cc25843835ace4f75df branch: main author: Robert Kirkman <[email protected]> committer: freakboy3742 date: 2026-04-04T11:27:27+08:00 summary: gh-146541: Allo