[Python-checkins] [3.12] gh-97850: Remove the mention of removal from `ResourceReader` docs (GH-128602) (#128655)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/4879257d0cb6ea2f6d50a85cec7f5e259483f603 commit: 4879257d0cb6ea2f6d50a85cec7f5e259483f603 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:29:45+01:00 summary: [3.12] gh-97850

[Python-checkins] [3.13] gh-129502: Fix handling errors in ctypes callbacks (GH-129504) (#129517)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/506c76f1bd252aeefb3b488903a9a1092e55ae04 commit: 506c76f1bd252aeefb3b488903a9a1092e55ae04 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:05:51Z summary: [3.13] gh-129502: Fi

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

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/646bd7958efb52165fd88d3411a323dadd7ae1a0 commit: 646bd7958efb52165fd88d3411a323dadd7ae1a0 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-03T23:56:23Z summary: [3.13] gh-128696: Ad

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

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/e4384d15440ea1b09794a482a2241df2dbc3136d commit: e4384d15440ea1b09794a482a2241df2dbc3136d branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:29:16+01:00 summary: [3.12] gh-12869

[Python-checkins] [3.13] gh-129345: null check for indent syslogmodule (GH-129348) (#129442)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/de27372234bf13aca763afd4414afff03ae1b70b commit: de27372234bf13aca763afd4414afff03ae1b70b branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:37:24+01:00 summary: [3.13] gh-12934

[Python-checkins] [3.13] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128789)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/91203303546030fa1a01f540df772331ba0b4b2c commit: 91203303546030fa1a01f540df772331ba0b4b2c branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:34:02+01:00 summary: [3.13] gh-12807

[Python-checkins] [3.12] gh-128078: Use `PyErr_SetRaisedException` in `_PyGen_SetStopIterationValue` (GH-128287) (#128790)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/64396fb12492542e63be31a98aac487ff114a1e6 commit: 64396fb12492542e63be31a98aac487ff114a1e6 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:28:14+01:00 summary: [3.12] gh-12807

[Python-checkins] [3.12] gh-129345: null check for indent syslogmodule (GH-129348) (#129443)

2025-02-03 Thread Yhg1s
https://github.com/python/cpython/commit/6985b4be9b01f3c6d581a93e58f5b14adb793d92 commit: 6985b4be9b01f3c6d581a93e58f5b14adb793d92 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: Yhg1s date: 2025-02-04T00:24:56+01:00 summary: [3.12] gh-12934

[Python-checkins] gh-111637: Clarify MIME type recognition behavior in mimetypes documentation (GH-129546)

2025-02-03 Thread zooba
https://github.com/python/cpython/commit/bb5c6875d6e84bf2b4e134ed482141a51d223f09 commit: bb5c6875d6e84bf2b4e134ed482141a51d223f09 branch: main author: donBarbos committer: zooba date: 2025-02-03T16:42:12Z summary: gh-111637: Clarify MIME type recognition behavior in mimetypes documentation (GH

[Python-checkins] GH-128563: Generate `opcode = ...` in instructions that need `opcode` (GH-129608)

2025-02-03 Thread markshannon
https://github.com/python/cpython/commit/75b628adebd4594529da25ea9915600f2872fc2b commit: 75b628adebd4594529da25ea9915600f2872fc2b branch: main author: Mark Shannon committer: markshannon date: 2025-02-03T15:09:21Z summary: GH-128563: Generate `opcode = ...` in instructions that need `opcode` (

[Python-checkins] gh-129354: Use PyErr_FormatUnraisable() function (#129524)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/218f205f2091cb173b5fe3f4b265c102cdf093b3 commit: 218f205f2091cb173b5fe3f4b265c102cdf093b3 branch: main author: Victor Stinner committer: vstinner date: 2025-02-03T12:10:18Z summary: gh-129354: Use PyErr_FormatUnraisable() function (#129524) Replace PyErr

[Python-checkins] [3.12] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (#129613)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/a7645468c2ef356599299789a5105706f38c8b0e commit: a7645468c2ef356599299789a5105706f38c8b0e branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-03T12:02:31Z summary: [3.12] gh-101944:

[Python-checkins] [3.13] gh-101944: Clarify PyModule_AddObjectRef() documentation (GH-129433) (#129612)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/186165e509c056657cd9ec058cbc1e76f9f50910 commit: 186165e509c056657cd9ec058cbc1e76f9f50910 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-03T12:02:00Z summary: [3.13] gh-101944:

[Python-checkins] [3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#129609)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/6186021c14624f089107956703d359e5d00dcd58 commit: 6186021c14624f089107956703d359e5d00dcd58 branch: 3.12 author: Victor Stinner committer: vstinner date: 2025-02-03T12:00:10Z summary: [3.12] gh-129539: Include sysexits.h before checking EX_OK (#129590) (#12

[Python-checkins] gh-101944: Clarify PyModule_AddObjectRef() documentation (#129433)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/04264a286e5ddfe8ac7423f7376ca34a2ca8b7ba commit: 04264a286e5ddfe8ac7423f7376ca34a2ca8b7ba branch: main author: Victor Stinner committer: vstinner date: 2025-02-03T12:55:22+01:00 summary: gh-101944: Clarify PyModule_AddObjectRef() documentation (#129433)

[Python-checkins] [3.12] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (GH-129410) (#129611)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/eff45c9b1ee1978dd743d0cd4e8ac95ad91cf654 commit: eff45c9b1ee1978dd743d0cd4e8ac95ad91cf654 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-03T11:54:16Z summary: [3.12] gh-129407:

[Python-checkins] [3.13] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (GH-129410) (#129610)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/85e162087fe376e056da1f95db178ccc304e5ede commit: 85e162087fe376e056da1f95db178ccc304e5ede branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-02-03T11:52:29Z summary: [3.13] gh-129407:

[Python-checkins] gh-129407: Clarify that a `SystemError` isn't always CPython's fault (#129410)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/39b754a35976924f6df46cd475e889bcf8598ca1 commit: 39b754a35976924f6df46cd475e889bcf8598ca1 branch: main author: Peter Bierma committer: vstinner date: 2025-02-03T12:46:13+01:00 summary: gh-129407: Clarify that a `SystemError` isn't always CPython's fault (

[Python-checkins] gh-129342: Explain how to replace Py_GetProgramName() in C (#129361)

2025-02-03 Thread vstinner
https://github.com/python/cpython/commit/632ca568219f86679661bc288f46fa5838102ede commit: 632ca568219f86679661bc288f46fa5838102ede branch: main author: Victor Stinner committer: vstinner date: 2025-02-03T12:36:41+01:00 summary: gh-129342: Explain how to replace Py_GetProgramName() in C (#129361)

[Python-checkins] gh-81340: Use copy_file_range in shutil.copyfile copy functions (GH-93152)

2025-02-03 Thread zooba
https://github.com/python/cpython/commit/a33dcb9e431c463c20ecdc02a206ddf0b7388687 commit: a33dcb9e431c463c20ecdc02a206ddf0b7388687 branch: main author: Illia Volochii committer: zooba date: 2025-02-03T10:23:27Z summary: gh-81340: Use copy_file_range in shutil.copyfile copy functions (GH-93152)

[Python-checkins] [3.13] gh-126609: Allow translating the ``availability`` directive (GH-129549) (#129584)

2025-02-03 Thread AA-Turner
https://github.com/python/cpython/commit/9862800a717a35d97256c774d69b1072aa93c212 commit: 9862800a717a35d97256c774d69b1072aa93c212 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 202