[Python-checkins] [3.14] gh-135155: Added dependencies required for compiling the _zstd module (GH-135156) (#135197)

2025-06-05 Thread gpshead
https://github.com/python/cpython/commit/897b81500cf4756a5b4c7a4205f44d05e502c481 commit: 897b81500cf4756a5b4c7a4205f44d05e502c481 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: gpshead date: 2025-06-06T01:09:08Z summary: [3.14] gh-135155:

[Python-checkins] gh-134036: Improve error messages for invalid `raise` statements (#134077)

2025-06-05 Thread pablogsal
https://github.com/python/cpython/commit/0d9ccc87a2198a0c1881ab4b17a24fc7fec62418 commit: 0d9ccc87a2198a0c1881ab4b17a24fc7fec62418 branch: main author: sobolevn committer: pablogsal date: 2025-06-06T01:51:06+01:00 summary: gh-134036: Improve error messages for invalid `raise` statements (#134077

[Python-checkins] gh-135155: Added dependencies required for compiling the _zstd module (GH-135156)

2025-06-05 Thread gpshead
https://github.com/python/cpython/commit/a7d41e8aab5211f4ed7f636c41d63adcab0affba commit: a7d41e8aab5211f4ed7f636c41d63adcab0affba branch: main author: Weipeng Hong committer: gpshead date: 2025-06-06T00:44:25Z summary: gh-135155: Added dependencies required for compiling the _zstd module (GH-1

[Python-checkins] [3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows installer (GH-135180)

2025-06-05 Thread zooba
https://github.com/python/cpython/commit/728a881321f00a11f2f3270f0e0108415f2a208b commit: 728a881321f00a11f2f3270f0e0108415f2a208b branch: 3.13 author: Steve Dower committer: zooba date: 2025-06-05T23:03:38+01:00 summary: [3.13] gh-135151: Fix incorrect packaging of pyconfig.h in Windows install

[Python-checkins] [3.14] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#134958) (#135187)

2025-06-05 Thread mpage
https://github.com/python/cpython/commit/be2f32e60f3291a7cb6164ab05fe9e0460ab8131 commit: be2f32e60f3291a7cb6164ab05fe9e0460ab8131 branch: 3.14 author: mpage committer: mpage date: 2025-06-05T13:06:51-07:00 summary: [3.14] gh-134889: Fix handling of a few opcodes when optimizing `LOAD_FAST` (#1

[Python-checkins] GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (GH-135137)

2025-06-05 Thread markshannon
https://github.com/python/cpython/commit/b90ecea9e6b33dae360ed7eb2c32598f98444c4d commit: b90ecea9e6b33dae360ed7eb2c32598f98444c4d branch: main author: Mark Shannon committer: markshannon date: 2025-06-05T18:53:57+01:00 summary: GH-132554: Fix tier2 `FOR_ITER` implementation and optimizations (

[Python-checkins] [3.14] gh-135166: Fix exception type expected by test.test_zstd (GH-135167)

2025-06-05 Thread zooba
https://github.com/python/cpython/commit/945af60f047088ab35b48e411d545cbf9111e576 commit: 945af60f047088ab35b48e411d545cbf9111e576 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-06-05T18:41:51+01:00 summary: [3.14] gh-13516

[Python-checkins] gh-134155: fix AttributeError in email._header_value_parser.get_address (#134194)

2025-06-05 Thread bitdancer
https://github.com/python/cpython/commit/d9cad074d52fe31327429fd81e4d2eeea3dbe35b commit: d9cad074d52fe31327429fd81e4d2eeea3dbe35b branch: main author: Sergey Miryanov committer: bitdancer date: 2025-06-05T13:28:11-04:00 summary: gh-134155: fix AttributeError in email._header_value_parser.get_ad

[Python-checkins] gh-135166: Fix exception type expected by test.test_zstd (GH-135167)

2025-06-05 Thread zooba
https://github.com/python/cpython/commit/1b55e12766d007aea9fcd0966e29ce220b67d28e commit: 1b55e12766d007aea9fcd0966e29ce220b67d28e branch: main author: Weipeng Hong committer: zooba date: 2025-06-05T17:00:07+01:00 summary: gh-135166: Fix exception type expected by test.test_zstd (GH-135167) fil

[Python-checkins] gh-135161: Remove redundant NULL check for 'exc' after dereference in ceval.c (#135162)

2025-06-05 Thread vstinner
https://github.com/python/cpython/commit/8919cb4ad9fb18832a4bc9d5bbea305e9518c7ab commit: 8919cb4ad9fb18832a4bc9d5bbea305e9518c7ab branch: main author: rialbat <[email protected]> committer: vstinner date: 2025-06-05T17:08:48+02:00 summary: gh-135161: Remove redundant NULL

[Python-checkins] [3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135182)

2025-06-05 Thread vstinner
https://github.com/python/cpython/commit/922dc2ccb0b3927e48c0d6bcfbbdd0606d2f2a62 commit: 922dc2ccb0b3927e48c0d6bcfbbdd0606d2f2a62 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-06-05T15:02:09Z summary: [3.13] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#1

[Python-checkins] [3.14] gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010) (GH-135173)

2025-06-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/5b39741a0952624ed31dfe312ad32b067353ea7b commit: 5b39741a0952624ed31dfe312ad32b067353ea7b branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-05T14:51:11Z summary: [3.14] gh

[Python-checkins] [3.13] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135061)

2025-06-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e2a9a3fa98e45c9cf821a403a77281ee06d34e3c commit: e2a9a3fa98e45c9cf821a403a77281ee06d34e3c branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-06-05T14:38:11Z summary: [3.13] gh-131884: Fix incorrect formatting in json.dumps() when

[Python-checkins] [3.14] gh-131884: Fix incorrect formatting in json.dumps() when using indent and skipkeys=True (GH-132200) (GH-135060)

2025-06-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/97822b8199c84f4900c74b0ab01ce08a13d1c99e commit: 97822b8199c84f4900c74b0ab01ce08a13d1c99e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-05T14:38:09Z summary: [3.14] gh

[Python-checkins] [3.14] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) (#135178)

2025-06-05 Thread vstinner
https://github.com/python/cpython/commit/e11d4a18e15e79b34473389c44ec1f54dda3a508 commit: e11d4a18e15e79b34473389c44ec1f54dda3a508 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-05T15:35:54+02:00 summary: [3.14] gh-13

[Python-checkins] gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165)

2025-06-05 Thread encukou
https://github.com/python/cpython/commit/9258f3da9175134d03f2c8c7c7eed223802ad945 commit: 9258f3da9175134d03f2c8c7c7eed223802ad945 branch: main author: Victor Stinner committer: encukou date: 2025-06-05T14:43:47+02:00 summary: gh-134989: Fix Py_RETURN_NONE in the limited C API (GH-135165) Fix P

[Python-checkins] gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-135010)

2025-06-05 Thread serhiy-storchaka
https://github.com/python/cpython/commit/4b44b3409ac026e7f13054a3daa18ab7ee14d85c commit: 4b44b3409ac026e7f13054a3daa18ab7ee14d85c branch: main author: Emma Smith committer: serhiy-storchaka date: 2025-06-05T14:31:49+03:00 summary: gh-134938: Add set_pledged_input_size() to ZstdCompressor (GH-13

[Python-checkins] [3.13] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135169)

