[Python-checkins] [3.13] gh-128146: Exclude os/log.h import on older macOS versions. (GH-128165) (#128575)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/bbe0b33d2a6e73fb488a72a61329dafd974cbba6 commit: bbe0b33d2a6e73fb488a72a61329dafd974cbba6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: freakboy3742 date: 2025-01-07T05:36:00Z summary: [3.13] gh-128

[Python-checkins] [3.12] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511) (gh-128572)

2025-01-06 Thread corona10
https://github.com/python/cpython/commit/115d5043b1a7f1890eb5f17a5c9779d666415656 commit: 115d5043b1a7f1890eb5f17a5c9779d666415656 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: corona10 date: 2025-01-07T14:21:43+09:00 summary: [3.12] gh-12

[Python-checkins] gh-128146: Exclude os/log.h import on older macOS versions. (#128165)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/e837a1f71e832ce8f551a6fac05e346f654457e0 commit: e837a1f71e832ce8f551a6fac05e346f654457e0 branch: main author: Russell Keith-Magee committer: freakboy3742 date: 2025-01-07T13:12:58+08:00 summary: gh-128146: Exclude os/log.h import on older macOS versions.

[Python-checkins] gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors (gh-128511)

2025-01-06 Thread corona10
https://github.com/python/cpython/commit/24b147a19b360c49cb1740aa46211d342aaa071f commit: 24b147a19b360c49cb1740aa46211d342aaa071f branch: main author: Zanie Blue committer: corona10 date: 2025-01-07T12:02:55+09:00 summary: gh-128472: Add `-skip-funcs` to BOLT options to fix computed goto errors

[Python-checkins] [3.12] gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and `setfirstweekday` (GH-127579) (#128565)

2025-01-06 Thread erlend-aasland
https://github.com/python/cpython/commit/fb8bb36f56e4fc2948cd404337b6b316b78c86aa commit: fb8bb36f56e4fc2948cd404337b6b316b78c86aa branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-06T23:46:16Z summary: [3.12] gh-1

[Python-checkins] [3.13] gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and `setfirstweekday` (GH-127579) (#128564)

2025-01-06 Thread erlend-aasland
https://github.com/python/cpython/commit/d81b99b53b55ae7146e6f50a87c1dfe04ff5f0ad commit: d81b99b53b55ae7146e6f50a87c1dfe04ff5f0ad branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-07T00:45:26+01:00 summary: [3.13]

[Python-checkins] gh-108202: Document `calendar.Calendar` methods `getfirstweekday` and `setfirstweekday` (#127579)

2025-01-06 Thread erlend-aasland
https://github.com/python/cpython/commit/953b49e5468d02afaddadc2307f4763422078603 commit: 953b49e5468d02afaddadc2307f4763422078603 branch: main author: Stan Ulbrych <[email protected]> committer: erlend-aasland date: 2025-01-07T00:38:45+01:00 summary: gh-108202: Do

[Python-checkins] gh-128559: Remove typing import from asyncio.timeouts (#128560)

2025-01-06 Thread hauntsaninja
https://github.com/python/cpython/commit/7363476b6405e3d288a61282aa7bc6aca9c2114d commit: 7363476b6405e3d288a61282aa7bc6aca9c2114d branch: main author: Michael H committer: hauntsaninja <[email protected]> date: 2025-01-06T15:03:27-08:00 summary: gh-128559: Remove typ

[Python-checkins] gh-127146: Skip Emscripten tests with pending fixes (#128549)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/616692d465c4ef10baa592e41f3d9daeae4dddad commit: 616692d465c4ef10baa592e41f3d9daeae4dddad branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-07T06:25:29+08:00 summary: gh-127146: Skip Emscripten tests with pending fixes (#128549) Mar

[Python-checkins] gh-127146: Strip dash from Emscripten compiler version (#128557)

2025-01-06 Thread freakboy3742
https://github.com/python/cpython/commit/61c1a2478e6da8dc6dbdce4d6ac66b03d5963710 commit: 61c1a2478e6da8dc6dbdce4d6ac66b03d5963710 branch: main author: Hood Chatham committer: freakboy3742 date: 2025-01-07T06:26:35+08:00 summary: gh-127146: Strip dash from Emscripten compiler version (#128557)

[Python-checkins] GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-128554)

2025-01-06 Thread markshannon
https://github.com/python/cpython/commit/2434fd2d50b8b770585ad5949a664e4bbab4bde1 commit: 2434fd2d50b8b770585ad5949a664e4bbab4bde1 branch: main author: Mark Shannon committer: markshannon date: 2025-01-06T22:01:07Z summary: GH-128533: Add `NOT_TAKEN` instruction after bytecode optimization. (GH-

[Python-checkins] [3.12] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451) (GH-128543)

2025-01-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8788a9570f033a293f7771bd5efa1471734676bd commit: 8788a9570f033a293f7771bd5efa1471734676bd branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-01-06T23:20:55+02:00 summary: [3.1

[Python-checkins] [3.13] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451) (GH-128542)

2025-01-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a194fd08c035578aafaf84e75d7b75c7185c37c6 commit: a194fd08c035578aafaf84e75d7b75c7185c37c6 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-01-06T23:20:26+02:00 summary: [3.1

[Python-checkins] gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556)

2025-01-06 Thread FFY00
https://github.com/python/cpython/commit/b6c919b674549d519efbbc378588ca6d3efc7242 commit: b6c919b674549d519efbbc378588ca6d3efc7242 branch: main author: Hood Chatham committer: FFY00 date: 2025-01-06T19:45:14Z summary: gh-127146: Fix test_sysconfigdata_json for Emscripten (#128556) files: M Lib/

[Python-checkins] GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537)

2025-01-06 Thread markshannon
https://github.com/python/cpython/commit/b9c693dcca01537eee1ef716ffebc632be37594b commit: b9c693dcca01537eee1ef716ffebc632be37594b branch: main author: Mark Shannon committer: markshannon date: 2025-01-06T14:16:22Z summary: GH-128073: Include `EXIT_IF` when checking for escaping calls (GH-128537

[Python-checkins] gh-127350: Add Py_fopen() and Py_fclose() functions (#127821)

2025-01-06 Thread vstinner
https://github.com/python/cpython/commit/f89e5e20cb8964653ea7d6f53d3e40953b6548ce commit: f89e5e20cb8964653ea7d6f53d3e40953b6548ce branch: main author: Victor Stinner committer: vstinner date: 2025-01-06T12:43:09Z summary: gh-127350: Add Py_fopen() and Py_fclose() functions (#127821) files: A L

[Python-checkins] gh-128340: add thread safe handle for `loop.call_soon_threadsafe` (#128369)

2025-01-06 Thread kumaraditya303
https://github.com/python/cpython/commit/7e8c571604cd18e65cefd26bfc48082840264549 commit: 7e8c571604cd18e65cefd26bfc48082840264549 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-01-06T18:05:11+05:30 summary: gh-128340: add thread safe handle for `loop.call_soon_threadsafe

[Python-checkins] gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUnicode_FSDecoder (GH-128451)

2025-01-06 Thread encukou
https://github.com/python/cpython/commit/657d7b77e5c69967e9cb986fa4872d13958c commit: 657d7b77e5c69967e9cb986fa4872d13958c branch: main author: Serhiy Storchaka committer: encukou date: 2025-01-06T13:28:50+01:00 summary: gh-90241: Clarify documentation for PyUnicode_FSConverter and PyUn

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

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

[Python-checkins] [3.12] gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454) (GH-128539)

2025-01-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/498da39b0d929397aaf0ea2f9e27ce7616a5e101 commit: 498da39b0d929397aaf0ea2f9e27ce7616a5e101 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-01-06T10:57:26Z summary: [3.12] gh

[Python-checkins] [3.13] gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454) (GH-128538)

2025-01-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3678cf8fb91e2b08853ea235e63473ec93758ab1 commit: 3678cf8fb91e2b08853ea235e63473ec93758ab1 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-01-06T10:56:14Z summary: [3.13] gh

[Python-checkins] gh-77214: Update outdated documentation for numeric PyArg_Parse formats (GH-128454)

2025-01-06 Thread serhiy-storchaka
https://github.com/python/cpython/commit/8d15058d61681e98579cf3fbd3c6fd13b3df6a72 commit: 8d15058d61681e98579cf3fbd3c6fd13b3df6a72 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-01-06T12:50:28+02:00 summary: gh-77214: Update outdated documentation for numeric PyArg_

[Python-checkins] gh-128089: Add PYC magic number for VALUE_WITH_FAKE_GLOBALS (#128097)

2025-01-06 Thread vstinner
https://github.com/python/cpython/commit/d50fa0541b6d4f458d7ab16d3a11b1117c607f85 commit: d50fa0541b6d4f458d7ab16d3a11b1117c607f85 branch: main author: Jelle Zijlstra committer: vstinner date: 2025-01-06T10:30:42Z summary: gh-128089: Add PYC magic number for VALUE_WITH_FAKE_GLOBALS (#128097) As

[Python-checkins] gh-102471: convert decimal module to use PyLong_Export API (PEP 757) (#128267)

2025-01-06 Thread vstinner
https://github.com/python/cpython/commit/879d287f49edcd4fa68324265f8ba63758716540 commit: 879d287f49edcd4fa68324265f8ba63758716540 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-01-06T11:29:18+01:00 summary: gh-102471: convert decimal module to use PyLong_Export API (PEP

[Python-checkins] [3.12] gh-114990: Add missing mixin methods in collections.abc's document (GH-114991) (#128536)

2025-01-06 Thread hugovk
https://github.com/python/cpython/commit/8ba72caf2644f749ad92a419e24ba95ebf8c9444 commit: 8ba72caf2644f749ad92a419e24ba95ebf8c9444 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-01-0

[Python-checkins] [3.13] gh-114990: Add missing mixin methods in collections.abc's document (GH-114991) (#128535)

2025-01-06 Thread hugovk
https://github.com/python/cpython/commit/aa519e4caeacd5fbfdb3fe2d48b337d2c252afc9 commit: aa519e4caeacd5fbfdb3fe2d48b337d2c252afc9 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-01-0

[Python-checkins] [3.13] gh-128519: Align the docstring of untokenize() to match the docs (GH-128521) (#128531)

2025-01-06 Thread erlend-aasland
https://github.com/python/cpython/commit/9c5a86d23ad7d0df8611520dbf2c1746523ac1be commit: 9c5a86d23ad7d0df8611520dbf2c1746523ac1be branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-06T09:05:54Z summary: [3.13] gh-1

[Python-checkins] [3.12] gh-128519: Align the docstring of untokenize() to match the docs (GH-128521) (#128532)

2025-01-06 Thread erlend-aasland
https://github.com/python/cpython/commit/f9aac4a76d68c8eef78058b4da1252beaadd1570 commit: f9aac4a76d68c8eef78058b4da1252beaadd1570 branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: erlend-aasland date: 2025-01-06T08:59:24Z summary: [3.12] gh-1

[Python-checkins] gh-128519: Align the docstring of untokenize() to match the docs (#128521)

2025-01-06 Thread erlend-aasland
https://github.com/python/cpython/commit/aef52ca8b334ff90e8032da39f4d06e7b5130eb9 commit: aef52ca8b334ff90e8032da39f4d06e7b5130eb9 branch: main author: Tomas R. committer: erlend-aasland date: 2025-01-06T08:42:26Z summary: gh-128519: Align the docstring of untokenize() to match the docs (#128521