[Python-checkins] [3.13] gh-130292: Allow for empty simulator list when running iOS testbed (GH-130388) (#130532)

2025-02-24 Thread freakboy3742
https://github.com/python/cpython/commit/90fc6117da5cc80751e5d77211204eeb8eb7a1eb commit: 90fc6117da5cc80751e5d77211204eeb8eb7a1eb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-02-25T15:29:43+08:00 summary: [3.13] g

[Python-checkins] gh-130292: Allow for empty simulator list when running iOS testbed (#130388)

2025-02-24 Thread freakboy3742
https://github.com/python/cpython/commit/99088ab081279329b8362e1c24533fa0be303e6f commit: 99088ab081279329b8362e1c24533fa0be303e6f branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-02-25T14:49:05+08:00 summary: gh-130292: Allow for empty simulator list when running iOS

[Python-checkins] Fix a typo in code module test (#130530)

2025-02-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/56e337d32b88630f2c35458231cd61929f1be6d4 commit: 56e337d32b88630f2c35458231cd61929f1be6d4 branch: main author: Tian Gao committer: gaogaotiantian date: 2025-02-25T00:33:52-05:00 summary: Fix a typo in code module test (#130530) files: M Lib/test/test_cod

[Python-checkins] gh-124703: Change back to raising bdb.BdbQuit when exiting pdb in 'inline' mode in a REPL session (#130395)

2025-02-24 Thread gaogaotiantian
https://github.com/python/cpython/commit/ccb4ad92199f2a60690fe6f62f22ebd12d6232df commit: ccb4ad92199f2a60690fe6f62f22ebd12d6232df branch: main author: Adam D. Thomas committer: gaogaotiantian date: 2025-02-24T21:27:26-05:00 summary: gh-124703: Change back to raising bdb.BdbQuit when exiting pdb

[Python-checkins] gh-130419: Do not build the _freeze_module project twice in Windows PGO builds (GH-130420)

2025-02-24 Thread zooba
https://github.com/python/cpython/commit/3a555f09f387a0212e5961535ae4e31178b26c11 commit: 3a555f09f387a0212e5961535ae4e31178b26c11 branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-02-24T21:35:00Z summary: gh-130419: Do not build the _free

[Python-checkins] GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#130424)

2025-02-24 Thread barneygale
https://github.com/python/cpython/commit/78e09a488d41066dea5f8dcf22405a0d5dd8be23 commit: 78e09a488d41066dea5f8dcf22405a0d5dd8be23 branch: main author: Barney Gale committer: barneygale date: 2025-02-24T19:10:50Z summary: GH-125413: Fix stale metadata from `pathlib.Path.copy()` and `move()` (#13

[Python-checkins] GH-125413: pathlib ABCs: use caching `path.info.exists()` when globbing (#130422)

2025-02-24 Thread barneygale
https://github.com/python/cpython/commit/48c84a400aa90014a16ceac92df4b0cf5ca6b3d4 commit: 48c84a400aa90014a16ceac92df4b0cf5ca6b3d4 branch: main author: Barney Gale committer: barneygale date: 2025-02-24T19:07:54Z summary: GH-125413: pathlib ABCs: use caching `path.info.exists()` when globbing (

[Python-checkins] [3.13] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130511)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/3161f01760a85bf093a7d5c154a765dd556b036c commit: 3161f01760a85bf093a7d5c154a765dd556b036c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-02-24T17:10:17+01:00 summary: [3.13] gh-462

[Python-checkins] [3.12] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335) (GH-130512)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/e38cded3129a5172e92da8dc4ae1ab09e61d3647 commit: e38cded3129a5172e92da8dc4ae1ab09e61d3647 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-02-24T17:10:27+01:00 summary: [3.12] gh-462

[Python-checkins] gh-129874: improve tests to use correct implementations in asyncio (#130516)

2025-02-24 Thread kumaraditya303
https://github.com/python/cpython/commit/d73d69e232ce848733517736b1761e7bd2478574 commit: d73d69e232ce848733517736b1761e7bd2478574 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-24T21:33:52+05:30 summary: gh-129874: improve tests to use correct implementations in async

[Python-checkins] [3.13] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406) (GH-130507)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/d71b167c5c7e7710f4e23589bebc952357a82596 commit: d71b167c5c7e7710f4e23589bebc952357a82596 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-02-24T16:49:35+01:00 summary: [3.13] gh-129

[Python-checkins] gh-129874: avoid mixing pure python and C impl in eager execution (#130515)

2025-02-24 Thread kumaraditya303
https://github.com/python/cpython/commit/38d45d23a67edd603f26981c8498dc09c83e8091 commit: 38d45d23a67edd603f26981c8498dc09c83e8091 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-02-24T15:37:59Z summary: gh-129874: avoid mixing pure python and C impl in eager execution (#1

[Python-checkins] gh-130384: Skip a test_getallocatedblocks test pre-condition on iOS. (GH-130385)

2025-02-24 Thread markshannon
https://github.com/python/cpython/commit/8a76eb846926384a48bb1997bbf5c162fe29fc5d commit: 8a76eb846926384a48bb1997bbf5c162fe29fc5d branch: main author: Russell Keith-Magee committer: markshannon date: 2025-02-24T15:34:38Z summary: gh-130384: Skip a test_getallocatedblocks test pre-condition on i

[Python-checkins] gh-128231: Use `runcode()` return value for failing early (GH-129488)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/7ed3dc6392613832f66c63507385b1da109cbf21 commit: 7ed3dc6392613832f66c63507385b1da109cbf21 branch: main author: Bartosz Sławecki committer: encukou date: 2025-02-24T15:50:13+01:00 summary: gh-128231: Use `runcode()` return value for failing early (GH-12948

[Python-checkins] gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-130335)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/9f25c1f012c8d432a93bf2dcad5f19a64dc00d3c commit: 9f25c1f012c8d432a93bf2dcad5f19a64dc00d3c branch: main author: RUANG (James Roy) committer: encukou date: 2025-02-24T15:37:21+01:00 summary: gh-46236: Add docs for PyUnicode_GetDefaultEncoding() doc (GH-1303

[Python-checkins] [3.12] gh-127522: wsgiref: indicate that `start_response` objects should follow a specific protocol (GH-127525) (GH-130505)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/3c20e8bc3ad7e5cb9a7945b061aa4b9b27ff33db commit: 3c20e8bc3ad7e5cb9a7945b061aa4b9b27ff33db branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-02-24T15:08:22+01:00 summary: [3.12] gh-127

[Python-checkins] [3.13] gh-127522: wsgiref: indicate that `start_response` objects should follow a specific protocol (GH-127525) (GH-130504)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/10dd9725b8bdf82c7fe0d9a766ede7e08b4c619f commit: 10dd9725b8bdf82c7fe0d9a766ede7e08b4c619f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-02-24T15:08:07+01:00 summary: [3.13] gh-127

[Python-checkins] gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add test (GH-129406)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/fc8d2cba541f378df0a439412665f3dbe0b9ae3c commit: fc8d2cba541f378df0a439412665f3dbe0b9ae3c branch: main author: Petr Viktorin committer: encukou date: 2025-02-24T14:59:19+01:00 summary: gh-129405: Fix doc for Py_mod_multiple_interpreters default, and add t

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_winapi.c` (GH-129796)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/805839021ba7074423811ba07995ae57984a46d3 commit: 805839021ba7074423811ba07995ae57984a46d3 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-24T14:06:13+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-127522: wsgiref: indicate that `start_response` objects should follow a specific protocol (GH-127525)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/39ba4b6619026bbe65c5844702a8a0bb6e75c4f7 commit: 39ba4b6619026bbe65c5844702a8a0bb6e75c4f7 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-24T13:43:56+01:00 summary: gh-127522: wsgiref: indicat

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_threadmodule.c` (GH-129794)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/f8eefc2f35c002b6702990add7f33d445977de8d commit: f8eefc2f35c002b6702990add7f33d445977de8d branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-24T13:42:39+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/selectmodule.c` (GH-129792)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/73bbaf33ae1018f2f90480c4185717f3a49bf857 commit: 73bbaf33ae1018f2f90480c4185717f3a49bf857 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-24T13:38:18+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/posixmodule.c` (GH-129788)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/de13293d264f1cec439d87fc477d0ccf05793a1a commit: de13293d264f1cec439d87fc477d0ccf05793a1a branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-24T13:20:49+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/pyexpat.c` (GH-129789)

2025-02-24 Thread encukou
https://github.com/python/cpython/commit/c070abadb2e2ddb9a032ee5ded67098e9a64ea3d commit: c070abadb2e2ddb9a032ee5ded67098e9a64ea3d branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-02-24T11:56:32+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] [3.13] gh-130151: Fix reference leaks in `_hashlib.hmac_{new,digest}` (GH-130152) (#130491)

2025-02-24 Thread gpshead
https://github.com/python/cpython/commit/86dab0e67e7e75c4c77e994b99a842f033ddbe46 commit: 86dab0e67e7e75c4c77e994b99a842f033ddbe46 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-02-24T00:19:49-08:00 summary: [3.13] gh-130