[Python-checkins] gh-127146: Emscripten: Add test_sample_profiler skips where needed (#137815)

2025-08-17 Thread freakboy3742
https://github.com/python/cpython/commit/bc2872445b2aee4bb4e001d4171489d7123b1daf commit: bc2872445b2aee4bb4e001d4171489d7123b1daf branch: main author: Hood Chatham committer: freakboy3742 date: 2025-08-18T07:57:15+08:00 summary: gh-127146: Emscripten: Add test_sample_profiler skips where needed

[Python-checkins] Emend an error in ``string.templatelib`` example output (#137890)

2025-08-17 Thread AA-Turner
https://github.com/python/cpython/commit/8e3244d39b8cd3d7cef5a315247d45e801b35869 commit: 8e3244d39b8cd3d7cef5a315247d45e801b35869 branch: main author: Christoph Walcher committer: AA-Turner <[email protected]> date: 2025-08-17T23:12:32+01:00 summary: Emend an error in ``

[Python-checkins] GH-137841: Open tzdata/zones file with UTF-8 encoding (#137872)

2025-08-17 Thread AA-Turner
https://github.com/python/cpython/commit/25b97289e44414daf3c88d8e953a43360deacb73 commit: 25b97289e44414daf3c88d8e953a43360deacb73 branch: main author: Adam Turner <[email protected]> committer: AA-Turner <[email protected]> date: 2025-08-17T17:13:5

[Python-checkins] [3.13] gh-87135: Hang non-main threads that attempt to acquire the GIL during finalization (GH-105805) (GH-137827)

2025-08-17 Thread gpshead
https://github.com/python/cpython/commit/9face218e7b640e52b83cd68cebb441d5ff0f8e2 commit: 9face218e7b640e52b83cd68cebb441d5ff0f8e2 branch: 3.13 author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2025-08-17T09:08:14-07:

[Python-checkins] [3.13] gh-135661: Fix parsing unterminated bogus comments in HTMLParser (GH-137873) (GH-137875)

2025-08-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f2b7954ce0b07cceebea30d7a89d8a97d206d745 commit: f2b7954ce0b07cceebea30d7a89d8a97d206d745 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-08-17T10:59:24Z summary: [3.13] gh

[Python-checkins] gh-135661: Fix parsing unterminated bogus comments in HTMLParser (GH-137873)

2025-08-17 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7636a66635a0da849cfccd06a52d0a21fb692271 commit: 7636a66635a0da849cfccd06a52d0a21fb692271 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-08-17T13:37:50+03:00 summary: gh-135661: Fix parsing unterminated bogus comments in HTML