[Python-checkins] gh-124111: test macOS CI with Tk 9 (#137424)

2025-10-13 Thread ned-deily
https://github.com/python/cpython/commit/9c1279d5de573926acd72ca70c085d016470fd07 commit: 9c1279d5de573926acd72ca70c085d016470fd07 branch: main author: Hugo van Kemenade <[email protected]> committer: ned-deily date: 2025-10-14T00:00:58-04:00 summary: gh-124111: test macOS C

[Python-checkins] [3.13] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016) (#140073)

2025-10-13 Thread JelleZijlstra
https://github.com/python/cpython/commit/cbcee9a0f018779b7f41436afe62090a0c4405a9 commit: cbcee9a0f018779b7f41436afe62090a0c4405a9 branch: 3.13 author: Mikhail Efimov committer: JelleZijlstra date: 2025-10-13T20:02:32-07:00 summary: [3.13] gh-14: Traverse `name` attribute for `TypeVar`, `Typ

[Python-checkins] [3.14] gh-101100: Fix reference warnings in `c-api/init.rst` documenting `PyGILState_STATE` (GH-139572) (#139832)

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

[Python-checkins] [3.14] gh-140000: Traverse `name` attribute for `TypeVar`, `TypeVarTuple`, `TypeAliasType`, `ParamSpec` (GH-140016) (#140063)

2025-10-13 Thread JelleZijlstra
https://github.com/python/cpython/commit/7a13953bc33a0c8a1835b565833dfc1b92b80e20 commit: 7a13953bc33a0c8a1835b565833dfc1b92b80e20 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2025-10-13T20:36:24Z summary: [3.14] gh-14

[Python-checkins] gh-140001: Remove obsolete TCL_WIN_SOCKET macro (from Tcl 7.x) from _tkinter.c (GH-139998)

2025-10-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a00655b8775e00fb27644ac37c4e109d42dce5cd commit: a00655b8775e00fb27644ac37c4e109d42dce5cd branch: main author: mdehoon committer: serhiy-storchaka date: 2025-10-13T13:29:42+03:00 summary: gh-140001: Remove obsolete TCL_WIN_SOCKET macro (from Tcl 7.x) from

[Python-checkins] gh-140009: Improve performance of `list_extend_dictitems` by using `PyTuple_FromArray` (#140010)

2025-10-13 Thread kumaraditya303
https://github.com/python/cpython/commit/e6aa5152964647e548929a10d2d0fe2a7c5d875a commit: e6aa5152964647e548929a10d2d0fe2a7c5d875a branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-10-13T15:58:25+05:30 summary: gh-140009: Improve performance of `list_extend_dictitems` by

[Python-checkins] [3.14] gh-105487: Fix `__dir__` entries of `GenericAlias` (GH-138578) (GH-138629)

2025-10-13 Thread encukou
https://github.com/python/cpython/commit/09fdd219a5e81019dc56f3cf8793dd83b6176ae8 commit: 09fdd219a5e81019dc56f3cf8793dd83b6176ae8 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-10-07T23:12:13+02:00 summary: [3.14] gh-105

[Python-checkins] gh-139810: Always generate -dev tags for PyManager packages (GH-139814)

2025-10-13 Thread zooba
https://github.com/python/cpython/commit/c46265d94a2d2c5bcaabbbc312f8f6ac9162cd5f commit: c46265d94a2d2c5bcaabbbc312f8f6ac9162cd5f branch: main author: Steve Dower committer: zooba date: 2025-10-13T20:43:14+01:00 summary: gh-139810: Always generate -dev tags for PyManager packages (GH-139814) f

[Python-checkins] [3.14] gh-125996: fix thread safety of `collections.OrderedDict` (GH-133734) (#140053)

2025-10-13 Thread kumaraditya303
https://github.com/python/cpython/commit/511078099a5ce5a52b272539d38e08f28d1b5ff1 commit: 511078099a5ce5a52b272539d38e08f28d1b5ff1 branch: 3.14 author: Kumar Aditya committer: kumaraditya303 date: 2025-10-13T23:25:24+05:30 summary: [3.14] gh-125996: fix thread safety of `collections.OrderedDict`

[Python-checkins] gh-125996: fix thread safety of `collections.OrderedDict` (#133734)

2025-10-13 Thread kumaraditya303
https://github.com/python/cpython/commit/6481539a6d9692ddf13ab01baad1bc9133409413 commit: 6481539a6d9692ddf13ab01baad1bc9133409413 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-13T22:55:07+05:30 summary: gh-125996: fix thread safety of `collections.OrderedDict` (#1337

[Python-checkins] gh-138772: Fix and improve documentation for turtle color functions (GH-139325)

2025-10-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/525dcfe5236ee21b234cad16d2a3d5769e77e0ec commit: 525dcfe5236ee21b234cad16d2a3d5769e77e0ec branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-13T18:32:16+03:00 summary: gh-138772: Fix and improve documentation for turtle color

[Python-checkins] [3.13] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140048)

2025-10-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0e7893207bf5268f9e35dd7fcab11d23f0052856 commit: 0e7893207bf5268f9e35dd7fcab11d23f0052856 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-13T15:56:31Z summary: [3.13] gh

[Python-checkins] [3.14] gh-138772: Fix and improve documentation for turtle color functions (GH-139325) (GH-140047)

2025-10-13 Thread serhiy-storchaka
https://github.com/python/cpython/commit/17d9f7169a6ce0c6c4bd6b3106015091e508ce60 commit: 17d9f7169a6ce0c6c4bd6b3106015091e508ce60 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-10-13T15:56:26Z summary: [3.14] gh

[Python-checkins] [3.14] Using Python on Windows: Free-threaded is supported from 3.14 (GH-139992) (#140045)

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

[Python-checkins] Using Python on Windows: Free-threaded is supported from 3.14 (#139992)

2025-10-13 Thread hugovk
https://github.com/python/cpython/commit/88fc0a0fdcbda334eda8b44af2080e87274879f5 commit: 88fc0a0fdcbda334eda8b44af2080e87274879f5 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-10-13T17:18:45+0

[Python-checkins] [3.14] gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (GH-140032) (#140033)

2025-10-13 Thread picnixz
https://github.com/python/cpython/commit/3cef7801dd496f002622c77a223ab210047f3fcd commit: 3cef7801dd496f002622c77a223ab210047f3fcd branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1

[Python-checkins] [3.13] gh-107073: fix relevant typo in `PyObject_ClearManagedDict` (GH-140032) (#140034)

2025-10-13 Thread picnixz
https://github.com/python/cpython/commit/278384150a2eb58a66c47dc148b2ec11b45fb8d0 commit: 278384150a2eb58a66c47dc148b2ec11b45fb8d0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-1