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

2025-08-21 Thread freakboy3742
https://github.com/python/cpython/commit/a73515e7475c7abc7614c9f59d497af5b8709585 commit: a73515e7475c7abc7614c9f59d497af5b8709585 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-08-22T14:30:58+08:00 summary: [3.13] g

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

2025-08-21 Thread freakboy3742
https://github.com/python/cpython/commit/2ba2287b85eea3cc3a71d77c6bcf9eb5670ca05d commit: 2ba2287b85eea3cc3a71d77c6bcf9eb5670ca05d branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-08-22T13:11:50+08:00 summary: gh-137973: Add a non-parallel test plan to the iOS testbed

[Python-checkins] [3.14] gh-137847: Add examples for UUIDv6-8 (GH-137848) (#137901)

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

[Python-checkins] gh-73487: Convert ``_decimal`` to use Argument Clinic (part 5) (#137948)

2025-08-21 Thread AA-Turner
https://github.com/python/cpython/commit/bb8791c0b75b5970d109e5557bfcca8a578a02af commit: bb8791c0b75b5970d109e5557bfcca8a578a02af branch: main author: Sergey B Kirpichev committer: AA-Turner <[email protected]> date: 2025-08-21T23:12:17+01:00 summary: gh-73487: Convert `

[Python-checkins] GH-132775: Fix argument parsing for ``_interpqueues.put()`` (#137686)

2025-08-21 Thread AA-Turner
https://github.com/python/cpython/commit/79aeeb880ed968dd49e2807ad1e62ad8174c1361 commit: 79aeeb880ed968dd49e2807ad1e62ad8174c1361 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-22T00:00:5

[Python-checkins] [3.13] gh-135734: correctly handle `--enable-optimizations --disable-test-modules` combination (#137998)

2025-08-21 Thread picnixz
https://github.com/python/cpython/commit/41c2c8f01ce4716d84229991ba29d58a370a7389 commit: 41c2c8f01ce4716d84229991ba29d58a370a7389 branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-08-21T20:28:03+

[Python-checkins] gh-137967: Fix "Whats New" doc example (#138028)

2025-08-21 Thread pablogsal
https://github.com/python/cpython/commit/ba8e20b5f2b6bcda188ff00b599d187e985125e2 commit: ba8e20b5f2b6bcda188ff00b599d187e985125e2 branch: main author: sobolevn committer: pablogsal date: 2025-08-21T17:48:40Z summary: gh-137967: Fix "Whats New" doc example (#138028) files: M Doc/whatsnew/3.15.r

[Python-checkins] [3.13] gh-138011: Clarify tutorial method object example code (GH-138014) (#138026)

2025-08-21 Thread terryjreedy
https://github.com/python/cpython/commit/65877862704ef86b92262a88972ebc4982acc669 commit: 65877862704ef86b92262a88972ebc4982acc669 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-08-21T12:40:15-04:00 summary: [3.13] gh

[Python-checkins] gh-137967: Restore suggestions on nested attribute access (#137968)

2025-08-21 Thread pablogsal
https://github.com/python/cpython/commit/539a4ca1b9b69c75cfbeb31aa9b6544669ca6b14 commit: 539a4ca1b9b69c75cfbeb31aa9b6544669ca6b14 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-08-21T16:56:57+01:00 summary: gh-137967: Restore suggestions on nested attribute access (#

[Python-checkins] gh-138011: Clarify tutorial method object example code (#138014)

2025-08-21 Thread terryjreedy
https://github.com/python/cpython/commit/339f5da6395868073e22157424405b89cafb5c6d commit: 339f5da6395868073e22157424405b89cafb5c6d branch: main author: Terry Jan Reedy committer: terryjreedy date: 2025-08-21T11:02:29-04:00 summary: gh-138011: Clarify tutorial method object example code (#138014)

[Python-checkins] [3.12] gh-131038: Use text=True in subprocesses in test_perf_profiler (#137117) (#138024)

2025-08-21 Thread pablogsal
https://github.com/python/cpython/commit/e709361fc87d0d9ab9c58033a0a7f2fef0ad43d2 commit: e709361fc87d0d9ab9c58033a0a7f2fef0ad43d2 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: pablogsal date: 2025-08-21T15:18:35+01:00 summary: [3.12] gh-131038: Use t

[Python-checkins] [3.14] gh-137728 gh-137762: Fix bugs in the JIT with many local variables (GH-137764) (#137999)

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

[Python-checkins] gh-137376: Add note on top-level `global` declarations (GH-137707)

2025-08-21 Thread encukou
https://github.com/python/cpython/commit/9f05f98730bbc36f4ad173845458827c4df879f6 commit: 9f05f98730bbc36f4ad173845458827c4df879f6 branch: main author: Petr Viktorin committer: encukou date: 2025-08-21T14:58:38+02:00 summary: gh-137376: Add note on top-level `global` declarations (GH-137707) C

[Python-checkins] GH-137959: Replace shim code in jitted code with a single trampoline function. (GH-137961)

2025-08-21 Thread markshannon
https://github.com/python/cpython/commit/a8d9d947843200a09c154f3bc55f4e87e35edab3 commit: a8d9d947843200a09c154f3bc55f4e87e35edab3 branch: main author: Mark Shannon committer: markshannon date: 2025-08-21T10:40:53+01:00 summary: GH-137959: Replace shim code in jitted code with a single trampolin