[Python-checkins] [3.12] Docs: spelling and grammar fixes (GH-122084) (#122107)

2024-07-21 Thread JelleZijlstra
https://github.com/python/cpython/commit/71970d602f3e5e50c40bd091f112b162538b1125 commit: 71970d602f3e5e50c40bd091f112b162538b1125 branch: 3.12 author: Russell Keith-Magee committer: JelleZijlstra date: 2024-07-21T18:39:48-07:00 summary: [3.12] Docs: spelling and grammar fixes (GH-122084) (#1221

[Python-checkins] [3.13] Docs: spelling and grammar fixes (GH-122084) (#122106)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/3ae1236c7337fab3a2cc3042834f83beea13afd5 commit: 3ae1236c7337fab3a2cc3042834f83beea13afd5 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-07-22T01:30:34Z summary: [3.13] Docs:

[Python-checkins] Docs: spelling and grammar fixes (#122084)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/bc264eac3ad14dab748e33b3d714c2674872791f commit: bc264eac3ad14dab748e33b3d714c2674872791f branch: main author: Ville Skyttä committer: freakboy3742 date: 2024-07-22T09:14:25+08:00 summary: Docs: spelling and grammar fixes (#122084) Corrected some grammar

[Python-checkins] [3.13] gh-120522: Apply App Store compliance patch during installation (GH-121947) (#122105)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/587a8f84ed568d496e9ceff45b02d28a52b6d137 commit: 587a8f84ed568d496e9ceff45b02d28a52b6d137 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2024-07-22T08:13:34+08:00 summary: [3.13] g

[Python-checkins] gh-120522: Apply App Store compliance patch during installation (#121947)

2024-07-21 Thread freakboy3742
https://github.com/python/cpython/commit/728432c8043edc07bb8a24b180a70778fcd35878 commit: 728432c8043edc07bb8a24b180a70778fcd35878 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2024-07-22T07:36:08+08:00 summary: gh-120522: Apply App Store compliance patch during installa

[Python-checkins] gh-122096: Remove accidentally left debugging prints (#122097)

2024-07-21 Thread barneygale
https://github.com/python/cpython/commit/5901d92739c6e53668e3924eaff38e2e9eb95162 commit: 5901d92739c6e53668e3924eaff38e2e9eb95162 branch: main author: Kirill Podoprigora committer: barneygale date: 2024-07-21T20:48:39+01:00 summary: gh-122096: Remove accidentally left debugging prints (#122097)

[Python-checkins] [3.13] Merge Ubuntu test matrices in CI (GH-121813) (#122098)

2024-07-21 Thread hugovk
https://github.com/python/cpython/commit/82b813735f21d7bfd11bfeb84b7a0fd90aa9e895 commit: 82b813735f21d7bfd11bfeb84b7a0fd90aa9e895 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-07-2

[Python-checkins] Merge Ubuntu test matrices in CI (#121813)

2024-07-21 Thread hugovk
https://github.com/python/cpython/commit/a3f7db905c5aecda1d06fb60ed382a17e5b9c7aa commit: a3f7db905c5aecda1d06fb60ed382a17e5b9c7aa branch: main author: Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2024-07-21T13:09:23-06:00 summary:

[Python-checkins] [3.13] gh-121266: Remove Py_ALWAYS_INLINE in dictobject.c (GH-121493) (#122095)

2024-07-21 Thread vstinner
https://github.com/python/cpython/commit/e458268143317ed5b2b2166506841c36c6d1e20b commit: e458268143317ed5b2b2166506841c36c6d1e20b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-21T17:11:12Z summary: [3.13] gh-121266:

[Python-checkins] gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)

2024-07-21 Thread vstinner
https://github.com/python/cpython/commit/e88bd96d0d6cf8218c4fca37e1d20399ae676a04 commit: e88bd96d0d6cf8218c4fca37e1d20399ae676a04 branch: main author: Jakub Kulík committer: vstinner date: 2024-07-21T18:50:14+02:00 summary: gh-118124: fix assert related C++ checks on Solaris/Illumos (#121974)

[Python-checkins] [3.13] gh-121390: tracemalloc: Fix tracebacks memory leak (GH-121391) (#121392)

2024-07-21 Thread vstinner
https://github.com/python/cpython/commit/4b76404a511c287a73e32eef927f7cc4377d3055 commit: 4b76404a511c287a73e32eef927f7cc4377d3055 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-07-21T13:12:13Z summary: [3.13] gh-121390: