[Python-checkins] [3.14] gh-131531: android.py enhancements to support cibuildwheel (GH-132870) (#135158)

2025-06-04 Thread freakboy3742
https://github.com/python/cpython/commit/07921d416934fbe59514cffbc55c5e8fe09b762f commit: 07921d416934fbe59514cffbc55c5e8fe09b762f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-06-05T14:24:52+08:00 summary: [3.14] g

[Python-checkins] gh-131531: android.py enhancements to support cibuildwheel (#132870)

2025-06-04 Thread freakboy3742
https://github.com/python/cpython/commit/2e1544fd2b0cd46ba93fc51e3cdd47f4781d7499 commit: 2e1544fd2b0cd46ba93fc51e3cdd47f4781d7499 branch: main author: Malcolm Smith committer: freakboy3742 date: 2025-06-05T13:46:16+08:00 summary: gh-131531: android.py enhancements to support cibuildwheel (#1328

[Python-checkins] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#134958)

2025-06-04 Thread mpage
https://github.com/python/cpython/commit/6b77af257c25d31f1f137e477cb23e63692ddf29 commit: 6b77af257c25d31f1f137e477cb23e63692ddf29 branch: main author: mpage committer: mpage date: 2025-06-04T16:07:58-07:00 summary: gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#134958)

[Python-checkins] [3.14] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (GH-135145) (#135150)

2025-06-04 Thread Yhg1s
https://github.com/python/cpython/commit/169cdfefce83fabcea48d0ba24ca4dba210f41d0 commit: 169cdfefce83fabcea48d0ba24ca4dba210f41d0 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-06-04T20:08:52Z summary: [3.14] gh-135144: Ad

[Python-checkins] gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers. (#135145)

2025-06-04 Thread Yhg1s
https://github.com/python/cpython/commit/e598eecf4c97509acef517e94053e45db51636fb commit: e598eecf4c97509acef517e94053e45db51636fb branch: main author: T. Wouters committer: Yhg1s date: 2025-06-04T21:39:00+02:00 summary: gh-135144: Add `_remote_debugging` to the MSI (legacy) Windows installers.

[Python-checkins] Update the devcontainer image to the latest version (GH-135143)

2025-06-04 Thread brettcannon
https://github.com/python/cpython/commit/a10b321a5807ba924c7a7833692fe5d0dc40e875 commit: a10b321a5807ba924c7a7833692fe5d0dc40e875 branch: main author: Brett Cannon committer: brettcannon date: 2025-06-04T17:06:10Z summary: Update the devcontainer image to the latest version (GH-135143) Fixes a

[Python-checkins] [3.14] gh-129876: Update IDLE News3.txt to May 2025 (GH-135139) (#135140)

2025-06-04 Thread terryjreedy
https://github.com/python/cpython/commit/02bcd1b14278f5a29ccb99bdf9bd4edcf502ae2e commit: 02bcd1b14278f5a29ccb99bdf9bd4edcf502ae2e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-06-04T15:52:53Z summary: [3.14] gh-1298

[Python-checkins] [3.13] gh-129876: Update IDLE News3.txt to May 2025 (GH-135139) (#135141)

2025-06-04 Thread terryjreedy
https://github.com/python/cpython/commit/68f8eed6ff53c24052f9d7d2dd3dac91c5a00b19 commit: 68f8eed6ff53c24052f9d7d2dd3dac91c5a00b19 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-06-04T15:50:21Z summary: [3.13] gh-1298

[Python-checkins] gh-129876: Update IDLE News3.txt to May 2025 (#135139)

2025-06-04 Thread terryjreedy
https://github.com/python/cpython/commit/0df15d0d4d55dcf7b7a7f4b2985bf84fd092d257 commit: 0df15d0d4d55dcf7b7a7f4b2985bf84fd092d257 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2025-06-04T11:26:19-04:00 summary: gh-129876: Update IDLE News3.txt to May 2025 (#135139) files: M

[Python-checkins] [3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135134)

2025-06-04 Thread vstinner
https://github.com/python/cpython/commit/95f62969bb22a8b14f403818c1078567260ed344 commit: 95f62969bb22a8b14f403818c1078567260ed344 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-06-04T17:10:51+02:00 summary: [3.13] gh-134989: Implement PyObject_DelAttr() as a macro in the lim

[Python-checkins] [3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135)

2025-06-04 Thread vstinner
https://github.com/python/cpython/commit/659631f7697079e31e2a8c31fd686b24c85c9b2d commit: 659631f7697079e31e2a8c31fd686b24c85c9b2d branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-06-04T17:10:35+02:00 summary: [3.13] gh-133256: Add _Py_NONSTRING macro (#133257) (#135135) gh-13

[Python-checkins] [3.13] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135132)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/ae2e7958f24af9a8f8cde115dff835517be14a90 commit: ae2e7958f24af9a8f8cde115dff835517be14a90 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-06-04T13:29:22Z summary: [3.13] gh-126483

[Python-checkins] [3.14] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021) (#135133)

2025-06-04 Thread vstinner
https://github.com/python/cpython/commit/da1bbce4ce1a3cd46cc83e7fa1baf279713c25a6 commit: da1bbce4ce1a3cd46cc83e7fa1baf279713c25a6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-04T13:33:20Z summary: [3.14] gh-134989:

[Python-checkins] [3.14] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135127)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/afe244d694e5995628765e158c1c65705c177a1b commit: afe244d694e5995628765e158c1c65705c177a1b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-06-04T13:16:39Z summary: [3.14] gh-135108

[Python-checkins] [3.14] gh-126483: disable warnings filters mutation in concurrent test (GH-132694) (GH-135131)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/3b01be24e715ce5f07ea015c9f73450b8abd1f08 commit: 3b01be24e715ce5f07ea015c9f73450b8abd1f08 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-06-04T13:25:47Z summary: [3.14] gh-126483

[Python-checkins] [3.14] gh-135074: Fix exception messages in test.support module (GH-135076) (GH-135129)

2025-06-04 Thread encukou
https://github.com/python/cpython/commit/5008317dcdd6051a3af0899f051e805234539546 commit: 5008317dcdd6051a3af0899f051e805234539546 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-06-04T13:25:15Z summary: [3.14] gh-135074:

[Python-checkins] [3.13] gh-135074: Fix exception messages in test.support module (GH-135076) (GH-135130)

2025-06-04 Thread encukou
https://github.com/python/cpython/commit/70c7aad30663240edd81170766da1386b0769d35 commit: 70c7aad30663240edd81170766da1386b0769d35 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-06-04T13:22:02Z summary: [3.13] gh-135074:

[Python-checkins] [3.13] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109) (GH-135128)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/9d5543ae702938beaeb349a47103c59b275c6ef3 commit: 9d5543ae702938beaeb349a47103c59b275c6ef3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-06-04T13:16:09Z summary: [3.13] gh-135108

[Python-checkins] gh-134989: Implement PyObject_DelAttr() as a macro in the limited C API (GH-135021)

2025-06-04 Thread encukou
https://github.com/python/cpython/commit/c21113072cd1f0da83729f99d3576647db85d816 commit: c21113072cd1f0da83729f99d3576647db85d816 branch: main author: Victor Stinner committer: encukou date: 2025-06-04T15:07:52+02:00 summary: gh-134989: Implement PyObject_DelAttr() as a macro in the limited C A

[Python-checkins] gh-126483: disable warnings filters mutation in concurrent test (GH-132694)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/40c8be0008ecadb5d0dc9a017434b1133a3a6e06 commit: 40c8be0008ecadb5d0dc9a017434b1133a3a6e06 branch: main author: Thomas Grainger committer: colesbury date: 2025-06-04T09:00:25-04:00 summary: gh-126483: disable warnings filters mutation in concurrent test (G

[Python-checkins] gh-135074: Fix exception messages in test.support module (GH-135076)

2025-06-04 Thread encukou
https://github.com/python/cpython/commit/bc00ce941e03347dade3faa8822f19836b5bbfe4 commit: bc00ce941e03347dade3faa8822f19836b5bbfe4 branch: main author: Daniel Hollas committer: encukou date: 2025-06-04T14:58:34+02:00 summary: gh-135074: Fix exception messages in test.support module (GH-135076)

[Python-checkins] [3.13] gh-134160: Improve multi-phase init note on isolation & subinterpreters (GH-134775) (GH-134983)

2025-06-04 Thread encukou
https://github.com/python/cpython/commit/d446dbc68b03abca950d6552d2ad3fc14c0cbcfb commit: d446dbc68b03abca950d6552d2ad3fc14c0cbcfb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-06-04T14:50:54+02:00 summary: [3.13] gh-134

[Python-checkins] gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/5b3865418ceb1448bfbf15cddf52c900cd5882a3 commit: 5b3865418ceb1448bfbf15cddf52c900cd5882a3 branch: main author: Furkan Onder committer: colesbury date: 2025-06-04T08:51:18-04:00 summary: gh-135108: Fix utmp.h inclusion in posixmodule.c on NetBSD (GH-135109

[Python-checkins] [3.14] gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100) (GH-135116)

2025-06-04 Thread colesbury
https://github.com/python/cpython/commit/b2b9aaa93d054a3315dd3d0f5d3b1193d65be3d5 commit: b2b9aaa93d054a3315dd3d0f5d3b1193d65be3d5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2025-06-04T08:44:35-04:00 summary: [3.14] gh-1

[Python-checkins] gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100)

2025-06-04 Thread encukou
https://github.com/python/cpython/commit/cc581f32bf5f15e9f2f89b830ec64ea25684d0cd commit: cc581f32bf5f15e9f2f89b830ec64ea25684d0cd branch: main author: Sam Gross committer: encukou date: 2025-06-04T09:35:56+02:00 summary: gh-135099: Only wait on `_PyOS_SigintEvent()` in main thread (GH-135100)

[Python-checkins] [3.14] Use a more clear example for the PEP 758 what's new section (GH-135118) (#135119)

2025-06-04 Thread pablogsal
https://github.com/python/cpython/commit/f5b438517d6618efa674470b3e2e2421334d2dc3 commit: f5b438517d6618efa674470b3e2e2421334d2dc3 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: pablogsal date: 2025-06-04T09:28:59Z summary: [3.14] Use a mor

[Python-checkins] Use a more clear example for the PEP 758 what's new section (#135118)

2025-06-04 Thread pablogsal
https://github.com/python/cpython/commit/1f515104441898111c20aca5a7bbda1d11b15d36 commit: 1f515104441898111c20aca5a7bbda1d11b15d36 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-06-04T09:23:08Z summary: Use a more clear example for the PEP 758 what's new section (#135