[Python-checkins] [3.13] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303) (GH-137661)

2025-08-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4a630d7b297ed2f20825ba6bdf3796c6b743c025 commit: 4a630d7b297ed2f20825ba6bdf3796c6b743c025 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-12T05:17:24Z summary: [3.13] gh

[Python-checkins] gh-126008: Improve docstrings for Tkinter cget and configure methods (GH-133303)

2025-08-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/027cacb67ce1b16a96a6a2866299803eff16a4a6 commit: 027cacb67ce1b16a96a6a2866299803eff16a4a6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-12T07:55:01+03:00 summary: gh-126008: Improve docstrings for Tkinter cget and configu

[Python-checkins] [3.13] gh-137583: Only lock the SSL context, not the SSL socket (GH-137588) (GH-137613)

2025-08-11 Thread ZeroIntensity
https://github.com/python/cpython/commit/da39cb9716a5fd781e5ded25f0f203462c88aa02 commit: da39cb9716a5fd781e5ded25f0f203462c88aa02 branch: 3.13 author: Peter Bierma committer: ZeroIntensity date: 2025-08-11T22:05:13-04:00 summary: [3.13] gh-137583: Only lock the SSL context, not the SSL socket (

[Python-checkins] [3.13] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (GH-131868) (#137657)

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

[Python-checkins] gh-131885: Use positional-only markers for ``max()`` and ``min()`` (#131868)

2025-08-11 Thread AA-Turner
https://github.com/python/cpython/commit/dd079db4b96fa474b8e6d71ae9db662c4ce28caf commit: dd079db4b96fa474b8e6d71ae9db662c4ce28caf branch: main author: Evan Kohilas committer: AA-Turner <[email protected]> date: 2025-08-12T00:29:17+01:00 summary: gh-131885: Use positional

[Python-checkins] [3.13] gh-125897: Mark range function parameters as positional only (GH-125945) (#137653)

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

[Python-checkins] GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader` (GH-137567)

2025-08-11 Thread brettcannon
https://github.com/python/cpython/commit/7140b99b0d0952167f7fdd747e6c28a8c8a2d768 commit: 7140b99b0d0952167f7fdd747e6c28a8c8a2d768 branch: main author: Brett Cannon committer: brettcannon date: 2025-08-11T16:18:54-07:00 summary: GH-137426: Remove code deprecation of `importlib.abc.ResourceLoader

[Python-checkins] gh-125897: Mark range function parameters as positional only (#125945)

2025-08-11 Thread terryjreedy
https://github.com/python/cpython/commit/0c83daaf458389517989bc28625e8ba8cf24e651 commit: 0c83daaf458389517989bc28625e8ba8cf24e651 branch: main author: Konstantin Baikov committer: terryjreedy date: 2025-08-11T19:12:55-04:00 summary: gh-125897: Mark range function parameters as positional only (

[Python-checkins] [3.13] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471) (gh-137649)

2025-08-11 Thread colesbury
https://github.com/python/cpython/commit/e236568c0ea301591ca1517d39ce337e6ee0a48f commit: e236568c0ea301591ca1517d39ce337e6ee0a48f branch: 3.13 author: Sam Gross committer: colesbury date: 2025-08-11T16:07:21Z summary: [3.13] gh-137400: Fix a crash when disabling profiling across all threads (g

[Python-checkins] gh-137400: Fix a crash when disabling profiling across all threads (gh-137471)

2025-08-11 Thread colesbury
https://github.com/python/cpython/commit/362692852f13cdd1d33cc7ed35c0cbac7af1a785 commit: 362692852f13cdd1d33cc7ed35c0cbac7af1a785 branch: main author: Sam Gross committer: colesbury date: 2025-08-11T11:41:44-04:00 summary: gh-137400: Fix a crash when disabling profiling across all threads (gh-1

[Python-checkins] [3.14] gh-137200: support frame lineno setter with `BRANCH_LEFT` and `BRANCH_RIGHT` events (GH-137229) (#137280)

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

[Python-checkins] [3.13] Add test for opening an SQLite with bytes path (GH-136331) (GH-137633)

2025-08-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/63a949487840f9b4b1d81df3aba06230ca8e5c28 commit: 63a949487840f9b4b1d81df3aba06230ca8e5c28 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-11T16:04:54+03:00 summary: [3.1

[Python-checkins] gh-115766: Fix IPv4Interface.is_unspecified (GH-137326)

2025-08-11 Thread encukou
https://github.com/python/cpython/commit/deb0020e3d478fa72104b82e2ba1a1c0c6eb4eae commit: deb0020e3d478fa72104b82e2ba1a1c0c6eb4eae branch: main author: AN Long committer: encukou date: 2025-08-11T15:04:47+02:00 summary: gh-115766: Fix IPv4Interface.is_unspecified (GH-137326) files: A Misc/NEWS.

[Python-checkins] gh-128813: cleanup C-API docs for PyComplexObject (GH-137579)

2025-08-11 Thread encukou
https://github.com/python/cpython/commit/bc4996c125b3cd5c73d41c6bf4e71571a2b832c2 commit: bc4996c125b3cd5c73d41c6bf4e71571a2b832c2 branch: main author: Sergey B Kirpichev committer: encukou date: 2025-08-11T13:51:39+02:00 summary: gh-128813: cleanup C-API docs for PyComplexObject (GH-137579) *

[Python-checkins] gh-135953: Profile a module or script with sampling profiler (#136777)

2025-08-11 Thread pablogsal
https://github.com/python/cpython/commit/4497ad409eb2c0d2630b4fa6d8092a5cf1dc1497 commit: 4497ad409eb2c0d2630b4fa6d8092a5cf1dc1497 branch: main author: László Kiss Kollár committer: pablogsal date: 2025-08-11T12:36:43+01:00 summary: gh-135953: Profile a module or script with sampling profiler (#

[Python-checkins] [3.13] Fix documentation of hash in PyHash_FuncDef (GH-137595) (#137643)

2025-08-11 Thread vstinner
https://github.com/python/cpython/commit/0c8c7fb2dc0076ef25fd01447ee21af21b35e5fd commit: 0c8c7fb2dc0076ef25fd01447ee21af21b35e5fd branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-08-11T11:25:13Z summary: [3.13] Fix docume

[Python-checkins] Fix documentation of hash in PyHash_FuncDef (#137595)

2025-08-11 Thread vstinner
https://github.com/python/cpython/commit/70218b40082396d68c277667fc9bb7f87d095e3c commit: 70218b40082396d68c277667fc9bb7f87d095e3c branch: main author: da-woods committer: vstinner date: 2025-08-11T13:18:37+02:00 summary: Fix documentation of hash in PyHash_FuncDef (#137595) Because of a small

[Python-checkins] [3.14] Update pre-commit hooks (GH-137591) (#137621)

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