[Python-checkins] GH-126789: fix some sysconfig data on late site initializations (#127729)

2024-12-07 Thread FFY00
https://github.com/python/cpython/commit/70154855cf698560dd9a5e484a649839cd68dc7c commit: 70154855cf698560dd9a5e484a649839cd68dc7c branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-08T05:57:22Z summary: GH-126789: fix some sysconfig data on late site initializations (#127729)

[Python-checkins] GH-127090: Fix `urllib.response.addinfourl.url` value for opened `file:` URIs (#127091)

2024-12-07 Thread barneygale
https://github.com/python/cpython/commit/79b7cab50a3292a1c01466cf0e69fb7b4e56cfb1 commit: 79b7cab50a3292a1c01466cf0e69fb7b4e56cfb1 branch: main author: Barney Gale committer: barneygale date: 2024-12-07T17:58:42Z summary: GH-127090: Fix `urllib.response.addinfourl.url` value for opened `file:` U

[Python-checkins] [3.13] Give `poplib.POP3.rpop` a proper docstring (GH-127370) (#127721)

2024-12-07 Thread Eclips4
https://github.com/python/cpython/commit/2ba5190f01399d6a564c18634c83ff3b9964512d commit: 2ba5190f01399d6a564c18634c83ff3b9964512d branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-07T16:41:23Z summary: [3.13] Give `popli

[Python-checkins] [3.12] Give `poplib.POP3.rpop` a proper docstring (GH-127370) (#127722)

2024-12-07 Thread Eclips4
https://github.com/python/cpython/commit/87f912ac188827ccfc75b6489c192cf94d768903 commit: 87f912ac188827ccfc75b6489c192cf94d768903 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Eclips4 date: 2024-12-07T16:33:04Z summary: [3.12] Give `popli

[Python-checkins] Give `poplib.POP3.rpop` a proper docstring (#127370)

2024-12-07 Thread Eclips4
https://github.com/python/cpython/commit/27d0d2141319d82709eb09ba20065df3e1714fab commit: 27d0d2141319d82709eb09ba20065df3e1714fab branch: main author: Stan Ulbrych <[email protected]> committer: Eclips4 date: 2024-12-07T18:13:49+02:00 summary: Give `poplib.POP3.rp

[Python-checkins] gh-119786: fix typo in `InternalDocs/garbage_collector.md` (#127687)

2024-12-07 Thread kumaraditya303
https://github.com/python/cpython/commit/72dca6c4eda0d63ee35a0aa619ae931ab226bef9 commit: 72dca6c4eda0d63ee35a0aa619ae931ab226bef9 branch: main author: Srinivas Reddy Thatiparthy (తాటిపర్తి శ్రీనివాస్ రెడ్డి) committer: kumaraditya303 date: 2024-12-07T15:42:45+05:30 summary: gh-119786: fix typ