2025-06-05 Thread vstinner
https://github.com/python/cpython/commit/5a69d4fe004d5d154aecb1d6dc4f8c66bdb04c4f commit: 5a69d4fe004d5d154aecb1d6dc4f8c66bdb04c4f branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-05T10:11:26Z summary: [3.13] gh-135124:

[Python-checkins] [3.14] gh-135124: Change stdout errors in regrtest worker process (GH-135138) (#135168)

2025-06-05 Thread vstinner
https://github.com/python/cpython/commit/285c69ea38f77949e7b8590e6d14bf23ad352561 commit: 285c69ea38f77949e7b8590e6d14bf23ad352561 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-05T09:42:38Z summary: [3.14] gh-135124:

[Python-checkins] [3.13] gh-131531: android.py enhancements to support cibuildwheel (GH-132870) (#135164)

2025-06-05 Thread freakboy3742
https://github.com/python/cpython/commit/fd39aa3a7fea89c98c01756193632c197dd2d337 commit: fd39aa3a7fea89c98c01756193632c197dd2d337 branch: 3.13 author: Malcolm Smith committer: freakboy3742 date: 2025-06-05T17:23:46+08:00 summary: [3.13] gh-131531: android.py enhancements to support cibuildwheel

[Python-checkins] gh-135124: Change stdout errors in regrtest worker process (#135138)

2025-06-05 Thread vstinner
https://github.com/python/cpython/commit/3d396ab7591d544ac8bc1fb49615b4e867ca1c83 commit: 3d396ab7591d544ac8bc1fb49615b4e867ca1c83 branch: main author: Victor Stinner committer: vstinner date: 2025-06-05T11:17:03+02:00 summary: gh-135124: Change stdout errors in regrtest worker process (#135138)