[Python-checkins] gh-127238: adjust error message for sys.set_int_max_str_digits() (#127241)

2024-11-24 Thread terryjreedy
https://github.com/python/cpython/commit/c595eae84c7f665eced09ce67a1ad83b7574d6e5 commit: c595eae84c7f665eced09ce67a1ad83b7574d6e5 branch: main author: Sergey B Kirpichev committer: terryjreedy date: 2024-11-25T00:29:55-05:00 summary: gh-127238: adjust error message for sys.set_int_max_str_digit

[Python-checkins] GH-115869: Make jit_stencils.h reproducible (GH-127166)

2024-11-24 Thread brandtbucher
https://github.com/python/cpython/commit/17c16aea66b606d66f71ae9af381bc34d0ef3f5f commit: 17c16aea66b606d66f71ae9af381bc34d0ef3f5f branch: main author: Brandt Bucher committer: brandtbucher date: 2024-11-24T14:42:50-08:00 summary: GH-115869: Make jit_stencils.h reproducible (GH-127166) files: A

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

2024-11-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5bfacd26e84c2f2b09e06634954970781dfc3c35 commit: 5bfacd26e84c2f2b09e06634954970781dfc3c35 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-11-24T20:13:23+02:00 summary: [3.1

[Python-checkins] [3.12] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127233)

2024-11-24 Thread barneygale
https://github.com/python/cpython/commit/b52ab48a10276ea332cd80e5fcc0c0dd2a4b7e02 commit: b52ab48a10276ea332cd80e5fcc0c0dd2a4b7e02 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-11-24T17:48:12Z summary: [3.12] Improve

[Python-checkins] [3.13] Improve `pathname2url()` and `url2pathname()` docs (GH-127125) (#127232)

2024-11-24 Thread barneygale
https://github.com/python/cpython/commit/a6e61fd9d8323072d962ec649075b63027c43745 commit: a6e61fd9d8323072d962ec649075b63027c43745 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-11-24T17:46:54Z summary: [3.13] Improve

[Python-checkins] Improve `pathname2url()` and `url2pathname()` docs (#127125)

2024-11-24 Thread barneygale
https://github.com/python/cpython/commit/307c63358681d669ae39e5ecd814bded4a93443a commit: 307c63358681d669ae39e5ecd814bded4a93443a branch: main author: Barney Gale committer: barneygale date: 2024-11-24T17:33:46Z summary: Improve `pathname2url()` and `url2pathname()` docs (#127125) These functi

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

2024-11-24 Thread serhiy-storchaka
https://github.com/python/cpython/commit/97b2ceaaaf88a73a45254912a0e972412879ccbf commit: 97b2ceaaaf88a73a45254912a0e972412879ccbf branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-24T19:30:29+02:00 summary: gh-127217: Fix pathname2url() for paths starting with mult

[Python-checkins] [3.13] Fix macro expansions in critical section docs (GH-127226) (#127229)

2024-11-24 Thread colesbury
https://github.com/python/cpython/commit/cb270e96af61c102fda0f538c85aa967f8dda3fc commit: cb270e96af61c102fda0f538c85aa967f8dda3fc branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: colesbury date: 2024-11-24T17:26:40Z summary: [3.13] Fix macro

[Python-checkins] Fix macro expansions in critical section docs (#127226)

2024-11-24 Thread colesbury
https://github.com/python/cpython/commit/2bb7846cacb342246aada5ed92d323e54c946063 commit: 2bb7846cacb342246aada5ed92d323e54c946063 branch: main author: da-woods committer: colesbury date: 2024-11-24T12:21:02-05:00 summary: Fix macro expansions in critical section docs (#127226) files: M Doc/c-a

[Python-checkins] gh-122356: restore the position of a file-like object after `zipfile.is_zipfile` (#122397)

2024-11-24 Thread jaraco
https://github.com/python/cpython/commit/e0ef08f5b444950ad9e900b27f5b5dbc706f4459 commit: e0ef08f5b444950ad9e900b27f5b5dbc706f4459 branch: main author: Bénédikt Tran <[email protected]> committer: jaraco date: 2024-11-24T11:36:15-05:00 summary: gh-122356: restore the posit

[Python-checkins] gh-101100: Fix sphinx warnings of removed opcodes (#127222)

2024-11-24 Thread hugovk
https://github.com/python/cpython/commit/3d8ac48aed6e27c43bf5d037018edcc31d9e66d8 commit: 3d8ac48aed6e27c43bf5d037018edcc31d9e66d8 branch: main author: Yuki Kobayashi committer: hugovk <[email protected]> date: 2024-11-24T17:43:25+02:00 summary: gh-101100: Fix sphinx warning

[Python-checkins] GH-127133: Remove ability to nest argument groups & mutually exclusive groups (#127186)

2024-11-24 Thread iritkatriel
https://github.com/python/cpython/commit/2104bde572aa60f547274fd529312c5708599001 commit: 2104bde572aa60f547274fd529312c5708599001 branch: main author: Savannah Ostrowski committer: iritkatriel <[email protected]> date: 2024-11-24T15:20:37Z summary: GH-127133: Remove ab

[Python-checkins] [3.13] gh-109413: Enable mypy's `disallow_any_generics` setting when checking `libregrtest` (GH-127033) (#127034)

2024-11-24 Thread sobolevn
https://github.com/python/cpython/commit/24b86308f9dc65e6f7bdd5aa040bfa96fa56fa4c commit: 24b86308f9dc65e6f7bdd5aa040bfa96fa56fa4c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: sobolevn date: 2024-11-24T08:40:14Z summary: [3.13] gh-109413: