[Python-checkins] [3.12] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) (#127465)

2024-11-30 Thread gpshead
https://github.com/python/cpython/commit/f08c82ecad5106a32be0c1b65c4d5be3677ab2cd commit: f08c82ecad5106a32be0c1b65c4d5be3677ab2cd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-30T23:50:33-08:00 summary: [3.12] Add th

[Python-checkins] [3.13] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462) (#127464)

2024-11-30 Thread gpshead
https://github.com/python/cpython/commit/06acb95856257d90b12d4bbd97deae403cb558b3 commit: 06acb95856257d90b12d4bbd97deae403cb558b3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-11-30T23:50:01-08:00 summary: [3.13] Add th

[Python-checkins] [3.13] gh-127165: Disallow embedded NULL characters in `_interpreters` (GH-127199) (#127463)

2024-11-30 Thread kumaraditya303
https://github.com/python/cpython/commit/2813a6167560a8d649465249f27ff1c134151387 commit: 2813a6167560a8d649465249f27ff1c134151387 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2024-12-01T06:55:55Z summary: [3.13] gh-1

[Python-checkins] [3.13] gh-127190: Fix local_setattro() error handling (GH-127366) (#127367)

2024-11-30 Thread vstinner
https://github.com/python/cpython/commit/5017c81824724f1bd217ac02d5e89874cc4b162c commit: 5017c81824724f1bd217ac02d5e89874cc4b162c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-12-01T06:48:04Z summary: [3.13] gh-127190:

[Python-checkins] Add the missing `f` on an f-string error message in multiprocessing. (GH-127462)

2024-11-30 Thread gpshead
https://github.com/python/cpython/commit/11c01092d5fa8f02c867a7f1f3c135ce63db4838 commit: 11c01092d5fa8f02c867a7f1f3c135ce63db4838 branch: main author: Gregory P. Smith committer: gpshead date: 2024-12-01T06:44:43Z summary: Add the missing `f` on an f-string error message in multiprocessing. (GH

[Python-checkins] gh-127165: Disallow embedded NULL characters in `_interpreters` (#127199)

2024-11-30 Thread kumaraditya303
https://github.com/python/cpython/commit/46bfd26fb294a8769ef6d0c056ee6c9df022a037 commit: 46bfd26fb294a8769ef6d0c056ee6c9df022a037 branch: main author: Peter Bierma committer: kumaraditya303 date: 2024-12-01T06:33:23Z summary: gh-127165: Disallow embedded NULL characters in `_interpreters` (#127

[Python-checkins] [3.13] gh-127341: Argument Clinic: fix compiler warnings for getters with docstrings (GH-127310) (#127431)

2024-11-30 Thread erlend-aasland
https://github.com/python/cpython/commit/a442c87c4cd32e19d9a15266c5687b4c0975b8f6 commit: a442c87c4cd32e19d9a15266c5687b4c0975b8f6 branch: 3.13 author: Peter Bierma committer: erlend-aasland date: 2024-11-30T23:25:51+01:00 summary: [3.13] gh-127341: Argument Clinic: fix compiler warnings for get

[Python-checkins] GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427)

2024-11-30 Thread barneygale
https://github.com/python/cpython/commit/328187cc4fcdd578db42cf6a16c197c3382157a7 commit: 328187cc4fcdd578db42cf6a16c197c3382157a7 branch: main author: Barney Gale committer: barneygale date: 2024-11-30T18:39:39Z summary: GH-127381: pathlib ABCs: remove `PathBase.cwd()` and `home()` (#127427) T

[Python-checkins] [3.9] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127409)

2024-11-30 Thread hugovk
https://github.com/python/cpython/commit/307a762b022515e00951c07e2fc5971fcbbe2b46 commit: 307a762b022515e00951c07e2fc5971fcbbe2b46 branch: 3.9 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-30T18:38:35+02

[Python-checkins] [3.10] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127408)

2024-11-30 Thread hugovk
https://github.com/python/cpython/commit/e43897c3403dbdb545a8914523f7b363c7742f65 commit: e43897c3403dbdb545a8914523f7b363c7742f65 branch: 3.10 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-30T18:38:29+0

[Python-checkins] [3.11] gh-127359: Pin Tcl/Tk to 8 (8.6) for testing macOS (GH-127365) (#127407)

2024-11-30 Thread hugovk
https://github.com/python/cpython/commit/7f71003b222ad398713514c2b55d34dc05dba6bc commit: 7f71003b222ad398713514c2b55d34dc05dba6bc branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-30T18:38:21+0

[Python-checkins] [3.13] summarize: Fix typo in stats (GH-127450) (#127454)

2024-11-30 Thread hugovk
https://github.com/python/cpython/commit/c54b9ae199758713a96945c5ee5e50036a015413 commit: c54b9ae199758713a96945c5ee5e50036a015413 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-11-3

[Python-checkins] summarize: Fix typo in stats (#127450)

2024-11-30 Thread hugovk
https://github.com/python/cpython/commit/4e0a4cafe8d8ecb43db62aed1d5671af583104e7 commit: 4e0a4cafe8d8ecb43db62aed1d5671af583104e7 branch: main author: alm committer: hugovk <[email protected]> date: 2024-11-30T18:07:54+02:00 summary: summarize: Fix typo in stats (#127450)

[Python-checkins] Docs: Fix incorrect indents in `c-api/type.rst` (#127449)

2024-11-30 Thread Eclips4
https://github.com/python/cpython/commit/33ce8dcf791721fea563715f681dc1593a35b83b commit: 33ce8dcf791721fea563715f681dc1593a35b83b branch: main author: Yuki Kobayashi committer: Eclips4 date: 2024-11-30T15:01:15Z summary: Docs: Fix incorrect indents in `c-api/type.rst` (#127449) files: M Doc/c-

[Python-checkins] gh-127417: fix UTF-8 decoder optimization on AIX (#127433)

2024-11-30 Thread methane
https://github.com/python/cpython/commit/7043bbd1ca6f0d84ad2211dd60114535ba3d51fc commit: 7043bbd1ca6f0d84ad2211dd60114535ba3d51fc branch: main author: Inada Naoki committer: methane date: 2024-11-30T21:52:37+09:00 summary: gh-127417: fix UTF-8 decoder optimization on AIX (#127433) files: M Obj

[Python-checkins] [3.12] Link to correct class methods in asyncio primitives docs (GH-127270) (#127438)

2024-11-30 Thread kumaraditya303
https://github.com/python/cpython/commit/ea8a85bb9eb54b9edee1a815cff797310ec13f13 commit: ea8a85bb9eb54b9edee1a815cff797310ec13f13 branch: 3.12 author: Bénédikt Tran <[email protected]> committer: kumaraditya303 date: 2024-11-30T10:02:07Z summary: [3.12] Link to correct cl

[Python-checkins] [3.13] gh-109746: Fix race condition in test_start_new_thread_failed (GH-127299) (GH-127323)

2024-11-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/82d199d307e0f5ab65a3035040af26a370d6e2d4 commit: 82d199d307e0f5ab65a3035040af26a370d6e2d4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-30T09:19:13Z summary: [3.13] gh

[Python-checkins] [3.13] gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059) (GH-127325)

2024-11-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d2d1055129df2184e11947c25380da041959c347 commit: d2d1055129df2184e11947c25380da041959c347 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-30T09:16:45Z summary: [3.13] gh

[Python-checkins] [3.13] gh-123967: Fix faulthandler for trampoline frames (GH-127329) (#127362)

2024-11-30 Thread vstinner
https://github.com/python/cpython/commit/089d70614e6dcb8c27a537a03ac3e701960ba629 commit: 089d70614e6dcb8c27a537a03ac3e701960ba629 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2024-11-30T09:14:29Z summary: [3.13] gh-123967:

[Python-checkins] [3.13] gh-127217: Fix pathname2url() for paths starting with multiple slashes on Posix (GH-127218) (GH-127230)

2024-11-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c711deb803d154ef3155406eb33e71113684931c commit: c711deb803d154ef3155406eb33e71113684931c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-30T09:11:24Z summary: [3.13] gh

[Python-checkins] [3.12] gh-88110: Clear concurrent.futures.thread._threads_queues after fork to avoid joining parent process' threads (GH-126098) (GH-127164)

2024-11-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/7c7ed49b518f986806edf2f3d67198cb516b7a98 commit: 7c7ed49b518f986806edf2f3d67198cb516b7a98 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-30T09:05:46Z summary: [3.12] gh

[Python-checkins] [3.13] gh-127303: Add docs for token.EXACT_TOKEN_TYPES (GH-127304) (#127390)

2024-11-30 Thread terryjreedy
https://github.com/python/cpython/commit/4cba0e66c29b46afbb1eee1d0428f5a2f5b891bb commit: 4cba0e66c29b46afbb1eee1d0428f5a2f5b891bb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-11-30T08:13:13Z summary: [3.13] gh-1273