[Python-checkins] gh-120619: Strength reduce function guards, support 2-operand uop forms (GH-124846)

2024-11-08 Thread Fidget-Spinner
https://github.com/python/cpython/commit/6293d00e7201f3f28b1f4512e57dc4f03855cabd commit: 6293d00e7201f3f28b1f4512e57dc4f03855cabd branch: main author: Ken Jin committer: Fidget-Spinner date: 2024-11-09T11:35:33+08:00 summary: gh-120619: Strength reduce function guards, support 2-operand uop for

[Python-checkins] gh-126187 Add emscripten.py script to automate emscripten build (#126190)

2024-11-08 Thread freakboy3742
https://github.com/python/cpython/commit/f8276bf5f37ef12aa0033634151fa33a6f7bd4f2 commit: f8276bf5f37ef12aa0033634151fa33a6f7bd4f2 branch: main author: Hood Chatham committer: freakboy3742 date: 2024-11-09T10:12:55+08:00 summary: gh-126187 Add emscripten.py script to automate emscripten build (#

[Python-checkins] [3.13] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) (#126590)

2024-11-08 Thread barneygale
https://github.com/python/cpython/commit/20043d5cf4815028c4a1a75a109bf97e2feeb207 commit: 20043d5cf4815028c4a1a75a109bf97e2feeb207 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: barneygale date: 2024-11-08T17:31:44Z summary: [3.13] GH-12621

[Python-checkins] [3.12] GH-126212: Fix removal of slashes in file URIs on Windows (GH-126214) (#126591)

2024-11-08 Thread barneygale
https://github.com/python/cpython/commit/5fb443d6254d53f43acb0b39a7615d56f4fc7355 commit: 5fb443d6254d53f43acb0b39a7615d56f4fc7355 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: barneygale date: 2024-11-08T17:21:42Z summary: [3.12] GH-12621

[Python-checkins] GH-126212: Fix removal of slashes in file URIs on Windows (#126214)

2024-11-08 Thread barneygale
https://github.com/python/cpython/commit/54c63a32d06cb5f07a66245c375eac7d7efb964a commit: 54c63a32d06cb5f07a66245c375eac7d7efb964a branch: main author: Barney Gale committer: barneygale date: 2024-11-08T16:47:51Z summary: GH-126212: Fix removal of slashes in file URIs on Windows (#126214) Adjus

[Python-checkins] GH-126547: Pre-assign version numbers for a few common classes (GH-126551)

2024-11-08 Thread markshannon
https://github.com/python/cpython/commit/fa4092259763ffad45a5bb9ef55f515dc6a69ad2 commit: fa4092259763ffad45a5bb9ef55f515dc6a69ad2 branch: main author: Mark Shannon committer: markshannon date: 2024-11-08T16:44:44Z summary: GH-126547: Pre-assign version numbers for a few common classes (GH-12655

[Python-checkins] gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)

2024-11-08 Thread zooba
https://github.com/python/cpython/commit/b1a406d923245f18296a22cc04d2d139f78127fd commit: b1a406d923245f18296a22cc04d2d139f78127fd branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-11-08T16:33:54Z summary: gh-126497: Add missi

[Python-checkins] gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)

2024-11-08 Thread zooba
https://github.com/python/cpython/commit/fd5580cd151e07c690e9d7594513be5fa3102a2e commit: fd5580cd151e07c690e9d7594513be5fa3102a2e branch: main author: Steve Dower committer: zooba date: 2024-11-08T16:09:34Z summary: gh-126497: Add missing venv redirectors to freethreaded installer (GH-126556)

[Python-checkins] gh-125298: Remove misleading text in os.kill documentation (GH-125749)

2024-11-08 Thread zooba
https://github.com/python/cpython/commit/69849ad28825c0ccc1ebd97f3eeddebd64a0e6ee commit: 69849ad28825c0ccc1ebd97f3eeddebd64a0e6ee branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-11-08T15:47:46Z summary: gh-125298: Remove mi

[Python-checkins] gh-125298: Remove misleading text in os.kill documentation (GH-125749)

2024-11-08 Thread zooba
https://github.com/python/cpython/commit/8ebb6a051b01ddede63cbf7437aa920af0a8625f commit: 8ebb6a051b01ddede63cbf7437aa920af0a8625f branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-11-08T15:47:52Z summary: gh-125298: Remove mi

[Python-checkins] gh-125298: Remove misleading text in os.kill documentation (GH-125749)

2024-11-08 Thread zooba
https://github.com/python/cpython/commit/75ffac296ef24758b7e5bd9316f32a8170ade37f commit: 75ffac296ef24758b7e5bd9316f32a8170ade37f branch: main author: RUANG (James Roy) committer: zooba date: 2024-11-08T15:29:16Z summary: gh-125298: Remove misleading text in os.kill documentation (GH-125749) W

[Python-checkins] gh-126072: Set docstring attribute for module and class (#126231)

2024-11-08 Thread iritkatriel
https://github.com/python/cpython/commit/6ec886531f14bdf90bc0c3718ac2ae8e3f8823b8 commit: 6ec886531f14bdf90bc0c3718ac2ae8e3f8823b8 branch: main author: Xuanteng Huang <44627253+xuante...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-11-08

[Python-checkins] remove minor redundant code from `_asyncio` (#126578)

2024-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/b19d12f44735583e339ee6ee560588fcf22633b4 commit: b19d12f44735583e339ee6ee560588fcf22633b4 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-11-08T13:17:03Z summary: remove minor redundant code from `_asyncio` (#126578) files: M Modul

[Python-checkins] gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580)

2024-11-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/a93fc0969e4d57a2ecfe18cbba7de2d5ee757e2c commit: a93fc0969e4d57a2ecfe18cbba7de2d5ee757e2c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-08T13:11:44Z summary: gh-126579: Adapt sys.audit() to Argument Clinic (GH-126580) fi

[Python-checkins] GH-107803: use circular double linked list for tasks in `_asyncio` (#126577)

2024-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/a3e8e7bbc3d39e9e6cfa5605df9524076176a041 commit: a3e8e7bbc3d39e9e6cfa5605df9524076176a041 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2024-11-08T12:51:11Z summary: GH-107803: use circular double linked list for tasks in `_asyncio` (#

[Python-checkins] [3.11] gh-111942: Remove an extra incref in textiowrapper_change_encoding (#126542)

2024-11-08 Thread pablogsal
https://github.com/python/cpython/commit/e33b6fccd3969dc2351f6a64d7b0362c36c2be96 commit: e33b6fccd3969dc2351f6a64d7b0362c36c2be96 branch: 3.11 author: Petr Viktorin committer: pablogsal date: 2024-11-08T13:26:57+01:00 summary: [3.11] gh-111942: Remove an extra incref in textiowrapper_change_enc

[Python-checkins] gh-122943: Move code generation for var-positional parameter to converters (GH-126575)

2024-11-08 Thread serhiy-storchaka
https://github.com/python/cpython/commit/ee0746af7d7cfc6cc25441726034e4fea4bcf7e5 commit: ee0746af7d7cfc6cc25441726034e4fea4bcf7e5 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-11-08T14:12:15+02:00 summary: gh-122943: Move code generation for var-positional paramet

[Python-checkins] gh-89640: Restore configure error message on failure to detect float word order (#126569)

2024-11-08 Thread erlend-aasland
https://github.com/python/cpython/commit/403410fa1be036214efa7955127911e5592910db commit: 403410fa1be036214efa7955127911e5592910db branch: main author: Hood Chatham committer: erlend-aasland date: 2024-11-08T11:57:17Z summary: gh-89640: Restore configure error message on failure to detect float

[Python-checkins] [3.12] gh-126171: fix possible null dereference in _imp_find_frozen_impl (GH-126566) (#126568)

2024-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/fc1e9e606b0f293a35f8e52d05b5c63ed4081ef3 commit: fc1e9e606b0f293a35f8e52d05b5c63ed4081ef3 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-08T16:26:08+05:30 summary: [3.12]

[Python-checkins] [3.13] gh-126171: fix possible null dereference in _imp_find_frozen_impl (GH-126566) (#126567)

2024-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/23468acac4f682f079abc09e93492990d61e56c2 commit: 23468acac4f682f079abc09e93492990d61e56c2 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: kumaraditya303 date: 2024-11-08T16:25:38+05:30 summary: [3.13]

[Python-checkins] gh-126171: fix possible null dereference in _imp_find_frozen_impl (#126566)

2024-11-08 Thread kumaraditya303
https://github.com/python/cpython/commit/9ecd8f7f40e6724a1c1d46c2665147aaabceb2d2 commit: 9ecd8f7f40e6724a1c1d46c2665147aaabceb2d2 branch: main author: Valery Fedorenko committer: kumaraditya303 date: 2024-11-08T15:49:15+05:30 summary: gh-126171: fix possible null dereference in _imp_find_frozen