[Python-checkins] gh-137056: Fix DTrace build support on NetBSD (GH-137057)

2025-08-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/54a5fdffc8e20f111e7a7d2df352e8be057177ff commit: 54a5fdffc8e20f111e7a7d2df352e8be057177ff branch: main author: Furkan Onder committer: serhiy-storchaka date: 2025-08-06T10:19:56+03:00 summary: gh-137056: Fix DTrace build support on NetBSD (GH-137057) fil

[Python-checkins] gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)

2025-08-06 Thread erlend-aasland
https://github.com/python/cpython/commit/247dab27fdde1f37a28fbebdaeb3e6ee369a009a commit: 247dab27fdde1f37a28fbebdaeb3e6ee369a009a branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2025-08-06T10:47:18+02:00 summary: gh-133390: Amend gh-135659 (sqlite3 docs update) (#137447)

[Python-checkins] [3.14] Doc: remove unused images (GH-137323) (#137324)

2025-08-06 Thread hugovk
https://github.com/python/cpython/commit/43d8f527c9997bcbf9341b96feba572aed373b1a commit: 43d8f527c9997bcbf9341b96feba572aed373b1a branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-0

[Python-checkins] [3.14] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137436)

2025-08-06 Thread hugovk
https://github.com/python/cpython/commit/9b8826b2c74cbaf77f584f2822183a251c86444c commit: 9b8826b2c74cbaf77f584f2822183a251c86444c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-0

