[Python-checkins] [3.14] gh-134262: Add retries to generate_sbom.py (GH-134460)

2025-05-28 Thread zware
https://github.com/python/cpython/commit/7dc4496655cdc0d698396ff5ca4ef3128aa7fe53 commit: 7dc4496655cdc0d698396ff5ca4ef3128aa7fe53 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-05-28T23:52:31Z summary: [3.14] gh-134262: Ad

[Python-checkins] [3.14] gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134865)

2025-05-28 Thread zware
https://github.com/python/cpython/commit/34b451532b71249e666428a6bd779eaf289958a7 commit: 34b451532b71249e666428a6bd779eaf289958a7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-05-28T23:47:26Z summary: [3.14] gh-134262: Ad

[Python-checkins] gh-134262: Fix off by one errors in download retry functions (GH-134867)

2025-05-28 Thread zware
https://github.com/python/cpython/commit/e64395e8eb8d3a9e35e3e534e87d427ff27ab0a5 commit: e64395e8eb8d3a9e35e3e534e87d427ff27ab0a5 branch: main author: Emma Smith committer: zware date: 2025-05-28T18:15:39-05:00 summary: gh-134262: Fix off by one errors in download retry functions (GH-134867) f

[Python-checkins] gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820)

2025-05-28 Thread zooba
https://github.com/python/cpython/commit/029eceaf058b6985f5a9d56ea62472833c35b1fb commit: 029eceaf058b6985f5a9d56ea62472833c35b1fb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-05-28T21:45:01Z summary: gh-134262: Add retri

[Python-checkins] gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820)

2025-05-28 Thread zooba
https://github.com/python/cpython/commit/e9d845b41dca9ad84b76ef777d05e647a4b4d8cd commit: e9d845b41dca9ad84b76ef777d05e647a4b4d8cd branch: main author: Emma Smith committer: zooba date: 2025-05-28T22:18:34+01:00 summary: gh-134262: Add retries to downloads in PCbuild\get_external.py (GH-134820)

