[Python-checkins] gh-137716: Fix double period in AttributeError message for invalid mock assertions (#137717)

2025-08-14 Thread hauntsaninja
https://github.com/python/cpython/commit/8665769614183263a4370b35a4fdbe852e651e17 commit: 8665769614183263a4370b35a4fdbe852e651e17 branch: main author: ROHAN WINSOR <[email protected]> committer: hauntsaninja <[email protected]> date: 2025-08

[Python-checkins] [3.13] gh-134262: Catch both URLError and ConnectionError in retries (GH-135365) (#137779)

2025-08-14 Thread emmatyping
https://github.com/python/cpython/commit/785b39671982d270521010239f5d52d2d816a7b9 commit: 785b39671982d270521010239f5d52d2d816a7b9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: emmatyping date: 2025-08-14T12:56:42-07:00 summary: [3.13] gh-

[Python-checkins] gh-135241: Make unpickling of booleans in protocol 0 more strict (GH-135242)

2025-08-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/781294019db1247e6197d658cfcbc35c8c0ae25f commit: 781294019db1247e6197d658cfcbc35c8c0ae25f branch: main author: Justin Applegate <[email protected]> committer: serhiy-storchaka date: 2025-08-14T22:22:37+03:00 summary: gh-135241: M

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

2025-08-14 Thread zware
https://github.com/python/cpython/commit/4c29fc2b021e2525bcd6e2556b8278de8bace812 commit: 4c29fc2b021e2525bcd6e2556b8278de8bace812 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zware date: 2025-08-14T19:01:13Z summary: [3.13] gh-134262: Fi

[Python-checkins] [3.13] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665) (GH-137773)

2025-08-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a33596765b4d1add17e8e1ffc216c126325a14a3 commit: a33596765b4d1add17e8e1ffc216c126325a14a3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-14T21:44:16+03:00 summary: [3.1

[Python-checkins] Python 3.13.7

2025-08-14 Thread Yhg1s
https://github.com/python/cpython/commit/bcee1c322115c581da27600f2ae55e5439c027eb commit: bcee1c322115c581da27600f2ae55e5439c027eb branch: 3.13 author: Thomas Wouters committer: Yhg1s date: 2025-08-14T13:12:11+02:00 summary: Python 3.13.7 files: A Misc/NEWS.d/3.13.7.rst D Misc/NEWS.d/next/Core

[Python-checkins] gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665)

2025-08-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0cbbfc462119b9107b373c24d2bda5a1271bed36 commit: 0cbbfc462119b9107b373c24d2bda5a1271bed36 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-14T18:13:22Z summary: gh-135661: Fix CDATA section parsing in HTMLParser (GH-135665)

[Python-checkins] gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with `PYTHONSTARTUP` (#137625)

2025-08-14 Thread Eclips4
https://github.com/python/cpython/commit/04f8ef663be7589def9f456a2024e1707e3408ea commit: 04f8ef663be7589def9f456a2024e1707e3408ea branch: main author: adam j hartz committer: Eclips4 date: 2025-08-14T20:58:11+03:00 summary: gh-137576: Fix for Basic REPL showing incorrect code in tracebacks with

[Python-checkins] Update link to translating in the devguide in `bugs.rst` (#137736)

2025-08-14 Thread willingc
https://github.com/python/cpython/commit/8b8bd3d4ad80980e86562cd11ee30d3d6cedfab4 commit: 8b8bd3d4ad80980e86562cd11ee30d3d6cedfab4 branch: main author: Stan Ulbrych <[email protected]> committer: willingc date: 2025-08-14T09:14:50-07:00 summary: Update link to tran

[Python-checkins] gh-123299: Update What's new in Python 3.14: typos and misplaced item. (#136665)

2025-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/1665abadafdeeab63b1fc056e7e773aae9ed3e4f commit: 1665abadafdeeab63b1fc056e7e773aae9ed3e4f branch: main author: Hunter Hogan committer: AA-Turner <[email protected]> date: 2025-08-14T16:14:33Z summary: gh-123299: Update What's new i

[Python-checkins] Python 3.14.0rc2

2025-08-14 Thread hugovk
https://github.com/python/cpython/commit/31967d8de3d27889dd1819b8dccc2bdc17c030c1 commit: 31967d8de3d27889dd1819b8dccc2bdc17c030c1 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-08-14T15:19:47+0

[Python-checkins] [3.13] gh-109975: Indicate the minimum version for PyREPL in the tutorial (GH-136046) (#137767)

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

[Python-checkins] gh-109975: Indicate the minimum version for PyREPL in the tutorial (#136046)

2025-08-14 Thread AA-Turner
https://github.com/python/cpython/commit/c58020ed32e7e09ba68d4239af7fa516fcaf1b40 commit: c58020ed32e7e09ba68d4239af7fa516fcaf1b40 branch: main author: Konstantin Morenko committer: AA-Turner <[email protected]> date: 2025-08-14T16:45:12+01:00 summary: gh-109975: Indicate

[Python-checkins] gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700)

2025-08-14 Thread sobolevn
https://github.com/python/cpython/commit/04377a1bd161d2d05ef28a1988a2b61d79245fae commit: 04377a1bd161d2d05ef28a1988a2b61d79245fae branch: main author: sobolevn committer: sobolevn date: 2025-08-14T16:58:02+03:00 summary: gh-133403: Run `mypy` on `Tools/build/check_warnings.py` (#137700) files:

[Python-checkins] gh-74185: repr() of ImportError now contains attributes name and path (#136770)

2025-08-14 Thread vstinner
https://github.com/python/cpython/commit/c87b66bc7c21fca637a3f5c6fd3aa14316a05bc6 commit: c87b66bc7c21fca637a3f5c6fd3aa14316a05bc6 branch: main author: Yoav Nir <[email protected]> committer: vstinner date: 2025-08-14T15:14:00+02:00 summary: gh-74185: repr() of ImportError now contains attribu

[Python-checkins] gh-125854: Improve error messages for invalid category in the warnings module (GH-137750)

2025-08-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c47ffbf1a3615efac58a6ec0238929ac3c65bfea commit: c47ffbf1a3615efac58a6ec0238929ac3c65bfea branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-14T14:59:04+03:00 summary: gh-125854: Improve error messages for invalid category in

[Python-checkins] [3.14] gh-137749: Python 3.14 installer is for macOS 10.15 and later (GH-137753) (#137755)

2025-08-14 Thread hugovk
https://github.com/python/cpython/commit/27e128621c4aec8e1337110f942d887d18160ab7 commit: 27e128621c4aec8e1337110f942d887d18160ab7 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] gh-137749: Python 3.14 installer is for macOS 10.15 and later (#137753)

2025-08-14 Thread hugovk
https://github.com/python/cpython/commit/2a6888ea149f66031efc12dfa019ecfedb58410e commit: 2a6888ea149f66031efc12dfa019ecfedb58410e branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-08-14T14:01:45+0

[Python-checkins] [3.13] gh-131788: make resource_tracker re-entrant safe (GH-131787) (#137738)

2025-08-14 Thread Yhg1s
https://github.com/python/cpython/commit/d22276dc7d907d868f59e7b65f9d1c1af80bdfbe commit: d22276dc7d907d868f59e7b65f9d1c1af80bdfbe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-08-14T12:52:30+02:00 summary: [3.13] gh-13178

[Python-checkins] [3.14] GH-137573: mark _PyOptimizer_Optimize as no inline (GH-137731) (#137751)

2025-08-14 Thread hugovk
https://github.com/python/cpython/commit/7c0e6378c185313c7377e7e62658f85d0907c94f commit: 7c0e6378c185313c7377e7e62658f85d0907c94f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-1

[Python-checkins] gh-130821: Add type information to error messages for invalid return type (GH-130835)

2025-08-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/968f6e523afb9840d96cc18ba2eae7fdc7856b44 commit: 968f6e523afb9840d96cc18ba2eae7fdc7856b44 branch: main author: Semyon Moroz committer: serhiy-storchaka date: 2025-08-14T11:04:41+03:00 summary: gh-130821: Add type information to error messages for invalid

[Python-checkins] GH-137573: mark _PyOptimizer_Optimize as no inline (GH-137731)

2025-08-14 Thread encukou
https://github.com/python/cpython/commit/c9d70651889afa89a033e8daedcb1cd60c59653a commit: c9d70651889afa89a033e8daedcb1cd60c59653a branch: main author: Sachin Shah <[email protected]> committer: encukou date: 2025-08-14T08:00:00Z summary: GH-137573: mark _PyOptimizer_Op