[Python-checkins] Doc: remove unused images (GH-137323)

2025-08-02 Thread methane
https://github.com/python/cpython/commit/7adea430c1326962ce85ac475b1c24a2ef57f492 commit: 7adea430c1326962ce85ac475b1c24a2ef57f492 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: methane date: 2025-08-03T14:28:52+09:00 summary: Doc: remove u

[Python-checkins] [3.13] gh-135444: fix `asyncio.DatagramTransport.sendto` to account for datagram header size when data cannot be sent (GH-135445) (#137246)

2025-08-02 Thread kumaraditya303
https://github.com/python/cpython/commit/1b0dfbf209c327de30d66446a4aa39ddb3236980 commit: 1b0dfbf209c327de30d66446a4aa39ddb3236980 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-08-03T10:18:53+05:30 summary: [3.13]

[Python-checkins] GH-137276: Don't mark uop as escaping if the escaping call is on an exit branch (GH-137277)

2025-08-02 Thread markshannon
https://github.com/python/cpython/commit/801cf3fcdd27d8b6dd0fdd3c39e6c996e2b2f7fa commit: 801cf3fcdd27d8b6dd0fdd3c39e6c996e2b2f7fa branch: main author: Mark Shannon committer: markshannon date: 2025-08-02T16:49:34+01:00 summary: GH-137276: Don't mark uop as escaping if the escaping call is on an

[Python-checkins] Remove incorrect feature coverage comment from msgfmt script's docstring (#112862)

2025-08-02 Thread tomasr8
https://github.com/python/cpython/commit/7475887e1e5d7abc0e48c8ea50e4fe123582cdbd commit: 7475887e1e5d7abc0e48c8ea50e4fe123582cdbd branch: main author: Maciej Olko committer: tomasr8 date: 2025-08-02T16:37:25+02:00 summary: Remove incorrect feature coverage comment from msgfmt script's docstring

[Python-checkins] Doc: remove unused images (#137323)

2025-08-02 Thread AA-Turner
https://github.com/python/cpython/commit/f195c2803002d4a4827c61171d8c327e230842b6 commit: f195c2803002d4a4827c61171d8c327e230842b6 branch: main author: Inada Naoki committer: AA-Turner <[email protected]> date: 2025-08-02T15:32:18+01:00 summary: Doc: remove unused images

[Python-checkins] [3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx objects (GH-135980) (GH-136371)

2025-08-02 Thread encukou
https://github.com/python/cpython/commit/3b28cb0f3f80157a2a6e5e6ea9838caebde3164c commit: 3b28cb0f3f80157a2a6e5e6ea9838caebde3164c branch: 3.13 author: Petr Viktorin committer: encukou date: 2025-08-02T16:19:20+02:00 summary: [3.13] gh-135755: Document __future__.* and CO_* as proper Sphinx obje

[Python-checkins] gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318)

2025-08-02 Thread sobolevn
https://github.com/python/cpython/commit/b74f3bed51378896f2c7c720e505e87373e68c79 commit: b74f3bed51378896f2c7c720e505e87373e68c79 branch: main author: sobolevn committer: sobolevn date: 2025-08-02T11:57:01Z summary: gh-137308: Replace a single docstring with `pass` in `-OO` mode (#137318) This