[Python-checkins] [3.12] gh-122544: Change OS image in GitHub Actions to Ubuntu 24.04 (#122566) (#126621)

2025-01-11 Thread hugovk
https://github.com/python/cpython/commit/a600439e42cc2d355351e8986089ec443432ab45 commit: a600439e42cc2d355351e8986089ec443432ab45 branch: 3.12 author: Damien <[email protected]> committer: hugovk <[email protected]> date: 2025-01-12T00:23:53+02:00

[Python-checkins] GH-128520: Divide pathlib ABCs into three classes (#128523)

2025-01-11 Thread barneygale
https://github.com/python/cpython/commit/22a442181d5f1ac496dac08e24fd852de404882f commit: 22a442181d5f1ac496dac08e24fd852de404882f branch: main author: Barney Gale committer: barneygale date: 2025-01-11T19:27:47Z summary: GH-128520: Divide pathlib ABCs into three classes (#128523) In the privat

[Python-checkins] gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522)

2025-01-11 Thread gaogaotiantian
https://github.com/python/cpython/commit/0946ed25b53dddfa4eb040513720353b7214d71b commit: 0946ed25b53dddfa4eb040513720353b7214d71b branch: main author: Yan Yanchii committer: gaogaotiantian date: 2025-01-11T11:19:29-05:00 summary: gh-128438: Add `EnvironmentVarGuard` for `test_pdb.py` (#128522)

[Python-checkins] [3.13] gh-127614: Correctly check for ttyname_r() in configure (#128503) (#128598)

2025-01-11 Thread erlend-aasland
https://github.com/python/cpython/commit/436064afd88bf19b6d6885485cee39a331e406c5 commit: 436064afd88bf19b6d6885485cee39a331e406c5 branch: 3.13 author: Erlend E. Aasland committer: erlend-aasland date: 2025-01-11T11:47:49Z summary: [3.13] gh-127614: Correctly check for ttyname_r() in configure (

[Python-checkins] [3.13] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128582)

2025-01-11 Thread hugovk
https://github.com/python/cpython/commit/3714fd07c5a98811f677334e6be7fd042c305daa commit: 3714fd07c5a98811f677334e6be7fd042c305daa branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-01-1

[Python-checkins] [3.12] gh-128302: Fix bugs in xml.dom.xmlbuilder (GH-128284) (#128583)

2025-01-11 Thread hugovk
https://github.com/python/cpython/commit/07a65cdcc576a84aaf272201866b14b4af5698e4 commit: 07a65cdcc576a84aaf272201866b14b4af5698e4 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-01-1

[Python-checkins] Make the Python CLI error message style more consistent (GH-128129)

2025-01-11 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3a570c6d58bd5ad7d7c13b24dafccc2701081d9f commit: 3a570c6d58bd5ad7d7c13b24dafccc2701081d9f branch: main author: 9cel <[email protected]> committer: serhiy-storchaka date: 2025-01-11T11:17:35+02:00 summary: Make the Python CLI error message style more consist