[Python-checkins] gh-91629 Use conf.d configs and fish_add_path to set the PATH when installing for the Fish shell. (GH-91630)

2024-04-20 Thread ned-deily
https://github.com/python/cpython/commit/5fa5b7facbcd1f725e51daf31c321e02b7db3f02 commit: 5fa5b7facbcd1f725e51daf31c321e02b7db3f02 branch: main author: Andrew Cassidy committer: ned-deily date: 2024-04-21T02:52:58-04:00 summary: gh-91629 Use conf.d configs and fish_add_path to set the PATH when

[Python-checkins] gh-114099: Formalize Tier 3 status of iOS (GH-118020)

2024-04-20 Thread ned-deily
https://github.com/python/cpython/commit/df987331d896031799f33cb0f3a7b5c5712cb4e7 commit: df987331d896031799f33cb0f3a7b5c5712cb4e7 branch: main author: Russell Keith-Magee committer: ned-deily date: 2024-04-20T23:04:08-04:00 summary: gh-114099: Formalize Tier 3 status of iOS (GH-118020) files:

[Python-checkins] ``Objects/typeobject.c``: Fix typo (#118126)

2024-04-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/92c84ef831c8276d591130f1c2c51289e2ba203a commit: 92c84ef831c8276d591130f1c2c51289e2ba203a branch: main author: Kirill Podoprigora committer: JelleZijlstra date: 2024-04-21T02:25:39Z summary: ``Objects/typeobject.c``: Fix typo (#118126) files: M Objects/t

[Python-checkins] [3.12] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is global (GH-114009) (#118128)

2024-04-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/4d85f0ae76b84bfdba961154e9e38bde27242b9f commit: 4d85f0ae76b84bfdba961154e9e38bde27242b9f branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-04-21T01:50:01Z summary: [3.12] Clari

[Python-checkins] Clarifying nonlocal doc: SyntaxError is raised if nearest enclosing scope is global (#114009)

2024-04-20 Thread JelleZijlstra
https://github.com/python/cpython/commit/1558d993166636f371c1003107ec979db6744f21 commit: 1558d993166636f371c1003107ec979db6744f21 branch: main author: Quazi Irfan committer: JelleZijlstra date: 2024-04-20T18:42:51-07:00 summary: Clarifying nonlocal doc: SyntaxError is raised if nearest enclosin

[Python-checkins] GH-112855: Speed up `pathlib.PurePath` pickling (#112856)

2024-04-20 Thread barneygale
https://github.com/python/cpython/commit/15fbd53ba96be4b6a5abd94ceada684493c36bdd commit: 15fbd53ba96be4b6a5abd94ceada684493c36bdd branch: main author: Barney Gale committer: barneygale date: 2024-04-20T17:46:52+01:00 summary: GH-112855: Speed up `pathlib.PurePath` pickling (#112856) The second