[Python-checkins] gh-126898: Emscripten support: Use es6 modules (#126903)

2024-11-20 Thread freakboy3742
https://github.com/python/cpython/commit/1629d2ca56014beb2d46c42cc199a43ac97e3b97 commit: 1629d2ca56014beb2d46c42cc199a43ac97e3b97 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-21T15:10:46+11:00 summary: gh-126898: Emscripten support: Use es6 modules (#126903) Modify E

[Python-checkins] gh-115999: Don't take a reason in unspecialize (#127030)

2024-11-20 Thread mpage
https://github.com/python/cpython/commit/32428cf9ea03bce6d64c7acd28e0b7d92774eb53 commit: 32428cf9ea03bce6d64c7acd28e0b7d92774eb53 branch: main author: mpage committer: mpage date: 2024-11-20T14:54:48-08:00 summary: gh-115999: Don't take a reason in unspecialize (#127030) Don't take a reason in

[Python-checkins] [3.13] GH-85168: Use filesystem encoding when converting to/from `file` URIs (GH-126852) (#127039)

2024-11-20 Thread barneygale
https://github.com/python/cpython/commit/746a0c5bc8979d6265e9669987eff52e7631222a commit: 746a0c5bc8979d6265e9669987eff52e7631222a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: barneygale date: 2024-11-20T20:10:29Z summary: [3.13] GH-85168

[Python-checkins] [3.12] Run `apt update` before `apt install git` in autoconf CI job (GH-127071)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/512a5bdb2f409cc924214806d09cd266c36249cc commit: 512a5bdb2f409cc924214806d09cd266c36249cc branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware date: 2024-11-20T19:37:24Z summary: [3.12] Run `apt upda

[Python-checkins] [3.13] Run `apt update` before `apt install git` in autoconf CI job (GH-127070)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/40b9b506fb88c5cb6d36617015d74b2cf21da43d commit: 40b9b506fb88c5cb6d36617015d74b2cf21da43d branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zware date: 2024-11-20T19:44:17Z summary: [3.13] Run `apt upda

[Python-checkins] Run `apt update` before `apt install git` in autoconf CI job (GH-127066)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/0af4ec30bd2e3a52350344d1011c0c125d6dcd71 commit: 0af4ec30bd2e3a52350344d1011c0c125d6dcd71 branch: main author: Zachary Ware committer: zware date: 2024-11-20T19:20:44Z summary: Run `apt update` before `apt install git` in autoconf CI job (GH-127066) file

[Python-checkins] Move NEWS entries out of directories with spaces (GH-127067)

2024-11-20 Thread zware
https://github.com/python/cpython/commit/2c9911abe6e07a96407fe52b2b12b6c694d1e7af commit: 2c9911abe6e07a96407fe52b2b12b6c694d1e7af branch: main author: Zachary Ware committer: zware date: 2024-11-20T18:52:46Z summary: Move NEWS entries out of directories with spaces (GH-127067) Cleanup after GH

[Python-checkins] gh-121058: Warn if `PyThreadState_Clear` is called with an exception set (gh-121343)

2024-11-20 Thread ericsnowcurrently
https://github.com/python/cpython/commit/6c1a4fb6d400827155fd70e48d682e35397731a1 commit: 6c1a4fb6d400827155fd70e48d682e35397731a1 branch: main author: Peter Bierma committer: ericsnowcurrently date: 2024-11-20T10:27:19-07:00 summary: gh-121058: Warn if `PyThreadState_Clear` is called with an ex

[Python-checkins] gh-126991: Add tests for unpickling bad object state (GH-127031)

2024-11-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/addb225f3823b03774cddacce35214dd471bec46 commit: addb225f3823b03774cddacce35214dd471bec46 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-20T17:31:50+02:00 summary: gh-126991: Add tests for unpickling bad object state (GH-1

[Python-checkins] GH-127010: Don't lazily track and untrack dicts (GH-127027)

2024-11-20 Thread markshannon
https://github.com/python/cpython/commit/aea0c586d181abb897511b6b46d28bfbe4858f79 commit: aea0c586d181abb897511b6b46d28bfbe4858f79 branch: main author: Mark Shannon committer: markshannon date: 2024-11-20T16:41:20Z summary: GH-127010: Don't lazily track and untrack dicts (GH-127027) files: A M

[Python-checkins] GH-126892: Reset warmup counters when JIT compiling code (GH-126893)

2024-11-20 Thread brandtbucher
https://github.com/python/cpython/commit/48c50ff1a22f086c302c52a70eb9912d76c66f91 commit: 48c50ff1a22f086c302c52a70eb9912d76c66f91 branch: main author: Brandt Bucher committer: brandtbucher date: 2024-11-20T08:11:25-08:00 summary: GH-126892: Reset warmup counters when JIT compiling code (GH-1268

[Python-checkins] gh-97514: Authenticate the forkserver control socket. (GH-99309)

2024-11-20 Thread gpshead
https://github.com/python/cpython/commit/7191b7662efcd79f2f19821c9b9fa2155df6f698 commit: 7191b7662efcd79f2f19821c9b9fa2155df6f698 branch: main author: Gregory P. Smith committer: gpshead date: 2024-11-20T08:18:58-08:00 summary: gh-97514: Authenticate the forkserver control socket. (GH-99309) T

[Python-checkins] [3.12] gh-126991: Add tests for unpickling bad object state (GH-127031) (GH-127064)

2024-11-20 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b33c37aa8c8010d250a68cc1d41d1806ef33a725 commit: b33c37aa8c8010d250a68cc1d41d1806ef33a725 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-11-20T15:49:58Z summary: [3.12] gh

[Python-checkins] gh-126615: `ctypes`: Make `COMError` public (GH-126686)

2024-11-20 Thread encukou
https://github.com/python/cpython/commit/5b4502560ba83274badac46ad7f263402f7ad269 commit: 5b4502560ba83274badac46ad7f263402f7ad269 branch: main author: Jun Komoda <45822440+jun...@users.noreply.github.com> committer: encukou date: 2024-11-20T12:53:43Z summary: gh-126615: `ctypes`: Make `COMError`

[Python-checkins] [3.13] Doc: Reorganize math module documentation (GH-126337) (#126998)

2024-11-20 Thread vstinner
https://github.com/python/cpython/commit/190d710e681652e16a3ce1bf2801412dd4d47a9e commit: 190d710e681652e16a3ce1bf2801412dd4d47a9e branch: 3.13 author: Sergey B Kirpichev committer: vstinner date: 2024-11-19T09:02:01+01:00 summary: [3.13] Doc: Reorganize math module documentation (GH-126337) (#1

[Python-checkins] gh-126876: Fix socket internal_select() for large timeout (#126968)

2024-11-20 Thread vstinner
https://github.com/python/cpython/commit/b3687ad454c4ac54c8599a10f3ace8a13ca48915 commit: b3687ad454c4ac54c8599a10f3ace8a13ca48915 branch: main author: Victor Stinner committer: vstinner date: 2024-11-19T09:08:42+01:00 summary: gh-126876: Fix socket internal_select() for large timeout (#126968)

[Python-checkins] GH-84850: Improve whatsnew entry for `[Fancy]URLopener` removal (#127032)

2024-11-20 Thread hugovk
https://github.com/python/cpython/commit/9d2a879affe790b44880d4e786b801c80cf6f7a9 commit: 9d2a879affe790b44880d4e786b801c80cf6f7a9 branch: main author: Barney Gale committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-20T13:14:07+02:00 summary: GH-84850: Improve whatsnew entry

[Python-checkins] gh-123299: Copyedit "What's New in Python 3.14" (#127028)

2024-11-20 Thread hugovk
https://github.com/python/cpython/commit/3746d0a7b388e08b49be4064f081fa502fe52443 commit: 3746d0a7b388e08b49be4064f081fa502fe52443 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-11-20T11:35:24+0

[Python-checkins] [3.13] Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (GH-126536) (#127053)

2024-11-20 Thread vstinner
https://github.com/python/cpython/commit/fd9c2a372704ae07654ca9841261834b0738757a commit: fd9c2a372704ae07654ca9841261834b0738757a branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: vstinner date: 2024-11-20T08:51:19Z summary: [3.13] Doc: C API

[Python-checkins] Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536)

2024-11-20 Thread vstinner
https://github.com/python/cpython/commit/9bca3ef575a088d3330a2743e36423aa5f7bdad8 commit: 9bca3ef575a088d3330a2743e36423aa5f7bdad8 branch: main author: Richard Hansen committer: vstinner date: 2024-11-20T09:44:45+01:00 summary: Doc: C API: `PyThreadState::on_delete` was removed in v3.13 (#126536

[Python-checkins] gh-126947: Typechecking for _pydatetime.timedelta.__new__ arguments (#126949)

2024-11-20 Thread sobolevn
https://github.com/python/cpython/commit/8da9920a80c60fb3fc326c623e0f217c84011c1d commit: 8da9920a80c60fb3fc326c623e0f217c84011c1d branch: main author: Beomsoo Kim committer: sobolevn date: 2024-11-19T22:40:52+03:00 summary: gh-126947: Typechecking for _pydatetime.timedelta.__new__ arguments (#1