[Python-checkins] [3.12] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (GH-113567) (#114018)

2024-01-14 Thread ronaldoussoren
https://github.com/python/cpython/commit/2aea0e967a28aa1dc7729e28dd36dd9abf50e24b commit: 2aea0e967a28aa1dc7729e28dd36dd9abf50e24b branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-14T16:29:15+01:00 summary: [3.12]

[Python-checkins] [3.11] gh-101225: Increase the socket backlog when creating a multiprocessing.connection.Listener (GH-113567) (#114019)

2024-01-14 Thread ronaldoussoren
https://github.com/python/cpython/commit/6fa6a6180571d0928c3d867edd3ea0eb2ee0357c commit: 6fa6a6180571d0928c3d867edd3ea0eb2ee0357c branch: 3.11 author: Miss Islington (bot) <[email protected]> committer: ronaldoussoren date: 2024-01-14T16:29:30+01:00 summary: [3.11]

[Python-checkins] gh-113317: Move global utility functions into libclinic (#113986)

2024-01-14 Thread erlend-aasland
https://github.com/python/cpython/commit/5dbcdfdeb87c5d02b25c9bf83b102c5683032dde commit: 5dbcdfdeb87c5d02b25c9bf83b102c5683032dde branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-14T18:26:09Z summary: gh-113317: Move global utility functions into libclinic (#113986

[Python-checkins] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (#114060)

2024-01-14 Thread AA-Turner
https://github.com/python/cpython/commit/c2808431b32fa7bc0d222d4549389f781f1a7333 commit: c2808431b32fa7bc0d222d4549389f781f1a7333 branch: main author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-14T20:3

[Python-checkins] [3.12] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (GH-114060) (#114063)

2024-01-14 Thread AA-Turner
https://github.com/python/cpython/commit/cc11c76da7a099bb4535ab8ca507e55263fc35b6 commit: cc11c76da7a099bb4535ab8ca507e55263fc35b6 branch: 3.12 author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-14T21:1

[Python-checkins] [3.11] gh-101100: Fix Sphinx warnings in `howto/urllib2.rst` and `library/http.client.rst` (GH-114060) (#114064)

2024-01-14 Thread AA-Turner
https://github.com/python/cpython/commit/3a181a10b1295d26d6a2a66643c365f460d5e4d5 commit: 3a181a10b1295d26d6a2a66643c365f460d5e4d5 branch: 3.11 author: Hugo van Kemenade <[email protected]> committer: AA-Turner <[email protected]> date: 2024-01-14T21:1

[Python-checkins] Add `pathlib._abc.PathModuleBase` (#113893)

2024-01-14 Thread barneygale
https://github.com/python/cpython/commit/ca6cf56330ae7751819b62748f33f23d98596703 commit: ca6cf56330ae7751819b62748f33f23d98596703 branch: main author: Barney Gale committer: barneygale date: 2024-01-14T21:49:53Z summary: Add `pathlib._abc.PathModuleBase` (#113893) Path modules provide a subset

[Python-checkins] Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#114065)

2024-01-14 Thread barneygale
https://github.com/python/cpython/commit/4de4e654e592c4b3b1a073140b97ff7f373c7553 commit: 4de4e654e592c4b3b1a073140b97ff7f373c7553 branch: main author: Barney Gale committer: barneygale date: 2024-01-14T23:06:04Z summary: Replace `pathlib._abc.PathModuleBase.splitroot()` with `splitdrive()` (#11

[Python-checkins] gh-113317: Move FormatCounterFormatter into libclinic (#114066)

2024-01-14 Thread erlend-aasland
https://github.com/python/cpython/commit/1709020e8ebaf9bf1bc9ee14d56173c860613931 commit: 1709020e8ebaf9bf1bc9ee14d56173c860613931 branch: main author: Erlend E. Aasland committer: erlend-aasland date: 2024-01-15T00:09:26+01:00 summary: gh-113317: Move FormatCounterFormatter into libclinic (#114

[Python-checkins] gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (GH-113991)

2024-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f8a79109d0c4f408d34d51861cc0a7c447f46d70 commit: f8a79109d0c4f408d34d51861cc0a7c447f46d70 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-01-15T09:26:49+02:00 summary: gh-109862: Fix test_create_subprocess_with_pidfd when it w

[Python-checkins] [3.12] gh-109862: Fix test_create_subprocess_with_pidfd when it was run separately (GH-113991) (GH-114072)

2024-01-14 Thread serhiy-storchaka
https://github.com/python/cpython/commit/41a94c9e7be94760baab1dcb33427d8781bea64a commit: 41a94c9e7be94760baab1dcb33427d8781bea64a branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2024-01-15T07:55:35Z summary: [3.12] gh