[Python-checkins] gh-128696: Add arm64 to the get_platform return val description (#128701)

2025-01-10 Thread FFY00
https://github.com/python/cpython/commit/553cdc6d6856c1b4539a45eb90d0769f7c629355 commit: 553cdc6d6856c1b4539a45eb90d0769f7c629355 branch: main author: RUANG (James Roy) committer: FFY00 date: 2025-01-11T01:03:12Z summary: gh-128696: Add arm64 to the get_platform return val description (#128701)

[Python-checkins] gh-128409: Document that pdb.post_mortem() accepts exceptions (#128410)

2025-01-10 Thread gaogaotiantian
https://github.com/python/cpython/commit/1b39b502d33c68f52fd775c4e6c2174baddd40bd commit: 1b39b502d33c68f52fd775c4e6c2174baddd40bd branch: main author: Adam Johnson committer: gaogaotiantian date: 2025-01-10T10:54:45-05:00 summary: gh-128409: Document that pdb.post_mortem() accepts exceptions (#

[Python-checkins] gh-127257: Add hex code to ssl "unknown error" message (GH-127360)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/802556abfa008abe0bdd78e6f9e18bef71db90c1 commit: 802556abfa008abe0bdd78e6f9e18bef71db90c1 branch: main author: Petr Viktorin committer: encukou date: 2025-01-10T13:59:51+01:00 summary: gh-127257: Add hex code to ssl "unknown error" message (GH-127360) *

[Python-checkins] gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/688f3a0d4b94874ff6d72af3baafd8bbf911153e commit: 688f3a0d4b94874ff6d72af3baafd8bbf911153e branch: main author: Paulie Peña <[email protected]> committer: encukou date: 2025-01-10T13:52:19+01:00 summary: gh-128388: pyrepl on Windows: a

[Python-checkins] gh-111178: fix UBSan failures for `gdbmobject` (GH-128178)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/baf65715fc9002e43cd0e1010b8dba9b4c84d503 commit: baf65715fc9002e43cd0e1010b8dba9b4c84d503 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-10T11:52:36+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Python/bltinmodule.c` (GH-128235)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/28ffdc5702e8e5d71d7b06e389d1619c0ae9a4ae commit: 28ffdc5702e8e5d71d7b06e389d1619c0ae9a4ae branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-10T11:51:24+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Objects/bytearrayobject.c` (GH-128236)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/613240bf03a44323f78f02359b2acf928a4093f4 commit: 613240bf03a44323f78f02359b2acf928a4093f4 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-10T11:50:02+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Objects/bytesobject.c` (GH-128237)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/295776c7f3778756e4bdbfa06bded731ad022047 commit: 295776c7f3778756e4bdbfa06bded731ad022047 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-10T11:48:06+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Modules/_bz2module.c` (GH-128238)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/49d78158c058ff2dece8c0a1acec384f9c413ab3 commit: 49d78158c058ff2dece8c0a1acec384f9c413ab3 branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-10T11:47:19+01:00 summary: gh-78: fix UBSan failur

[Python-checkins] gh-111178: fix UBSan failures in `Objects/complexobject.c` (GH-128241)

2025-01-10 Thread encukou
https://github.com/python/cpython/commit/6cf31750e0eba0b0e70ac10bf0dfa3db268a4dbd commit: 6cf31750e0eba0b0e70ac10bf0dfa3db268a4dbd branch: main author: Bénédikt Tran <[email protected]> committer: encukou date: 2025-01-10T10:46:36Z summary: gh-78: fix UBSan failures in

[Python-checkins] gh-128694: Fix `(env changed)` error in `test_inspect` (#128702)

2025-01-10 Thread sobolevn
https://github.com/python/cpython/commit/65b484db97b170af0f0e50655c4dcc6b9b1af8e9 commit: 65b484db97b170af0f0e50655c4dcc6b9b1af8e9 branch: main author: sobolevn committer: sobolevn date: 2025-01-10T13:25:02+03:00 summary: gh-128694: Fix `(env changed)` error in `test_inspect` (#128702) files: M