[Python-checkins] [3.14] gh-119180: Refer to `annotationlib.get_annotations()` in `typing.get_type_hints()` documentation (GH-137247) (#137263)

2025-07-30 Thread hugovk
https://github.com/python/cpython/commit/42b58cfa4216e4d53737a9d61a93b3be4f9beb91 commit: 42b58cfa4216e4d53737a9d61a93b3be4f9beb91 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-3

[Python-checkins] gh-119180: Refer to `annotationlib.get_annotations()` in `typing.get_type_hints()` documentation (#137247)

2025-07-30 Thread JelleZijlstra
https://github.com/python/cpython/commit/5e2f0b976a762dd0efe1cca4c7b5aaa2ed809578 commit: 5e2f0b976a762dd0efe1cca4c7b5aaa2ed809578 branch: main author: Victorien <65306057+vii...@users.noreply.github.com> committer: JelleZijlstra date: 2025-07-30T20:21:56-07:00 summary: gh-119180: Refer to `annot

[Python-checkins] GH-134291: Support older macOS deployment targets for JIT builds (GH-137211)

2025-07-30 Thread brandtbucher
https://github.com/python/cpython/commit/d591b5effb8ec8177a95cc725b340bf166eecaa3 commit: d591b5effb8ec8177a95cc725b340bf166eecaa3 branch: main author: Brandt Bucher committer: brandtbucher date: 2025-07-30T15:48:18-07:00 summary: GH-134291: Support older macOS deployment targets for JIT builds

[Python-checkins] gh-137239: Add *_max functions to heapq.__all__ (gh-137241)

2025-07-30 Thread rhettinger
https://github.com/python/cpython/commit/5f35f9b8fad50670604552062c1df8fbdff835ab commit: 5f35f9b8fad50670604552062c1df8fbdff835ab branch: main author: Stan Ulbrych <89152624+stanfromirel...@users.noreply.github.com> committer: rhettinger date: 2025-07-30T16:12:14-05:00 summary: gh-137239: Add *_

[Python-checkins] Add example of min-heap and max-heap working together (gh-137251)

2025-07-30 Thread rhettinger
https://github.com/python/cpython/commit/dc05d475c149289749f6131e3c0c4c1d2c492c8e commit: dc05d475c149289749f6131e3c0c4c1d2c492c8e branch: main author: Raymond Hettinger committer: rhettinger date: 2025-07-30T15:53:33-05:00 summary: Add example of min-heap and max-heap working together (gh-13725

[Python-checkins] [3.14] gh-136992: Add "None" as valid `SameSite` value as per RFC 6265bis (GH-137040) (#137140)

2025-07-30 Thread hugovk
https://github.com/python/cpython/commit/aab9537cf09dd5ded663e4d6b8016193e0dbc3b2 commit: aab9537cf09dd5ded663e4d6b8016193e0dbc3b2 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-3

[Python-checkins] GH-137248: Add a `--logdir` option to `Tools/wasm/wasi` (GH-137249)

2025-07-30 Thread brettcannon
https://github.com/python/cpython/commit/94498a53f308a079be9860e0f0d470eeaeb082ff commit: 94498a53f308a079be9860e0f0d470eeaeb082ff branch: main author: Brett Cannon committer: brettcannon date: 2025-07-30T19:13:37Z summary: GH-137248: Add a `--logdir` option to `Tools/wasm/wasi` (GH-137249) fil

[Python-checkins] [3.14] GH-116738: document thread-safety of bisect (GH-136555) (#137221)

2025-07-30 Thread hugovk
https://github.com/python/cpython/commit/f607515bc5c5090d0dae2605ef39f1643c48 commit: f607515bc5c5090d0dae2605ef39f1643c48 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-07-3

[Python-checkins] GH-137243: Have `Tools/wasm/wasi` detect WASI SDK installs in `/opt` when the release tarball is extracted (GH-137244)

2025-07-30 Thread brettcannon
https://github.com/python/cpython/commit/2f1a9f2ed498b3cb2dd5f4616bf3a07fd1ad074c commit: 2f1a9f2ed498b3cb2dd5f4616bf3a07fd1ad074c branch: main author: Brett Cannon committer: brettcannon date: 2025-07-30T11:46:24-07:00 summary: GH-137243: Have `Tools/wasm/wasi` detect WASI SDK installs in `/opt

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

2025-07-30 Thread kumaraditya303
https://github.com/python/cpython/commit/e3ea8613519bd08aa6ce7d142403e644ae32d843 commit: e3ea8613519bd08aa6ce7d142403e644ae32d843 branch: main author: Justin Bronder committer: kumaraditya303 date: 2025-07-30T23:41:28+05:30 summary: gh-135444: fix `asyncio.DatagramTransport.sendto` to account f

[Python-checkins] [3.13] GH-116738: document thread-safety of bisect (GH-136555) (#137222)

2025-07-30 Thread kumaraditya303
https://github.com/python/cpython/commit/d3b5f838ec44d0297a0990e11838f39395aa7d60 commit: d3b5f838ec44d0297a0990e11838f39395aa7d60 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2025-07-30T11:50:39Z summary: [3.13] GH-1

[Python-checkins] gh-71189: Support all-but-last mode in os.path.realpath() (GH-117562)

2025-07-30 Thread serhiy-storchaka
https://github.com/python/cpython/commit/9d3b53c47fab9ebf1f40d6f21b7d1ad391c14cd7 commit: 9d3b53c47fab9ebf1f40d6f21b7d1ad391c14cd7 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-07-30T10:19:19+03:00 summary: gh-71189: Support all-but-last mode in os.path.realpath()