[Python-checkins] gh-137450: macOS installer shell path management improvements (#137451)

2025-08-06 Thread ned-deily
https://github.com/python/cpython/commit/781eb1a688e0575a38c79575493f3ff83208a33e commit: 781eb1a688e0575a38c79575493f3ff83208a33e branch: main author: Ned Deily committer: ned-deily date: 2025-08-06T07:21:30-04:00 summary: gh-137450: macOS installer shell path management improvements (#137451)

[Python-checkins] [3.13] gh-137450: macOS installer shell path management improvements (GH-137451) (#137452)

2025-08-06 Thread ned-deily
https://github.com/python/cpython/commit/9cfa4dfe05539479a6aa652ee7df0691f39b3cc7 commit: 9cfa4dfe05539479a6aa652ee7df0691f39b3cc7 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ned-deily date: 2025-08-06T07:43:54-04:00 summary: [3.13] gh-1

[Python-checkins] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415)

2025-08-06 Thread vstinner
https://github.com/python/cpython/commit/ce1b747ff68754635b7b12870dfc527184ee3b39 commit: ce1b747ff68754635b7b12870dfc527184ee3b39 branch: main author: Victor Stinner committer: vstinner date: 2025-08-06T14:35:27+02:00 summary: gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (#137415) Fix name of

[Python-checkins] gh-134861: Add CSV output format to ``python -m asyncio ps`` (#134862)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/470cbe97a528c5f31823a0cd4e283bf02d5d11e7 commit: 470cbe97a528c5f31823a0cd4e283bf02d5d11e7 branch: main author: Daniele Parmeggiani <8658291+dpd...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-08-06T20

[Python-checkins] Docs: Use the correct example module in warnings.rst (#137402)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/37b9a5df9331fa76cdfc9d4fc05765c1136118ab commit: 37b9a5df9331fa76cdfc9d4fc05765c1136118ab branch: main author: Mendel Feygelson committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-08-06T22:51:59+01:00 summary: Docs: Use the correct

[Python-checkins] Docs: Small clarity change for ``except*`` (#121073)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/c653fba0167bfafa69f9726c7d6dc1680dcca825 commit: c653fba0167bfafa69f9726c7d6dc1680dcca825 branch: main author: Greg Stein committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-08-06T21:58:24Z summary: Docs: Small clarity change for `

[Python-checkins] [3.13] Docs: Use the correct example module in warnings.rst (GH-137402) (#137493)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/298ce3364c365f7e5461f848f2e53472abca79a9 commit: 298ce3364c365f7e5461f848f2e53472abca79a9 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] [3.13] Docs: Small clarity change for ``except*`` (GH-121073) (#137495)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/b772427902a9f2ea0141afdc62cf5f9fc404b315 commit: b772427902a9f2ea0141afdc62cf5f9fc404b315 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 202

[Python-checkins] gh-84683: Check `/share/zoneinfo` for zoneinfo files on Windows (GH-28495)

2025-08-06 Thread zooba
https://github.com/python/cpython/commit/3000594e929aea768fe0dd2437e0722ecfa2dbdc commit: 3000594e929aea768fe0dd2437e0722ecfa2dbdc branch: main author: Isuru Fernando committer: zooba date: 2025-08-06T23:05:41+01:00 summary: gh-84683: Check `/share/zoneinfo` for zoneinfo files on Windows (GH-28

[Python-checkins] [3.13] gh-134262: increase retries in `Tools/build/generate_sbom.py` … (#137496)

2025-08-06 Thread hugovk
https://github.com/python/cpython/commit/751a890f160cfc2b810d093aed7570fb98e2de62 commit: 751a890f160cfc2b810d093aed7570fb98e2de62 branch: 3.13 author: Emma Smith committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-07T07:17:28+03:00 summary: [3.13] gh-134262: increase retrie

[Python-checkins] gh-137499: Fixed dead link to NIST website (#137500)

2025-08-06 Thread hugovk
https://github.com/python/cpython/commit/3c1471d971ea2759d9de76e22230cd71cf4b7a07 commit: 3c1471d971ea2759d9de76e22230cd71cf4b7a07 branch: main author: tobiasjcat <70606111+tobiasj...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-07T08:41:16+03:

[Python-checkins] gh-137463: Update `validate_abstract_methods` in `test_collections.py` (#137464)

2025-08-06 Thread sobolevn
https://github.com/python/cpython/commit/5be872350d562e6c9987b09ff4b7bda80a2f9cd0 commit: 5be872350d562e6c9987b09ff4b7bda80a2f9cd0 branch: main author: Guilherme Leobas committer: sobolevn date: 2025-08-07T09:10:56+03:00 summary: gh-137463: Update `validate_abstract_methods` in `test_collections

[Python-checkins] gh-134861: Add 🍌SV output format to ``python -m asyncio ps`` (#137486)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/ee72c95aa947e5a87308e3657b6b3983805a086e commit: ee72c95aa947e5a87308e3657b6b3983805a086e branch: main author: Daniele Parmeggiani <8658291+dpd...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-08-06T20

[Python-checkins] Python 3.13.6

2025-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/4e665351082c50018fb31d80db25b4693057393e commit: 4e665351082c50018fb31d80db25b4693057393e branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-08-06T15:05:20+02:00 summary: Python 3.13.6 files: A Misc/NEWS.d/3.13.6.rst D Misc/NEWS.d/next/Build

[Python-checkins] [3.13] gh-134262: Add retries to generate_sbom.py (GH-134263) (#137468)

2025-08-06 Thread emmatyping
https://github.com/python/cpython/commit/7762de2527db63f2d25c1693bbb63f8921bddebb commit: 7762de2527db63f2d25c1693bbb63f8921bddebb branch: 3.13 author: Emma Smith committer: emmatyping date: 2025-08-06T15:58:08-07:00 summary: [3.13] gh-134262: Add retries to generate_sbom.py (GH-134263) (#137468

[Python-checkins] [3.14] Docs: add dunder and walrus to the glossary (GH-137430) (#137434)

2025-08-06 Thread hugovk
https://github.com/python/cpython/commit/25ae1af55e972a84506d000c03bb35e2033c0156 commit: 25ae1af55e972a84506d000c03bb35e2033c0156 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-08-0

[Python-checkins] GH-137466: Remove deprecated and undocumented `glob.glob0()` and `glob1()` (#137467)

2025-08-06 Thread barneygale
https://github.com/python/cpython/commit/f0a3c6ebc9bee22ddb318db1143317dc2cf06de1 commit: f0a3c6ebc9bee22ddb318db1143317dc2cf06de1 branch: main author: Barney Gale committer: barneygale date: 2025-08-06T17:13:58+01:00 summary: GH-137466: Remove deprecated and undocumented `glob.glob0()` and `glo

[Python-checkins] Further CODEOWNERS listings for Adam Turner (#137483)

2025-08-06 Thread AA-Turner
https://github.com/python/cpython/commit/ffb5a5372dd7c1f7c6cdc54021b5d6cc4d45862c commit: ffb5a5372dd7c1f7c6cdc54021b5d6cc4d45862c branch: main author: Adam Turner <9087854+aa-tur...@users.noreply.github.com> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2025-08-06T19:53:0

[Python-checkins] GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "build" (GH-37485)

2025-08-06 Thread brettcannon
https://github.com/python/cpython/commit/0953200b136bcb3293cc1bd57a062796ffcd529d commit: 0953200b136bcb3293cc1bd57a062796ffcd529d branch: main author: Brett Cannon committer: brettcannon date: 2025-08-06T12:28:54-07:00 summary: GH-137484: Have `Tools/wasm/wasi` use the build triple instead of "

[Python-checkins] [3.13] gh-58124: Avoid CP_UTF8 in UnicodeDecodeError (GH-137415) (#137461)

2025-08-06 Thread vstinner
https://github.com/python/cpython/commit/f2d6931656ace7957ab3492901d93d40057ce24e commit: f2d6931656ace7957ab3492901d93d40057ce24e branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2025-08-06T12:59:11Z summary: [3.13] gh-58124:

[Python-checkins] Use PyConfig_Get() in frozenmain.c (#137421)

2025-08-06 Thread vstinner
https://github.com/python/cpython/commit/3a79a122624bafe27252299b7f47f66a6059f732 commit: 3a79a122624bafe27252299b7f47f66a6059f732 branch: main author: Victor Stinner committer: vstinner date: 2025-08-06T14:33:28+02:00 summary: Use PyConfig_Get() in frozenmain.c (#137421) Replace private _Py_Ge

[Python-checkins] Use PyInitConfig API in _freeze_module.c (#137423)

2025-08-06 Thread vstinner
https://github.com/python/cpython/commit/c17f378c0efb67afb245fe2ef9e7dd2272541ff9 commit: c17f378c0efb67afb245fe2ef9e7dd2272541ff9 branch: main author: Victor Stinner committer: vstinner date: 2025-08-06T14:34:56+02:00 summary: Use PyInitConfig API in _freeze_module.c (#137423) files: M Program

[Python-checkins] [3.13] gh-137134: Update SQLite to 3.50.4 for binary releases (GH-137135) (#137455)

2025-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/1024f1ab8636e1cc0173092716a162613e409046 commit: 1024f1ab8636e1cc0173092716a162613e409046 branch: 3.13 author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: Yhg1s date: 2025-08-06T14:59:55+02:00 summary: [3.13] gh-137134: Update SQ

[Python-checkins] [3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#137445)

2025-08-06 Thread Yhg1s
https://github.com/python/cpython/commit/5c5574bfeb2d21813d371b6b8456438bdb63d74b commit: 5c5574bfeb2d21813d371b6b8456438bdb63d74b branch: 3.13 author: Serhiy Storchaka committer: Yhg1s date: 2025-08-06T15:02:26+02:00 summary: [3.13] gh-137056: Fix DTrace build support on NetBSD (GH-137057) (#13

[Python-checkins] gh-75989: TarFile.extractall and TarFile.extract now overwrite symlinks when extracting hardlinks (GH-137316)

2025-08-06 Thread encukou
https://github.com/python/cpython/commit/481d5b54556e97fed4cf1f48a2ccbc7b4f7aaa42 commit: 481d5b54556e97fed4cf1f48a2ccbc7b4f7aaa42 branch: main author: Alexander Urieles committer: encukou date: 2025-08-06T14:59:22+02:00 summary: gh-75989: TarFile.extractall and TarFile.extract now overwrite sym