[Python-checkins] gh-127146: Skip test_os.test_mode for Emscripten (#135764)

2025-06-20 Thread freakboy3742
https://github.com/python/cpython/commit/f4911258a80409cb641f13578137475204ab43b5 commit: f4911258a80409cb641f13578137475204ab43b5 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-06-21T06:06:59Z summary: gh-127146: Skip test_os.test_mode for Emscripten (#135764) Temporarily

[Python-checkins] [3.13] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135777)

2025-06-20 Thread terryjreedy
https://github.com/python/cpython/commit/4eab9da960d6944546baa76e3eed56b809ea8ec0 commit: 4eab9da960d6944546baa76e3eed56b809ea8ec0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-06-20T23:35:39Z summary: [3.13] gh-1357

[Python-checkins] [3.14] gh-135756: Fix nonexistent parameter in tkinter docs (GH-135770) (#135776)

2025-06-20 Thread terryjreedy
https://github.com/python/cpython/commit/b1d5e2336e9152d3770b4f457afb16db2f720894 commit: b1d5e2336e9152d3770b4f457afb16db2f720894 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-06-20T23:35:37Z summary: [3.14] gh-1357

[Python-checkins] gh-135756: Fix nonexistent parameter in tkinter docs (#135770)

2025-06-20 Thread terryjreedy
https://github.com/python/cpython/commit/4ddf505d9982dc8afead8f52f5754eea5ebde623 commit: 4ddf505d9982dc8afead8f52f5754eea5ebde623 branch: main author: Marcell Perger <[email protected]> committer: terryjreedy date: 2025-06-20T18:45:36-04:00 summary: gh-135756: Fix

[Python-checkins] [3.14] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135775)

2025-06-20 Thread ericsnowcurrently
https://github.com/python/cpython/commit/35b90e8bec9cb93d10a8d08ee8c5af3096da8937 commit: 35b90e8bec9cb93d10a8d08ee8c5af3096da8937 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ericsnowcurrently date: 2025-06-20T20:51:01Z summary: [3.14] g

[Python-checkins] gh-135698: Fix Cross-interpreter Queue.full() With Negative/Default max_size (gh-135724)

2025-06-20 Thread ericsnowcurrently
https://github.com/python/cpython/commit/c5ea8e8e8fc725f39ed23ff6259b3cc157a0785f commit: c5ea8e8e8fc725f39ed23ff6259b3cc157a0785f branch: main author: Eric Snow committer: ericsnowcurrently date: 2025-06-20T14:26:32-06:00 summary: gh-135698: Fix Cross-interpreter Queue.full() With Negative/Defa

[Python-checkins] gh-135380: enhance critical section held assertions (#135381)

2025-06-20 Thread kumaraditya303
https://github.com/python/cpython/commit/a8ec511900d0d84cffbb4ee6419c9a790d131129 commit: a8ec511900d0d84cffbb4ee6419c9a790d131129 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-20T22:43:23+05:30 summary: gh-135380: enhance critical section held assertions (#135381) f

[Python-checkins] gh-135721: skip `test_trashcan_python_class` on wasm buildbots with stack overflow (#135766)

2025-06-20 Thread sobolevn
https://github.com/python/cpython/commit/3fb6cfe7a95081e6775ad2dca845713a3ea4c799 commit: 3fb6cfe7a95081e6775ad2dca845713a3ea4c799 branch: main author: Pastukhov Nikita committer: sobolevn date: 2025-06-20T20:06:01+03:00 summary: gh-135721: skip `test_trashcan_python_class` on wasm buildbots wit

[Python-checkins] gh-135748: use argument clinic for more socket methods (#135749)

2025-06-20 Thread kumaraditya303
https://github.com/python/cpython/commit/c825b5d989d2e796b48e10230447c616e19c3d67 commit: c825b5d989d2e796b48e10230447c616e19c3d67 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-06-20T12:02:37Z summary: gh-135748: use argument clinic for more socket methods (#135749) fil

[Python-checkins] gh-135532: use `_Py_strhex` in HACL-MD5's `hexdigest` (#135742)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/eec7a8ff22dcf409717a21a9aeab28b55526ee24 commit: eec7a8ff22dcf409717a21a9aeab28b55526ee24 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-20T09:50:09Z

[Python-checkins] gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260)

2025-06-20 Thread tomasr8
https://github.com/python/cpython/commit/61532b4bc783c1570c0fd7fb2ff5f8157cf64e82 commit: 61532b4bc783c1570c0fd7fb2ff5f8157cf64e82 branch: main author: Tomas R. committer: tomasr8 date: 2025-06-20T18:21:39+02:00 summary: gh-131798: JIT: Optimize _CALL_LEN when the length is known (#135260) * Ad

[Python-checkins] [3.14] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135757)

2025-06-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/bd24261728e6b3c0c383746b72ad3ef34ed07bf1 commit: bd24261728e6b3c0c383746b72ad3ef34ed07bf1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-20T14:03:46Z summary: [3.14] Docs:

[Python-checkins] [3.13] Docs: Document `PyExceptionClass` functions in the C API (GH-135697) (GH-135758)

2025-06-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/c6e26ef881471a9d1b68e72e203b5d346a5f5f9a commit: c6e26ef881471a9d1b68e72e203b5d346a5f5f9a branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ZeroIntensity date: 2025-06-20T14:03:10Z summary: [3.13] Docs:

[Python-checkins] Docs: Document `PyExceptionClass` functions in the C API (GH-135697)

2025-06-20 Thread ZeroIntensity
https://github.com/python/cpython/commit/59963e866a1bb8128a50cd53d1b13eeab03df06e commit: 59963e866a1bb8128a50cd53d1b13eeab03df06e branch: main author: Yuki Kobayashi committer: ZeroIntensity date: 2025-06-20T09:57:04-04:00 summary: Docs: Document `PyExceptionClass` functions in the C API (GH-13

[Python-checkins] gh-135379: fix MSVC warning: conversion from 'stwodigits' to 'digit' (GH-135714)

2025-06-20 Thread Fidget-Spinner
https://github.com/python/cpython/commit/82726600be84773c9cca6febdead7a804f4a68bd commit: 82726600be84773c9cca6febdead7a804f4a68bd branch: main author: Chris Eibl <[email protected]> committer: Fidget-Spinner date: 2025-06-20T17:05:33+08:00 summary: gh-135379: fix MSVC

[Python-checkins] [3.14] gh-89083: add links to RFC 9562 sections in UUID docs (GH-135684) (#135747)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/1ee0bb81a832bb0e69a6e317bda179e2b5d45c8c commit: 1ee0bb81a832bb0e69a6e317bda179e2b5d45c8c branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-89083: add links to RFC 9562 sections in UUID docs (#135684)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/b881e3db1eb501980c43161d7361d8892c94ac81 commit: b881e3db1eb501980c43161d7361d8892c94ac81 branch: main author: Weilin Du <[email protected]> committer: picnixz <[email protected]> date: 2025-06-20T11:03:41

[Python-checkins] [3.14] gh-135532: update `Modules/_hacl/python_hacl_namespaces.h` (GH-135741) (#135745)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/28fc24ebbcd5f7466756ea263cd6a3e29367440f commit: 28fc24ebbcd5f7466756ea263cd6a3e29367440f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-135532: update `Modules/_hacl/python_hacl_namespaces.h` (#135741)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/57dba7c9a59ab345f859810bad6608a9d1a0fdd6 commit: 57dba7c9a59ab345f859810bad6608a9d1a0fdd6 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-20T11:32:38+

[Python-checkins] [3.14] gh-135532: simplify handling of HACL* errors in `_hmac` (GH-135740) (#135743)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/d057cb40ffb05c2b78c7af62d63b22fa586086b1 commit: d057cb40ffb05c2b78c7af62d63b22fa586086b1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] gh-135532: simplify handling of HACL* errors in `_hmac` (#135740)

2025-06-20 Thread picnixz
https://github.com/python/cpython/commit/2dbada179f1c7cfcfffceac4ac91902154b5a356 commit: 2dbada179f1c7cfcfffceac4ac91902154b5a356 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-20T10:57:16+

[Python-checkins] [3.14] gh-135608: Add a null check for attribute promotion to fix a JIT crash (GH-135613) (#135739)

2025-06-20 Thread Fidget-Spinner
https://github.com/python/cpython/commit/60fc42c1693b0949ab17255427037c8b98487162 commit: 60fc42c1693b0949ab17255427037c8b98487162 branch: 3.14 author: Ken Jin committer: Fidget-Spinner date: 2025-06-20T15:24:25+08:00 summary: [3.14] gh-135608: Add a null check for attribute promotion to fix a J