[Python-checkins] [3.14] gh-135261: bring back CI job for testing OpenSSL 1.1.1w (GH-135262) (#138109)

2025-08-25 Thread hugovk
https://github.com/python/cpython/commit/01afaccce6d7a91c4292f6b0febde5d5b3b976be commit: 01afaccce6d7a91c4292f6b0febde5d5b3b976be branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] Introduce a structure for ``.github/CODEOWNERS`` (#137498)

2025-08-25 Thread AA-Turner
https://github.com/python/cpython/commit/73fb155ba7920268238d01047555e1b9ad77b35b commit: 73fb155ba7920268238d01047555e1b9ad77b35b branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-26T03:34:0

[Python-checkins] GH-131033: Enable the optimizing macros UNLIKELY and LIKELY for Clang (GH-131019)

2025-08-25 Thread zooba
https://github.com/python/cpython/commit/95d6e0b2830c8e6bfd861042f6df6343891d5843 commit: 95d6e0b2830c8e6bfd861042f6df6343891d5843 branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-08-25T21:59:52+01:00 summary: GH-131033: Enable the optimi

[Python-checkins] [3.14] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887) (#137945)

2025-08-25 Thread hugovk
https://github.com/python/cpython/commit/8b3f9ae2ca55b2cc7edc097321cc10d7c2fdbb98 commit: 8b3f9ae2ca55b2cc7edc097321cc10d7c2fdbb98 branch: 3.14 author: Peter Bierma committer: hugovk <[email protected]> date: 2025-08-25T19:19:39+03:00 summary: [3.14] gh-137883: Check the rec

[Python-checkins] gh-138098: Clarify strong references in `PyDict_Next` docs on the free-threaded build (GH-138106)

2025-08-25 Thread ZeroIntensity
https://github.com/python/cpython/commit/9ee0214b5dd982ac9fbe18dcce0e8787456e29af commit: 9ee0214b5dd982ac9fbe18dcce0e8787456e29af branch: main author: PrinceNaroliya committer: ZeroIntensity date: 2025-08-25T10:53:26-04:00 summary: gh-138098: Clarify strong references in `PyDict_Next` docs on t

[Python-checkins] gh-136507: Fix mimetypes CLI to handle multiple file parameters (GH-136508)

2025-08-25 Thread encukou
https://github.com/python/cpython/commit/81268a3e2a6aa936a9941dde31965c7b90a963f5 commit: 81268a3e2a6aa936a9941dde31965c7b90a963f5 branch: main author: Wulian233 <[email protected]> committer: encukou date: 2025-08-25T16:38:43+02:00 summary: gh-136507: Fix mimetypes CLI to handle multiple file pa

[Python-checkins] Remove some dead code from gzip and tarfile (#138123)

2025-08-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/edf6e6819b04c08ebe774938438aadfb417a42ef commit: edf6e6819b04c08ebe774938438aadfb417a42ef branch: main author: maurycy <[email protected]> committer: serhiy-storchaka date: 2025-08-25T16:23:47+03:00 summary: Remove some dead code from g

[Python-checkins] gh-133390: Extend completion for .commands in `sqlite3` (GH-135432)

2025-08-25 Thread encukou
https://github.com/python/cpython/commit/a5530656c152c1e7755d3d219f5b8b72f0f21479 commit: a5530656c152c1e7755d3d219f5b8b72f0f21479 branch: main author: Stan Ulbrych <[email protected]> committer: encukou date: 2025-08-25T14:58:00+02:00 summary: gh-133390: Extend co

[Python-checkins] [3.13] gh-137609: Update signatures of builtins in the documentation (GH-137610) (GH-138138)

2025-08-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/bad7bc49f1f706f9f71866e94f3dbf9afa8597e2 commit: bad7bc49f1f706f9f71866e94f3dbf9afa8597e2 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-25T12:40:09Z summary: [3.13] gh-137609: Update signatures of builtins in the document

[Python-checkins] gh-137609: Change names of some positional-only parameters in builtins (GH-137611)

2025-08-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b8c90e72b3baf1b81bd2b80d442d3cb25eb40e66 commit: b8c90e72b3baf1b81bd2b80d442d3cb25eb40e66 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-25T15:36:06+03:00 summary: gh-137609: Change names of some positional-only parameters

[Python-checkins] gh-137609: Update signatures of builtins in the documentation (GH-137610)

2025-08-25 Thread serhiy-storchaka
https://github.com/python/cpython/commit/65fb4d11a0f3f3e4aea373bd84918e4445cbfe67 commit: 65fb4d11a0f3f3e4aea373bd84918e4445cbfe67 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-25T15:28:27+03:00 summary: gh-137609: Update signatures of builtins in the documentat

[Python-checkins] [3.14] gh-137973: Add a non-parallel test plan to the iOS testbed project (GH-138018) (#138038)

2025-08-25 Thread hugovk
https://github.com/python/cpython/commit/9fa74c57fe52df4e6d52a2e12376bb52cd31e53c commit: 9fa74c57fe52df4e6d52a2e12376bb52cd31e53c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-08-2

[Python-checkins] [3.13] Lint: Create a project-wide ``.ruff.toml`` settings file (GH-133124) (#137670)

2025-08-25 Thread hugovk
https://github.com/python/cpython/commit/f75fc9a780dfb92a8b9a8ef5819d3f6fd10a01f9 commit: f75fc9a780dfb92a8b9a8ef5819d3f6fd10a01f9 branch: 3.13 author: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) committer: hugovk <[email protected]> date: 2025-08-25T14:38:16+03:00 summary

[Python-checkins] gh-95245: Document Py_TPFLAGS_PREHEADER (GH-135861)

2025-08-25 Thread encukou
https://github.com/python/cpython/commit/5baa7a0de03714246167a43b7fd2a256c4175302 commit: 5baa7a0de03714246167a43b7fd2a256c4175302 branch: main author: Sergey Miryanov committer: encukou date: 2025-08-25T12:15:51+02:00 summary: gh-95245: Document Py_TPFLAGS_PREHEADER (GH-135861) Co-authored-by