[Python-checkins] GH-116738: document thread-safety of bisect (GH-136555)

2025-07-29 Thread nascheme
https://github.com/python/cpython/commit/5236b0281b91a874b14cf15f3fdef9b7beffb22f commit: 5236b0281b91a874b14cf15f3fdef9b7beffb22f branch: main author: Neil Schemenauer committer: nascheme date: 2025-07-30T02:44:10Z summary: GH-116738: document thread-safety of bisect (GH-136555) files: A Lib/t

[Python-checkins] [3.14] gh-136976: Emscripten: Add _decimal and libmpdec (GH-136997) (#137066)

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

[Python-checkins] [3.14] gh-124621: Emscripten: Add smoke test for using pyrepl in Chrome (GH-137004) (#137067)

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

[Python-checkins] gh-137179: Fix flaky test_history_survive_crash test (gh-137180)

2025-07-29 Thread colesbury
https://github.com/python/cpython/commit/98d462cf4de82d4ef40b20bd346db1ba7edfa35c commit: 98d462cf4de82d4ef40b20bd346db1ba7edfa35c branch: main author: Sam Gross committer: colesbury date: 2025-07-29T14:25:50-04:00 summary: gh-137179: Fix flaky test_history_survive_crash test (gh-137180) Kill t

[Python-checkins] [3.13] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184) (GH-137209)

2025-07-29 Thread encukou
https://github.com/python/cpython/commit/d61f8b841d22b745348cecf3156418f592f090f0 commit: d61f8b841d22b745348cecf3156418f592f090f0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2025-07-29T18:45:08+02:00 summary: [3.13] gh-137

[Python-checkins] gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184)

2025-07-29 Thread encukou
https://github.com/python/cpython/commit/0b4e13c2658c5a267fc50ee045ffb7b6408b2e3b commit: 0b4e13c2658c5a267fc50ee045ffb7b6408b2e3b branch: main author: Akuli committer: encukou date: 2025-07-29T17:23:44+02:00 summary: gh-137183: Document that `array.array` typecode `w` is new in 3.13 (GH-137184)

[Python-checkins] gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187)

2025-07-29 Thread colesbury
https://github.com/python/cpython/commit/11a8652e25341e696b06d8dc7a18e8c3ee8059e4 commit: 11a8652e25341e696b06d8dc7a18e8c3ee8059e4 branch: main author: Sam Gross committer: colesbury date: 2025-07-29T14:25:32Z summary: gh-137185: Fix `_Py_DumpStack()` async signal safety (gh-137187) Call backtr