[Python-checkins] gh-122989: Replace duplicate “self.policy.linesep” with “linesep” (#123002)

2024-09-03 Thread terryjreedy
https://github.com/python/cpython/commit/91ff700de28f3415cbe44f58ce84a2670b8c9f15 commit: 91ff700de28f3415cbe44f58ce84a2670b8c9f15 branch: main author: Damien <[email protected]> committer: terryjreedy date: 2024-09-04T02:30:25-04:00 summary: gh-122989: Replace duplica

[Python-checkins] [3.13] Add shims for iOS C++ compilation (GH-123620) (#123656)

2024-09-03 Thread freakboy3742
https://github.com/python/cpython/commit/3dd5ce37687940120f5e348c6cfa72005b16d218 commit: 3dd5ce37687940120f5e348c6cfa72005b16d218 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-09-04T00:52:13Z summary: [3.13] Add sh

[Python-checkins] Add shims for iOS C++ compilation (#123620)

2024-09-03 Thread freakboy3742
https://github.com/python/cpython/commit/135dad9bd70bba5a7b432c744f2993476915cf07 commit: 135dad9bd70bba5a7b432c744f2993476915cf07 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-09-04T08:28:39+08:00 summary: Add shims for iOS C++ compilation (#123620) Add shims for

[Python-checkins] gh-123504: Fix reference leak in finalization of `_tkinter` (#123505)

2024-09-03 Thread vstinner
https://github.com/python/cpython/commit/a8bc03696c7c2c03e1d580633151ec7b850366f3 commit: a8bc03696c7c2c03e1d580633151ec7b850366f3 branch: main author: Peter Bierma committer: vstinner date: 2024-09-03T20:35:57Z summary: gh-123504: Fix reference leak in finalization of `_tkinter` (#123505) file

[Python-checkins] [3.13] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648) (#123653)

2024-09-03 Thread sobolevn
https://github.com/python/cpython/commit/aeb39b72b2f892317a51a8453ad02efb628d5e50 commit: aeb39b72b2f892317a51a8453ad02efb628d5e50 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-03T20:12:17Z summary: [3.13] gh-123621:

[Python-checkins] [3.12] gh-123621: Fix `datamodel.rst` with proper `dict` notation (GH-123648) (#123654)

2024-09-03 Thread sobolevn
https://github.com/python/cpython/commit/252ed6da4d5aa71960be0b937d9b4b88cb4964fb commit: 252ed6da4d5aa71960be0b937d9b4b88cb4964fb branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-09-03T20:00:53Z summary: [3.12] gh-123621:

[Python-checkins] gh-123621: Fix `datamodel.rst` with proper `dict` notation (#123648)

2024-09-03 Thread sobolevn
https://github.com/python/cpython/commit/cfbc841ef3c27b3e65d1223bf8fedf1f652137bc commit: cfbc841ef3c27b3e65d1223bf8fedf1f652137bc branch: main author: Lipták Attila (Flash) <[email protected]> committer: sobolevn date: 2024-09-03T22:52:00+03:00 summary: gh-123621: F

[Python-checkins] [3.12] gh-123646: Remove accidentally left ``lel.patch`` (GH-123647)

2024-09-03 Thread zware
https://github.com/python/cpython/commit/4170bddbcf8d3f6554ddd4a16435a497c10dc252 commit: 4170bddbcf8d3f6554ddd4a16435a497c10dc252 branch: 3.12 author: Kirill Podoprigora committer: zware date: 2024-09-03T13:21:39-05:00 summary: [3.12] gh-123646: Remove accidentally left ``lel.patch`` (GH-123647

[Python-checkins] [3.10] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123640)

2024-09-03 Thread pablogsal
https://github.com/python/cpython/commit/743acbe872485dc18df4d8ab2dc7895187f062c4 commit: 743acbe872485dc18df4d8ab2dc7895187f062c4 branch: 3.10 author: Seth Michael Larson committer: pablogsal date: 2024-09-03T15:07:53Z summary: [3.10] gh-121285: Remove backtracking when parsing tarfile headers

[Python-checkins] [3.11] gh-121285: Remove backtracking when parsing tarfile headers (GH-121286) (#123639)

2024-09-03 Thread pablogsal
https://github.com/python/cpython/commit/d449caf8a179e3b954268b3a88eb9170be3c8fbf commit: d449caf8a179e3b954268b3a88eb9170be3c8fbf branch: 3.11 author: Seth Michael Larson committer: pablogsal date: 2024-09-03T15:07:13Z summary: [3.11] gh-121285: Remove backtracking when parsing tarfile headers

[Python-checkins] [3.13] gh-123579: Document exclamation token (GH-123612) (#123637)

2024-09-03 Thread lysnikolaou
https://github.com/python/cpython/commit/95ebca1e99948acff4ae51a6dbeacfd5cd80e7d6 commit: 95ebca1e99948acff4ae51a6dbeacfd5cd80e7d6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2024-09-03T15:07:13Z summary: [3.13] gh-1235

[Python-checkins] [3.12] gh-123579: Document exclamation token (GH-123612) (#123638)

2024-09-03 Thread lysnikolaou
https://github.com/python/cpython/commit/acb19be799748003ff7fe69b228c482bc2036b08 commit: acb19be799748003ff7fe69b228c482bc2036b08 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: lysnikolaou date: 2024-09-03T14:56:19Z summary: [3.12] gh-1235

[Python-checkins] gh-123579: Document exclamation token (#123612)

2024-09-03 Thread lysnikolaou
https://github.com/python/cpython/commit/68fe5758bf1900ffdcdf7cd9e40f5018555a39d4 commit: 68fe5758bf1900ffdcdf7cd9e40f5018555a39d4 branch: main author: Shaygan Hooshyari committer: lysnikolaou date: 2024-09-03T16:49:38+02:00 summary: gh-123579: Document exclamation token (#123612) files: M Doc/

[Python-checkins] [3.13] gh-123572: Fix key codes in VK_MAP in windows_console.py (GH-122692) (#123632)

2024-09-03 Thread pablogsal
https://github.com/python/cpython/commit/67851201d8e76fd2c79c91ed5678fa5ca40cafef commit: 67851201d8e76fd2c79c91ed5678fa5ca40cafef branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-09-03T15:01:14+01:00 summary: [3.13] gh-1

[Python-checkins] [3.13] gh-121804: always show error location for SyntaxError's in basic repl (GH-123202) (#123631)

2024-09-03 Thread pablogsal
https://github.com/python/cpython/commit/48941399e388a74ab7f6966c4026ba0f2963fa9c commit: 48941399e388a74ab7f6966c4026ba0f2963fa9c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2024-09-03T13:06:31Z summary: [3.13] gh-121804

[Python-checkins] gh-123572: Fix key codes in VK_MAP in windows_console.py (#122692)

2024-09-03 Thread pablogsal
https://github.com/python/cpython/commit/782217f28f0d67916fc3ff82b03b88573686c0e7 commit: 782217f28f0d67916fc3ff82b03b88573686c0e7 branch: main author: devdanzin <[email protected]> committer: pablogsal date: 2024-09-03T13:01:21Z summary: gh-123572: Fix key codes in VK_M

[Python-checkins] gh-121804: always show error location for SyntaxError's in basic repl (#123202)

2024-09-03 Thread pablogsal
https://github.com/python/cpython/commit/6822cb23c62032381971d8a47fd41d1e98710a8c commit: 6822cb23c62032381971d8a47fd41d1e98710a8c branch: main author: Sergey B Kirpichev committer: pablogsal date: 2024-09-03T12:37:29Z summary: gh-121804: always show error location for SyntaxError's in basic rep

[Python-checkins] gh-107954, PEP 741: Add PyInitConfig C API (#123502)

2024-09-03 Thread vstinner
https://github.com/python/cpython/commit/ef9d54703f1f21d2fde2fe3ef49d4cf7c8b38f06 commit: ef9d54703f1f21d2fde2fe3ef49d4cf7c8b38f06 branch: main author: Victor Stinner committer: vstinner date: 2024-09-03T12:33:49Z summary: gh-107954, PEP 741: Add PyInitConfig C API (#123502) Add Doc/c-api/confi

[Python-checkins] [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-123622)

2024-09-03 Thread encukou
https://github.com/python/cpython/commit/d655c655619d8a6b7eec908a7b7c770d5f2ac0f8 commit: d655c655619d8a6b7eec908a7b7c770d5f2ac0f8 branch: 3.13 author: Petr Viktorin committer: encukou date: 2024-09-03T12:36:42+02:00 summary: [3.13] gh-123091: Use more _Py_IsImmortalLoose() (GH-123602) (GH-12362

[Python-checkins] gh-123580: Fix `signed_number` token in documentation (GH-123582)

2024-09-03 Thread encukou
https://github.com/python/cpython/commit/9e079c220b7f64d78a1aa36a23b513d7f377a694 commit: 9e079c220b7f64d78a1aa36a23b513d7f377a694 branch: main author: CBerJun <[email protected]> committer: encukou date: 2024-09-03T10:01:26+02:00 summary: gh-123580: Fix `signed_number` t