[Python-checkins] Add a tool to benchmark external inspection (#134810)

2025-05-28 Thread pablogsal
https://github.com/python/cpython/commit/e496444fdfb2a64b4c7c2075fc53cc69f7c01677 commit: e496444fdfb2a64b4c7c2075fc53cc69f7c01677 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-28T21:27:24+01:00 summary: Add a tool to benchmark external inspection (#134810) files

[Python-checkins] GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (GH-134725)

2025-05-28 Thread markshannon
https://github.com/python/cpython/commit/9fbd66a93d526c49fac8e1427c25e8f7f4154e29 commit: 9fbd66a93d526c49fac8e1427c25e8f7f4154e29 branch: main author: Mark Shannon committer: markshannon date: 2025-05-28T19:03:41+01:00 summary: GH-133912: Fix `PyObject_GenericSetDict` to handle inline values (G

[Python-checkins] [3.14] gh-108885: Imporove tests for doctest (GH-134832) (GH-134855)

2025-05-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/52bae918c371eb4fcc5dec6ffdf8b7d306218cf8 commit: 52bae918c371eb4fcc5dec6ffdf8b7d306218cf8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-28T17:41:07Z summary: [3.14] gh

[Python-checkins] [3.13] gh-108885: Imporove tests for doctest (GH-134832) (GH-134856)

2025-05-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/dcfb22935f9a8526ee581ee088d24b289167cd5c commit: dcfb22935f9a8526ee581ee088d24b289167cd5c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-05-28T17:38:02Z summary: [3.13] gh

[Python-checkins] gh-108885: Imporove tests for doctest (GH-134832)

2025-05-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f6324bc7eedc615c3c961fe368a8c56697d42936 commit: f6324bc7eedc615c3c961fe368a8c56697d42936 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-28T20:14:56+03:00 summary: gh-108885: Imporove tests for doctest (GH-134832) Test th

[Python-checkins] gh-108512: Add and use new replacements for PySys_GetObject() (GH-111035)

2025-05-28 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bac3fcba5b2d83aa294267a456ccc36d86151dd4 commit: bac3fcba5b2d83aa294267a456ccc36d86151dd4 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-05-28T20:11:09+03:00 summary: gh-108512: Add and use new replacements for PySys_GetObjec

[Python-checkins] [3.14] GH-134848: Use a set to store ``AuditEvents.sources`` (GH-134849) (#134853)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/381144f0431fc27e8b49d72d40434c8666a92ff5 commit: 381144f0431fc27e8b49d72d40434c8666a92ff5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] GH-134848: Use a set to store ``AuditEvents.sources`` (GH-134849) (#134854)

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

[Python-checkins] GH-134848: Use a set to store ``AuditEvents.sources`` (#134849)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/b265a7ddeb12b2040d80b471d447ce4c3ff4bb95 commit: b265a7ddeb12b2040d80b471d447ce4c3ff4bb95 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-28T17:30:5

[Python-checkins] [3.14] gh-132983: Convert dict_content to take Py_buffer in ``ZstdDict()`` (GH-133924) (#134723)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/4841201666a5ca028ec593ccf6ecf6f77ad3303b commit: 4841201666a5ca028ec593ccf6ecf6f77ad3303b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-132983: Split ``_zstd_set_c_parameters`` (GH-133921) (#134838)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/117bb29f6bc41953a5e5fa50ab670cfce1d9f7a7 commit: 117bb29f6bc41953a5e5fa50ab670cfce1d9f7a7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.14] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134851)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/072d03352cdec9dcefa4073bb75cdb52cd50106d commit: 072d03352cdec9dcefa4073bb75cdb52cd50106d branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-28T16:10:37Z summary: [3.14] gh-133711:

[Python-checkins] [3.13] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (GH-134841) (#134852)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/07d4b6313f6cb8d78da930dcf03daa0d6303e1ee commit: 07d4b6313f6cb8d78da930dcf03daa0d6303e1ee branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-28T16:08:08Z summary: [3.13] gh-133711:

[Python-checkins] [3.13] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134846)

2025-05-28 Thread gpshead
https://github.com/python/cpython/commit/a0287bf574e0b76892026ae7c8d4642fdbe872ec commit: a0287bf574e0b76892026ae7c8d4642fdbe872ec branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-28T15:46:40Z summary: [3.13] gh-128840:

[Python-checkins] [3.14] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (GH-134836) (#134845)

2025-05-28 Thread gpshead
https://github.com/python/cpython/commit/24404494fb4113dba590e601b3bf026c9902927e commit: 24404494fb4113dba590e601b3bf026c9902927e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-05-28T15:50:40Z summary: [3.14] gh-128840:

[Python-checkins] [3.14] gh-133711: Fix test_regrtest for PYTHONUTF8=1 (GH-134839) (#134842)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/afb5221b3d4d70380063b6694044ea84a94db19c commit: afb5221b3d4d70380063b6694044ea84a94db19c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-28T15:48:03Z summary: [3.14] gh-133711:

[Python-checkins] [3.13] gh-133711: Fix test_regrtest for PYTHONUTF8=1 (GH-134839) (#134843)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/5511533f59b51cc2fd5e6dbf09a59def5c1e5cb5 commit: 5511533f59b51cc2fd5e6dbf09a59def5c1e5cb5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-28T15:44:03Z summary: [3.13] gh-133711:

[Python-checkins] gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (#134841)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/4635115c3f1495fa20e553937df37861fffa7054 commit: 4635115c3f1495fa20e553937df37861fffa7054 branch: main author: Victor Stinner committer: vstinner date: 2025-05-28T17:43:52+02:00 summary: gh-133711: Fix test_readline.test_nonascii() for UTF-8 Mode (#134841

[Python-checkins] gh-133711: Log Windows OEM code page in test.pythoninfo (#134840)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/d9ec0ee733d6e0ae824581bae9db8f4d5314e2c7 commit: d9ec0ee733d6e0ae824581bae9db8f4d5314e2c7 branch: main author: Victor Stinner committer: vstinner date: 2025-05-28T17:41:11+02:00 summary: gh-133711: Log Windows OEM code page in test.pythoninfo (#134840) A

[Python-checkins] gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 address (#134836)

2025-05-28 Thread gpshead
https://github.com/python/cpython/commit/d83576bf48d07d5e29d5d171c4e25afb048622aa commit: d83576bf48d07d5e29d5d171c4e25afb048622aa branch: main author: Serhiy Storchaka committer: gpshead date: 2025-05-28T08:24:24-07:00 summary: gh-128840: Fix parsing long IPv6 addresses with embedded IPv4 addre

[Python-checkins] gh-133711: Fix test_regrtest for PYTHONUTF8=1 (#134839)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/91618278e7cd1ffc222efa03bb5334bd5a13dc5b commit: 91618278e7cd1ffc222efa03bb5334bd5a13dc5b branch: main author: Victor Stinner committer: vstinner date: 2025-05-28T17:19:50+02:00 summary: gh-133711: Fix test_regrtest for PYTHONUTF8=1 (#134839) Use "backsl

[Python-checkins] gh-132983: Split ``_zstd_set_c_parameters`` (#133921)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/11f7a939debd7731d1cb79ed84a473fa87c279c8 commit: 11f7a939debd7731d1cb79ed84a473fa87c279c8 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-28T14:45:0

[Python-checkins] gh-128629: Add _Py_PACK_VERSION for CPython's own definitions (GH-134247)

2025-05-28 Thread encukou
https://github.com/python/cpython/commit/0d499c7e938d58916648a0032f73aa38034b6a93 commit: 0d499c7e938d58916648a0032f73aa38034b6a93 branch: main author: Petr Viktorin committer: encukou date: 2025-05-28T15:24:40+02:00 summary: gh-128629: Add _Py_PACK_VERSION for CPython's own definitions (GH-1342

[Python-checkins] [3.13] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134824)

2025-05-28 Thread vsajip
https://github.com/python/cpython/commit/8e60e6ca847f45d186cbdcf8ee79a500f9029235 commit: 8e60e6ca847f45d186cbdcf8ee79a500f9029235 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-28T12:32:57Z summary: [3.13] gh-134817: D

[Python-checkins] [3.14] gh-134817: Document [Timed]RotatingFileHandler shouldRollover method (GH-134818) (GH-134823)

2025-05-28 Thread vsajip
https://github.com/python/cpython/commit/7515384974cb5a49c98f7bdd1061948e653fb0ee commit: 7515384974cb5a49c98f7bdd1061948e653fb0ee branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vsajip date: 2025-05-28T12:32:59Z summary: [3.14] gh-134817: D

[Python-checkins] [3.13] gh-134744: Fix fcntl error handling (GH-134748) (GH-134795) (#134798)

2025-05-28 Thread vstinner
https://github.com/python/cpython/commit/741040236e05a3789e5d9756530b5ff92e0bc52d commit: 741040236e05a3789e5d9756530b5ff92e0bc52d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-05-28T12:54:53+02:00 summary: [3.13] gh-13

[Python-checkins] [3.13] gh-134160: Block multiple module initialization (GH-134773) (#134828)

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

[Python-checkins] [3.14] gh-134160: Block multiple module initialization (GH-134773) (#134827)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/998cedb9bc6b37930d50fa7eca7e2ddf35b433b2 commit: 998cedb9bc6b37930d50fa7eca7e2ddf35b433b2 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] gh-134160: Block multiple module initialization (#134773)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/469a56470b1d8df03862d8ceb73aebca14772dcf commit: 469a56470b1d8df03862d8ceb73aebca14772dcf branch: main author: Petr Viktorin committer: AA-Turner <[email protected]> date: 2025-05-28T08:53:04+01:00 summary: gh-134160: Block multipl

[Python-checkins] [3.14] Update outdated statement from `math` about C standard (GH-134621) (#134825)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/2194729f3ad80074dfb563970833844137c11fa4 commit: 2194729f3ad80074dfb563970833844137c11fa4 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202

[Python-checkins] [3.13] Update outdated statement from `math` about C standard (GH-134621) (#134826)

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

[Python-checkins] Update outdated statement from `math` about C standard (#134621)

2025-05-28 Thread AA-Turner
https://github.com/python/cpython/commit/21672b694bd1786bad6eb71a9eff89291a91554b commit: 21672b694bd1786bad6eb71a9eff89291a91554b branch: main author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2025-05-28T08:3