[Python-checkins] [3.12] IDLE: fix url in config.py comment (GH-119198) (#119200)

2024-05-19 Thread terryjreedy
https://github.com/python/cpython/commit/541b89eaf606de286bc7c33588b63c3d0a9310b8 commit: 541b89eaf606de286bc7c33588b63c3d0a9310b8 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-05-20T06:29:42Z summary: [3.12] IDLE: f

[Python-checkins] [3.13] IDLE: fix url in config.py comment (GH-119198) (#119199)

2024-05-19 Thread terryjreedy
https://github.com/python/cpython/commit/3b908072578d44673b8f278117c9d4c3d42a3127 commit: 3b908072578d44673b8f278117c9d4c3d42a3127 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2024-05-20T06:27:51Z summary: [3.13] IDLE: f

[Python-checkins] IDLE: fix url in config.py comment (#119198)

2024-05-19 Thread terryjreedy
https://github.com/python/cpython/commit/357f5a1f73684d0c126a5e8f79d76ff3641c4d52 commit: 357f5a1f73684d0c126a5e8f79d76ff3641c4d52 branch: main author: Terry Jan Reedy committer: terryjreedy date: 2024-05-20T06:04:50Z summary: IDLE: fix url in config.py comment (#119198) files: M Lib/idlelib/co

[Python-checkins] gh-119105: difflib: improve recursion for degenerate cases (#119131)

2024-05-19 Thread tim-one
https://github.com/python/cpython/commit/0abf997e75bd3a8b76d920d33cc64d5e6c2d380f commit: 0abf997e75bd3a8b76d920d33cc64d5e6c2d380f branch: main author: pulkin committer: tim-one date: 2024-05-19T16:46:37-05:00 summary: gh-119105: difflib: improve recursion for degenerate cases (#119131) Code fr

[Python-checkins] [3.13] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (GH-119124) (#119183)

2024-05-19 Thread barneygale
https://github.com/python/cpython/commit/27b61c17a1d32d4773bb91f31c31e05a54b3b3df commit: 27b61c17a1d32d4773bb91f31c31e05a54b3b3df branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-05-19T16:27:12Z summary: [3.13] GH-11911

[Python-checkins] [3.13] GH-118447: Fix FreeBSD test failures. (GH-119170) (#119181)

2024-05-19 Thread barneygale
https://github.com/python/cpython/commit/fdc50bac16d3f8dc693488738009de8c86baf6e0 commit: fdc50bac16d3f8dc693488738009de8c86baf6e0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: barneygale date: 2024-05-19T16:22:51Z summary: [3.13] GH-11844

[Python-checkins] GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)` (#119124)

2024-05-19 Thread barneygale
https://github.com/python/cpython/commit/3c28510b984392b8dac87a17dfc5887366d5c4ab commit: 3c28510b984392b8dac87a17dfc5887366d5c4ab branch: main author: Barney Gale committer: barneygale date: 2024-05-19T17:04:56+01:00 summary: GH-119113: Raise `TypeError` from `pathlib.PurePath.with_suffix(None)

[Python-checkins] GH-118447: Fix FreeBSD test failures. (#119170)

2024-05-19 Thread barneygale
https://github.com/python/cpython/commit/4b7667172898d440c1931ae923446c6a5ef1765e commit: 4b7667172898d440c1931ae923446c6a5ef1765e branch: main author: Barney Gale committer: barneygale date: 2024-05-19T16:39:00+01:00 summary: GH-118447: Fix FreeBSD test failures. (#119170) Apparently only macO

[Python-checkins] GH-119146: Don't run JIT CI on unrelated changes (GH-119147)

2024-05-19 Thread brandtbucher
https://github.com/python/cpython/commit/5307f44fb983f2a17727fb43602f5dfa63e93311 commit: 5307f44fb983f2a17727fb43602f5dfa63e93311 branch: main author: Savannah Ostrowski committer: brandtbucher date: 2024-05-19T12:59:12Z summary: GH-119146: Don't run JIT CI on unrelated changes (GH-119147) Co