[Python-checkins] [3.13] GH-133231: Backport PYTHON_JIT documentation to 3.13 (GH-133539)

2025-05-06 Thread brandtbucher
https://github.com/python/cpython/commit/3f93295bbec5041eaa1914a36d77529cc4f617d4 commit: 3f93295bbec5041eaa1914a36d77529cc4f617d4 branch: 3.13 author: Brandt Bucher committer: brandtbucher date: 2025-05-06T21:31:54Z summary: [3.13] GH-133231: Backport PYTHON_JIT documentation to 3.13 (GH-133539

[Python-checkins] [3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (#133522)

2025-05-06 Thread vstinner
https://github.com/python/cpython/commit/d4f6367b8ec29f4a677cdf131514f0576ee9e167 commit: d4f6367b8ec29f4a677cdf131514f0576ee9e167 branch: 3.13 author: Victor Stinner committer: vstinner date: 2025-05-06T20:40:36+02:00 summary: [3.13] gh-132921: Fix setuptools._distutils.dep_util deprecation (#1

[Python-checkins] gh-123299: Copyedit "What's New in Python 3.14" (#133452)

2025-05-06 Thread hugovk
https://github.com/python/cpython/commit/3dfed230928de0f649061782a36691066a0ef058 commit: 3dfed230928de0f649061782a36691066a0ef058 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-05-06T15:05:20+0

[Python-checkins] GH-132983: Remove zstd version check in the header file (#133502)

2025-05-06 Thread hugovk
https://github.com/python/cpython/commit/f8691901d734388a776fe3b66a92ee1dcd11c2f1 commit: f8691901d734388a776fe3b66a92ee1dcd11c2f1 branch: main author: Adam Turner <[email protected]> committer: hugovk <[email protected]> date: 2025-05-06T15:04:50+03:0

[Python-checkins] gh-77065: Add optional keyword-only argument `echo_char` for `getpass.getpass` (#130496)

2025-05-06 Thread hugovk
https://github.com/python/cpython/commit/bf8bbe9a813dd9fc2dd14be06df172b7d26ca1af commit: bf8bbe9a813dd9fc2dd14be06df172b7d26ca1af branch: main author: Semyon Moroz committer: hugovk <[email protected]> date: 2025-05-06T14:56:20+03:00 summary: gh-77065: Add optional keyword-

[Python-checkins] gh-132917: Fix data race detected by tsan (#133508)

2025-05-06 Thread Yhg1s
https://github.com/python/cpython/commit/53e6d76aa30eb760fb8ff788815f22a0e6c101cd commit: 53e6d76aa30eb760fb8ff788815f22a0e6c101cd branch: main author: T. Wouters committer: Yhg1s date: 2025-05-06T11:23:10Z summary: gh-132917: Fix data race detected by tsan (#133508) Fix data race detected by t

[Python-checkins] Revert "gh-133395: add option for extension modules to specialize BINARY_OP/SUBSCR, apply to arrays (#133396)" (#133498)

2025-05-06 Thread hugovk
https://github.com/python/cpython/commit/296cd128bf433b8d3b8d9387d7a8ca2de430fbad commit: 296cd128bf433b8d3b8d9387d7a8ca2de430fbad branch: main author: Irit Katriel <[email protected]> committer: hugovk <[email protected]> date: 2025-05-06T13:12:26+0

[Python-checkins] gh-132775: Revert "gh-132775: Add _PyCode_VerifyStateless() (gh-133221)" (#133497)

2025-05-06 Thread hugovk
https://github.com/python/cpython/commit/3c73cf51df2643cc144b03ac1003588d8822d5b5 commit: 3c73cf51df2643cc144b03ac1003588d8822d5b5 branch: main author: Petr Viktorin committer: hugovk <[email protected]> date: 2025-05-06T13:09:41+03:00 summary: gh-132775: Revert "gh-132775:

[Python-checkins] gh-133490: Fix syntax highlighting for remote PDB (#133494)

2025-05-06 Thread pablogsal
https://github.com/python/cpython/commit/fd37f1a8ad8e244ddccfc76608b02b6e29e30e16 commit: fd37f1a8ad8e244ddccfc76608b02b6e29e30e16 branch: main author: Matt Wozniski committer: pablogsal date: 2025-05-06T11:44:49+02:00 summary: gh-133490: Fix syntax highlighting for remote PDB (#133494) files:

[Python-checkins] gh-132983: Add What's New entry for PEP 784 implementation (#133495)

2025-05-06 Thread hugovk
https://github.com/python/cpython/commit/120c9d42f278297d373096fbae035767192006d7 commit: 120c9d42f278297d373096fbae035767192006d7 branch: main author: Emma Smith committer: hugovk <[email protected]> date: 2025-05-06T06:54:40Z summary: gh-132983: Add What's New entry for PE