[Python-checkins] docs: fix a few typos identified by codespell (#119516)

2024-05-25 Thread hauntsaninja
https://github.com/python/cpython/commit/d25954dff5409c8926d2a4053d3e892462f8b8b5 commit: d25954dff5409c8926d2a4053d3e892462f8b8b5 branch: main author: Ned Batchelder committer: hauntsaninja <[email protected]> date: 2024-05-25T18:13:31-07:00 summary: docs: fix a few

[Python-checkins] GH-82805: Fix handling of single-dot file extensions in pathlib (#118952)

2024-05-25 Thread barneygale
https://github.com/python/cpython/commit/e418fc3a6e7bade68ab5dfe72f14ddba28e6acb5 commit: e418fc3a6e7bade68ab5dfe72f14ddba28e6acb5 branch: main author: Barney Gale committer: barneygale date: 2024-05-25T21:01:36+01:00 summary: GH-82805: Fix handling of single-dot file extensions in pathlib (#118

[Python-checkins] gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)

2024-05-25 Thread ericsnowcurrently
https://github.com/python/cpython/commit/0c5ebe13e9937c446e9947c44f2570737ecca135 commit: 0c5ebe13e9937c446e9947c44f2570737ecca135 branch: main author: Eric Snow committer: ericsnowcurrently date: 2024-05-25T19:30:48Z summary: gh-119560: Drop an Invalid Assert in PyState_FindModule() (gh-119561)

[Python-checkins] [3.13] gh-99180: Make `StackSummary.should_show_carets` private (GH-119554) (#119556)

2024-05-25 Thread AlexWaygood
https://github.com/python/cpython/commit/2404cd94603bc585e617f0544e34560fa15b2713 commit: 2404cd94603bc585e617f0544e34560fa15b2713 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-05-25T17:30:57Z summary: [3.13] gh-9918

[Python-checkins] gh-99180: Make `StackSummary.should_show_carets` private (#119554)

2024-05-25 Thread AlexWaygood
https://github.com/python/cpython/commit/4b7eb321bc43e41371df86fce47bd999ee51a793 commit: 4b7eb321bc43e41371df86fce47bd999ee51a793 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-05-25T17:08:32Z summary: gh-99180: Make `StackSummary.should_show_carets` private (#119554) file

[Python-checkins] Add codeowners for PYREPL (#119550)

2024-05-25 Thread pablogsal
https://github.com/python/cpython/commit/6b6c1a904f6d6237a05057727360fe4b80e98d4c commit: 6b6c1a904f6d6237a05057727360fe4b80e98d4c branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-25T16:21:07Z summary: Add codeowners for PYREPL (#119550) files: M .github/CODEOWNERS

[Python-checkins] gh-119548: Add a 'clear' command to the REPL (#119549)

2024-05-25 Thread pablogsal
https://github.com/python/cpython/commit/e3bac04c37f6823cebc74d97feae0e0c25818b31 commit: e3bac04c37f6823cebc74d97feae0e0c25818b31 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-05-25T16:15:54Z summary: gh-119548: Add a 'clear' command to the REPL (#119549) files: A

[Python-checkins] [3.13] FAQ: Add reference to Python version numbering scheme (GH-119225) (#119544)

2024-05-25 Thread hugovk
https://github.com/python/cpython/commit/317cc3bcd27cabb2a1c3683f5b4c6f9738de2ec3 commit: 317cc3bcd27cabb2a1c3683f5b4c6f9738de2ec3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] [3.12] FAQ: Add reference to Python version numbering scheme (GH-119225) (#119545)

2024-05-25 Thread hugovk
https://github.com/python/cpython/commit/d4e382ba31735846c00a1d0ecd74aab36347a849 commit: d4e382ba31735846c00a1d0ecd74aab36347a849 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-05-2

[Python-checkins] FAQ: Add reference to Python version numbering scheme (#119225)

2024-05-25 Thread hugovk
https://github.com/python/cpython/commit/a531fd7fdb45d13825cb0c38d97fd38246cf9634 commit: a531fd7fdb45d13825cb0c38d97fd38246cf9634 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-05-25T08:13:17-0

[Python-checkins] [3.13] gh-111999: Fix the signature of str.format_map() (GH-119540) (#119543)

2024-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/f49749cf8f61db0182304c00d6a4ee1b5e361766 commit: f49749cf8f61db0182304c00d6a4ee1b5e361766 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: JelleZijlstra date: 2024-05-25T13:46:41Z summary: [3.13] gh-11

[Python-checkins] gh-111999: Fix the signature of str.format_map() (#119540)

2024-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/08e65430aafa1047029e6f132a5f748c415bda14 commit: 08e65430aafa1047029e6f132a5f748c415bda14 branch: main author: Serhiy Storchaka committer: JelleZijlstra date: 2024-05-25T06:21:11-07:00 summary: gh-111999: Fix the signature of str.format_map() (#119540) f