[Python-checkins] gh-120057: Add os.reload_environ() function (#126268)

2024-11-04 Thread vstinner
https://github.com/python/cpython/commit/4a0d574273819b2b5006decb661da05b3baa8a4b commit: 4a0d574273819b2b5006decb661da05b3baa8a4b branch: main author: Victor Stinner committer: vstinner date: 2024-11-05T08:43:34+01:00 summary: gh-120057: Add os.reload_environ() function (#126268) Replace the o

[Python-checkins] [3.12] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336) (GH-126424)

2024-11-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/844d908adb0cd5cfe07e229c614b98f7c2e7a810 commit: 844d908adb0cd5cfe07e229c614b98f7c2e7a810 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-05T06:52:51Z summary: [3.12] gh-126303: Fix pickling and copying of os.sched_param ob

[Python-checkins] gh-126303: Fix pickling and copying of os.sched_param objects (GH-126336)

2024-11-04 Thread serhiy-storchaka
https://github.com/python/cpython/commit/d3840503b0f590ee574fbdf3c96626ff8b3c45f6 commit: d3840503b0f590ee574fbdf3c96626ff8b3c45f6 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-05T08:23:17+02:00 summary: gh-126303: Fix pickling and copying of os.sched_param obje

[Python-checkins] [3.13] gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` documentation (GH-125437) (#126421)

2024-11-04 Thread Eclips4
https://github.com/python/cpython/commit/05da4eea5a094fd02cd9739647d88056944f27fb commit: 05da4eea5a094fd02cd9739647d88056944f27fb branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-11-05T03:04:32Z summary: [3.13] gh-125436:

[Python-checkins] gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser`` documentation (#125437)

2024-11-04 Thread Eclips4
https://github.com/python/cpython/commit/d9602265479bcd96dc377d92a34556baf34ac3cd commit: d9602265479bcd96dc377d92a34556baf34ac3cd branch: main author: lit committer: Eclips4 date: 2024-11-05T02:58:15Z summary: gh-125436: Doc: Add missing ``allow_unnamed_section`` parameter to ``ConfigParser``

[Python-checkins] gh-126415: Fix conversion warning in `Python/bytecodes.c` (#126416)

2024-11-04 Thread Eclips4
https://github.com/python/cpython/commit/78015818c2601db842d101cad6ce2319c921935f commit: 78015818c2601db842d101cad6ce2319c921935f branch: main author: Kirill Podoprigora committer: Eclips4 date: 2024-11-05T04:12:31+02:00 summary: gh-126415: Fix conversion warning in `Python/bytecodes.c` (#12641

[Python-checkins] gh-89640: Hardcode WASM float word ordering as little endian (#126387)

2024-11-04 Thread erlend-aasland
https://github.com/python/cpython/commit/532fc08102d62c04d55f5b8aac00bd9e7e12ff4b commit: 532fc08102d62c04d55f5b8aac00bd9e7e12ff4b branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-11-04T21:48:09+01:00 summary: gh-89640: Hardcode WASM float word ordering as little endia

[Python-checkins] GH-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364)

2024-11-04 Thread barneygale
https://github.com/python/cpython/commit/9b7294c3a560f43f1e26a0f48c258829076d6464 commit: 9b7294c3a560f43f1e26a0f48c258829076d6464 branch: main author: Barney Gale committer: barneygale date: 2024-11-04T19:29:57Z summary: GH-126363: Speed up pattern parsing in `pathlib.Path.glob()` (#126364) Th

[Python-checkins] gh-115999: Implement thread-local bytecode and enable specialization for `BINARY_OP` (#123926)

2024-11-04 Thread mpage
https://github.com/python/cpython/commit/2e95c5ba3bf7e5004c7e2304afda4a8f8e2443a7 commit: 2e95c5ba3bf7e5004c7e2304afda4a8f8e2443a7 branch: main author: mpage committer: mpage date: 2024-11-04T11:13:32-08:00 summary: gh-115999: Implement thread-local bytecode and enable specialization for `BINAR

