[Python-checkins] GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)

2024-12-29 Thread barneygale
https://github.com/python/cpython/commit/ef63cca494571f50906baae1d176469a3dcf8838 commit: ef63cca494571f50906baae1d176469a3dcf8838 branch: main author: Barney Gale committer: barneygale date: 2024-12-29T22:07:12Z summary: GH-127381: pathlib ABCs: remove uncommon `PurePathBase` methods (#127853)

[Python-checkins] GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334)

2024-12-29 Thread barneygale
https://github.com/python/cpython/commit/c78729f2df7c0e220f1080edb2a0d0cdd49e22df commit: c78729f2df7c0e220f1080edb2a0d0cdd49e22df branch: main author: Barney Gale committer: barneygale date: 2024-12-29T21:42:07Z summary: GH-127381: pathlib ABCs: remove `PathBase.stat()` (#128334) Remove the `P

[Python-checkins] [3.12] gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011) (#128299)

2024-12-29 Thread gpshead
https://github.com/python/cpython/commit/be7314ffac270bf2a52eeb4d685da631b405c973 commit: be7314ffac270bf2a52eeb4d685da631b405c973 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-12-29T11:02:59-08:00 summary: [3.12] gh-127

[Python-checkins] [3.13] gh-127586: multiprocessing.Pool does not properly restore blocked signals (try 2) (GH-128011) (#128298)

2024-12-29 Thread gpshead
https://github.com/python/cpython/commit/16fde763e59b8ca3977af99d6b69c7f1b5b67d7a commit: 16fde763e59b8ca3977af99d6b69c7f1b5b67d7a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2024-12-29T11:02:53-08:00 summary: [3.13] gh-127

[Python-checkins] gh-123424: add `ZipInfo._for_archive` to set suitable default properties (#123429)

2024-12-29 Thread jaraco
https://github.com/python/cpython/commit/7e819ce0f32068de7914cd1ba3b4b95e91ea9873 commit: 7e819ce0f32068de7914cd1ba3b4b95e91ea9873 branch: main author: Bénédikt Tran <[email protected]> committer: jaraco date: 2024-12-29T18:30:53Z summary: gh-123424: add `ZipInfo._for_arch