[Python-checkins] [3.14] Add a What's New entry for Emscripten (GH-137035) (#137192)

2025-07-28 Thread hugovk
https://github.com/python/cpython/commit/40632ad7ba3ac1601370a1529e0586edc1f70019 commit: 40632ad7ba3ac1601370a1529e0586edc1f70019 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] Add a What's New entry for Emscripten (#137035)

2025-07-28 Thread AA-Turner
https://github.com/python/cpython/commit/d7e12a362a2a4a4b7d52a343ab5940be2cbcc909 commit: d7e12a362a2a4a4b7d52a343ab5940be2cbcc909 branch: main author: Hood Chatham committer: AA-Turner <[email protected]> date: 2025-07-29T01:42:07+01:00 summary: Add a What's New entry fo

[Python-checkins] [3.14] gh-132898: Add a note in `multiprocessing.Process` docs about creating a process in a REPL (GH-137118) (#137154)

2025-07-28 Thread hugovk
https://github.com/python/cpython/commit/9da008da990e3b1b907e37cca091e631d0b8e1e5 commit: 9da008da990e3b1b907e37cca091e631d0b8e1e5 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] [3.14] GH-137059: `url2pathname()`: fix support for drive letter in netloc (GH-137060) (#137144)

2025-07-28 Thread hugovk
https://github.com/python/cpython/commit/aeb55ebb0774b3718cf6f2da8b6f3f4f9cb30656 commit: aeb55ebb0774b3718cf6f2da8b6f3f4f9cb30656 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] [3.14] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137169)

2025-07-28 Thread hugovk
https://github.com/python/cpython/commit/fbc2a0ca9ac8aff6887f8ddf79b87b4510277227 commit: fbc2a0ca9ac8aff6887f8ddf79b87b4510277227 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] [3.14] gh-136870: fix data races in instrumentation of bytecode (GH-136994) (#137082)

2025-07-28 Thread hugovk
https://github.com/python/cpython/commit/909a534cb285ab90e4cef23730a6213d463f6f28 commit: 909a534cb285ab90e4cef23730a6213d463f6f28 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-07-2

[Python-checkins] gh-136843: Document how multiple inheritance works (#136844)

2025-07-28 Thread JelleZijlstra
https://github.com/python/cpython/commit/11503211c6e8985a305f8e2a8530e2258f982180 commit: 11503211c6e8985a305f8e2a8530e2258f982180 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-07-28T12:35:40-07:00 summary: gh-136843: Document how multiple inheritance works (#136844) C

[Python-checkins] gh-136586: Improve winreg's module docstring (GH-136587)

2025-07-28 Thread zooba
https://github.com/python/cpython/commit/d53199101c7e74273d4d550456a994de01b6e3f1 commit: d53199101c7e74273d4d550456a994de01b6e3f1 branch: main author: AN Long committer: zooba date: 2025-07-28T20:19:01+01:00 summary: gh-136586: Improve winreg's module docstring (GH-136587) files: M PC/winreg.c

[Python-checkins] gh-136306: Add support for getting and setting SSL groups (#136307)

2025-07-28 Thread picnixz
https://github.com/python/cpython/commit/377b78761814e7d848361e642d376881739d5a29 commit: 377b78761814e7d848361e642d376881739d5a29 branch: main author: Ron Frederick committer: picnixz <[email protected]> date: 2025-07-28T19:33:31+02:00 summary: gh-136306: Add support for

[Python-checkins] GH-131296: Fixes clang-cl warning on Windows in socketmodule.h (GH-131832)

2025-07-28 Thread zooba
https://github.com/python/cpython/commit/59e2330cf391a9dc324690f8579acd179e66d19d commit: 59e2330cf391a9dc324690f8579acd179e66d19d branch: main author: Chris Eibl <[email protected]> committer: zooba date: 2025-07-28T17:52:07+01:00 summary: GH-131296: Fixes clang-cl wa

[Python-checkins] gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethodStackRef` (#136412)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/cbe6ebe15b3b8db00d3ca82a408cfd62b6d93b7d commit: cbe6ebe15b3b8db00d3ca82a408cfd62b6d93b7d branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-07-28T22:04:57+05:30 summary: gh-134043: use stackrefs for dict lookup in `_PyObject_GetMethod

[Python-checkins] gh-131338: Disable computed stack limit checks on non-glibc linux (#134336)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/1e9b8f2f8512ca4ede6ca24113a70e13c9a7cf6b commit: 1e9b8f2f8512ca4ede6ca24113a70e13c9a7cf6b branch: main author: R. David Murray committer: kumaraditya303 date: 2025-07-28T22:02:34+05:30 summary: gh-131338: Disable computed stack limit checks on non-glibc l

[Python-checkins] [3.13] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027) (#137170)

2025-07-28 Thread gpshead
https://github.com/python/cpython/commit/cdae923ffe187d6ef916c0f665a31249619193fe commit: cdae923ffe187d6ef916c0f665a31249619193fe branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: gpshead <[email protected]> date: 2025-07-2

[Python-checkins] gh-130577: tarfile now validates archives to ensure member offsets are non-negative (GH-137027)

2025-07-28 Thread ethanfurman
https://github.com/python/cpython/commit/7040aa54f14676938970e10c5f74ea93cd56aa38 commit: 7040aa54f14676938970e10c5f74ea93cd56aa38 branch: main author: Alexander Urieles committer: ethanfurman date: 2025-07-28T08:37:26-07:00 summary: gh-130577: tarfile now validates archives to ensure member off

[Python-checkins] [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#137075) (#137166)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/3f57d9be8bccf628d20ca24c654bc3d1e1ce2816 commit: 3f57d9be8bccf628d20ca24c654bc3d1e1ce2816 branch: 3.13 author: Kumar Aditya committer: kumaraditya303 date: 2025-07-28T12:19:32Z summary: [3.13] gh-136759: revert rename `lock.h` to `pylock.h` (GH-137041) (#

[Python-checkins] [3.13] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (GH-136913) (#137163)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/505e2a4a2dd692c1977c7968645beb922f2e36f3 commit: 505e2a4a2dd692c1977c7968645beb922f2e36f3 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: kumaraditya303 date: 2025-07-28T11:03:08Z summary: [3.13] gh-1

[Python-checkins] gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio when `local_addr` is `None` (#136913)

2025-07-28 Thread kumaraditya303
https://github.com/python/cpython/commit/1481384141342479b3ba4b89f653b4e5bef0d272 commit: 1481384141342479b3ba4b89f653b4e5bef0d272 branch: main author: AN Long committer: kumaraditya303 date: 2025-07-28T16:25:59+05:30 summary: gh-119711: describe `create_datagram_endpoint`'s behavior in asyncio

[Python-checkins] gh-131876: extract `_hashlib` helpers into a separate directory (#136995)

2025-07-28 Thread picnixz
https://github.com/python/cpython/commit/45138d35843297395b2d646f5391be108243957a commit: 45138d35843297395b2d646f5391be108243957a branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-28T11:28:48+

[Python-checkins] gh-136968: fortify macro usage in cryptographic modules (#136973)

2025-07-28 Thread picnixz
https://github.com/python/cpython/commit/eefd70f0ed51e46fa9ff3d465dcf977bd4af28de commit: eefd70f0ed51e46fa9ff3d465dcf977bd4af28de branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-07-28T07:36:15Z