[Python-checkins] [3.13] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-126392) (#126403)

2024-11-04 Thread hugovk
https://github.com/python/cpython/commit/066241a92f266e9160bc7ac5bfd819f599ba commit: 066241a92f266e9160bc7ac5bfd819f599ba branch: 3.13 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-04T19:46:26+0

[Python-checkins] [3.12] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (GH-126392) (#126404)

2024-11-04 Thread hugovk
https://github.com/python/cpython/commit/94423b6be1edbee886eae11ea2accea39bcf55d3 commit: 94423b6be1edbee886eae11ea2accea39bcf55d3 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-04T19:47:40+0

[Python-checkins] [3.13] Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (GH-126396) (#126406)

2024-11-04 Thread Eclips4
https://github.com/python/cpython/commit/9e72a3f2e1bb2b8733d92fd75c8de6e16fb9ffe4 commit: 9e72a3f2e1bb2b8733d92fd75c8de6e16fb9ffe4 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-11-04T17:35:12Z summary: [3.13] Doc: Fix ty

[Python-checkins] Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396)

2024-11-04 Thread Eclips4
https://github.com/python/cpython/commit/e5a4b402ae55f5eeeb44d3e7bc3f3ec39b249846 commit: e5a4b402ae55f5eeeb44d3e7bc3f3ec39b249846 branch: main author: Mikhail Efimov committer: Eclips4 date: 2024-11-04T19:28:05+02:00 summary: Doc: Fix typo in documentation for ``MAKE_FUNCTION`` opcode (#126396

[Python-checkins] gh-101865: Docs: Keep co_lnotab deprecation for at least 3.14 (#126392)

2024-11-04 Thread hugovk
https://github.com/python/cpython/commit/eac41c5ddfadf52fbd84ee898ad56aedd5d90a41 commit: eac41c5ddfadf52fbd84ee898ad56aedd5d90a41 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2024-11-04T18:49:59+0

[Python-checkins] gh-126220: Adapt `_lsprof` to Argument Clinic (#126233)

2024-11-04 Thread sobolevn
https://github.com/python/cpython/commit/c806cd5af677c385470001efc68da38a32919196 commit: c806cd5af677c385470001efc68da38a32919196 branch: main author: sobolevn committer: sobolevn date: 2024-11-04T19:18:21+03:00 summary: gh-126220: Adapt `_lsprof` to Argument Clinic (#126233) Co-authored-by: E

[Python-checkins] [3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (GH-125107)

2024-11-04 Thread ambv
https://github.com/python/cpython/commit/011fb84db5fdbdfe542188b2259f2c42d5862122 commit: 011fb84db5fdbdfe542188b2259f2c42d5862122 branch: 3.9 author: Miss Islington (bot) <[email protected]> committer: ambv date: 2024-11-04T16:17:48+01:00 summary: [3.9] gh-109396:

[Python-checkins] [3.9] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (GH-126269) (GH-126301)

2024-11-04 Thread ambv
https://github.com/python/cpython/commit/633555735a023d3e4d92ba31da35b1205f9ecbd7 commit: 633555735a023d3e4d92ba31da35b1205f9ecbd7 branch: 3.9 author: Victor Stinner committer: ambv date: 2024-11-04T16:16:35+01:00 summary: [3.9] gh-124651: Quote template strings in `venv` activation scripts (GH

[Python-checkins] [3.10] gh-124651: Quote template strings in `venv` activation scripts (GH-124712) (GH-126185) (GH-126269) (GH-126300)

2024-11-04 Thread ambv
https://github.com/python/cpython/commit/9286ab3a107ea41bd3f3c3682ce2512692bdded8 commit: 9286ab3a107ea41bd3f3c3682ce2512692bdded8 branch: 3.10 author: Victor Stinner committer: ambv date: 2024-11-04T16:16:17+01:00 summary: [3.10] gh-124651: Quote template strings in `venv` activation scripts (

[Python-checkins] gh-119793: Add optional length-checking to `map()` (GH-120471)

2024-11-04 Thread encukou
https://github.com/python/cpython/commit/3032fcd90ecb745b737cbc93f694f9a802062a3a commit: 3032fcd90ecb745b737cbc93f694f9a802062a3a branch: main author: Nice Zombies committer: encukou date: 2024-11-04T15:00:19+01:00 summary: gh-119793: Add optional length-checking to `map()` (GH-120471) Co-aut

[Python-checkins] [3.12] gh-125783: Add more tests to prevent regressions with the combination of ctypes and metaclasses. (GH-126126) (GH-126276)

2024-11-04 Thread encukou
https://github.com/python/cpython/commit/a2356194918bc18f30a4a55c2e730dc97d09d4fe commit: a2356194918bc18f30a4a55c2e730dc97d09d4fe branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-11-04T11:58:30+01:00 summary: [3.12] gh-125

[Python-checkins] [3.13] gh-125783: Add more tests to prevent regressions with the combination of ctypes and metaclasses. (GH-126126) (GH-126275)

2024-11-04 Thread encukou
https://github.com/python/cpython/commit/cddecf228a3160bb3f1c256b600be782e69b23ff commit: cddecf228a3160bb3f1c256b600be782e69b23ff branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: encukou date: 2024-11-04T11:58:20+01:00 summary: [3.13] gh-125

[Python-checkins] gh-109413: Add more type hints to `libregrtest` (#126352)

2024-11-04 Thread sobolevn
https://github.com/python/cpython/commit/bfc1d2504c183a9464e65c290e48516d176ea41f commit: bfc1d2504c183a9464e65c290e48516d176ea41f branch: main author: sobolevn committer: sobolevn date: 2024-11-04T13:15:57+03:00 summary: gh-109413: Add more type hints to `libregrtest` (#126352) files: M Lib/te

[Python-checkins] gh-126353: remove implicit creation of loop from `asyncio.get_event_loop` (#126354)

2024-11-04 Thread kumaraditya303
https://github.com/python/cpython/commit/fe5a6ab7bea927e887b7b3c2d4e8fe8eac7106c3 commit: fe5a6ab7bea927e887b7b3c2d4e8fe8eac7106c3 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-11-04T14:21:20+05:30 summary: gh-126353: remove implicit creation of loop from `asyncio.get_ev

[Python-checkins] [3.12] Docs: turn getopt examples into doctests (GH-126377) (#126386)

2024-11-04 Thread erlend-aasland
https://github.com/python/cpython/commit/70f777daeaa899764002ebdad5c5821b660314f9 commit: 70f777daeaa899764002ebdad5c5821b660314f9 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-11-04T08:37:23Z summary: [3.12] Docs

[Python-checkins] [3.13] Docs: turn getopt examples into doctests (GH-126377) (#126385)

2024-11-04 Thread erlend-aasland
https://github.com/python/cpython/commit/6245ee279db8d85d7a72bc6ec24021eab06987fe commit: 6245ee279db8d85d7a72bc6ec24021eab06987fe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2024-11-04T08:34:36Z summary: [3.13] Docs

[Python-checkins] Docs: turn getopt examples into doctests (#126377)

2024-11-04 Thread erlend-aasland
https://github.com/python/cpython/commit/0d80777981f95bbc79b146fc78b2189c82521ab9 commit: 0d80777981f95bbc79b146fc78b2189c82521ab9 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-11-04T09:27:25+01:00 summary: Docs: turn getopt examples into doctests (#126377) files: