[Python-checkins] [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134685)

2025-05-25 Thread tim-one
https://github.com/python/cpython/commit/e483dcf19eee7143ba76d1829afc1052053a904e commit: e483dcf19eee7143ba76d1829afc1052053a904e branch: 3.13 author: Sergey B Kirpichev committer: tim-one date: 2025-05-25T22:39:34-05:00 summary: [3.13] gh-132876: workaround broken ldexp() on Windows 10 (GH-133

[Python-checkins] [3.12] gh-134062: Fix hash collisions in IPv4Network and IPv6Network (GH-134063) (#134478)

2025-05-25 Thread Yhg1s
https://github.com/python/cpython/commit/d02823e8c45c735004d5f5902d295f5ec5fab171 commit: d02823e8c45c735004d5f5902d295f5ec5fab171 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2025-05-25T20:34:22-07:00 summary: [3.12] gh-13406

[Python-checkins] [3.12] gh-128840: Limit the number of parts in IPv6 address parsing (GH-128841) (#134612)

2025-05-25 Thread Yhg1s
https://github.com/python/cpython/commit/d4cf1fafafc673e6147ff9d28f66ac1b50637605 commit: d4cf1fafafc673e6147ff9d28f66ac1b50637605 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: Yhg1s date: 2025-05-25T20:34:44-07:00 summary: [3.12] gh-12884

[Python-checkins] [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder with an error handler (GH-129648) (GH-133944) (#134337)

2025-05-25 Thread Yhg1s
https://github.com/python/cpython/commit/4398b788ffc1f954a2c552da285477d42a571292 commit: 4398b788ffc1f954a2c552da285477d42a571292 branch: 3.12 author: Serhiy Storchaka committer: Yhg1s date: 2025-05-25T20:33:22-07:00 summary: [3.12] gh-133767: Fix use-after-free in the unicode-escape decoder wi

[Python-checkins] [3.14] gh-132876: workaround broken ldexp() on Windows 10 (GH-133135) (#134684)

2025-05-25 Thread tim-one
https://github.com/python/cpython/commit/16187b58bff9ccf6f800ba908ad5dae441fcb6a1 commit: 16187b58bff9ccf6f800ba908ad5dae441fcb6a1 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: tim-one date: 2025-05-25T22:23:45-05:00 summary: [3.14] gh-132

[Python-checkins] gh-132876: workaround broken ldexp() on Windows 10 (#133135)

2025-05-25 Thread tim-one
https://github.com/python/cpython/commit/cf8941c60356acdd00055e5583a2d64761c34af4 commit: cf8941c60356acdd00055e5583a2d64761c34af4 branch: main author: Sergey B Kirpichev committer: tim-one date: 2025-05-25T21:44:33-05:00 summary: gh-132876: workaround broken ldexp() on Windows 10 (#133135) * g

[Python-checkins] [3.14] gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181) (gh-134680)

2025-05-25 Thread ambv
https://github.com/python/cpython/commit/7216f7b59c30313fa27a30765fc7340df2f5ccef commit: 7216f7b59c30313fa27a30765fc7340df2f5ccef branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-25T23:33:02Z summary: [3.14] gh-69605: Disa

[Python-checkins] gh-69605: Disable PyREPL module autocomplete fallback on regular completion (gh-134181)

2025-05-25 Thread ambv
https://github.com/python/cpython/commit/0e3bc962c6462f836751e35ef35fa837fd952550 commit: 0e3bc962c6462f836751e35ef35fa837fd952550 branch: main author: Loïc Simon committer: ambv date: 2025-05-26T01:05:08+02:00 summary: gh-69605: Disable PyREPL module autocomplete fallback on regular completion

[Python-checkins] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (#134233)

2025-05-25 Thread bitdancer
https://github.com/python/cpython/commit/a32ea456992fedfc9ce61561c88056de3c18cffd commit: a32ea456992fedfc9ce61561c88056de3c18cffd branch: main author: R. David Murray committer: bitdancer date: 2025-05-25T18:09:32-04:00 summary: gh-134152: Fix UnboundLocalError in email._header_value_parser _g

[Python-checkins] Heavily comment Python/perf_jit_trampoline.c to improve maintainability (#134527)

2025-05-25 Thread pablogsal
https://github.com/python/cpython/commit/7b1a70023127666e98a1fc7f7a3ee04f7bdc4028 commit: 7b1a70023127666e98a1fc7f7a3ee04f7bdc4028 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2025-05-25T21:37:15+01:00 summary: Heavily comment Python/perf_jit_trampoline.c to improve main

[Python-checkins] gh-134357: Remove unused imports in tests (#134340)

2025-05-25 Thread hugovk
https://github.com/python/cpython/commit/328a778db8cc6ecadf0964a8e6a1834078b2d0d3 commit: 328a778db8cc6ecadf0964a8e6a1834078b2d0d3 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2025-05-25T20:09:02Z

[Python-checkins] [3.13] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134669)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/f331d03e887436af5a6ae4c48ecb6e7b800fbf36 commit: f331d03e887436af5a6ae4c48ecb6e7b800fbf36 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-25T19:29:38Z summary: [3.13] Fix s

[Python-checkins] [3.14] Fix sphinx-lint warnings (default-role used). (GH-134647) (#134670)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/f5a8bfa335e48b8329d7ecf9dfa62fa06fdefa22 commit: f5a8bfa335e48b8329d7ecf9dfa62fa06fdefa22 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-25T19:29:04Z summary: [3.14] Fix s

[Python-checkins] Fix sphinx-lint warnings (default-role used). (GH-134647)

2025-05-25 Thread JulienPalard
https://github.com/python/cpython/commit/24a47155d2172966fab7d56f2bf9181056fba8d0 commit: 24a47155d2172966fab7d56f2bf9181056fba8d0 branch: main author: Julien Palard committer: JulienPalard date: 2025-05-25T21:22:52+02:00 summary: Fix sphinx-lint warnings (default-role used). (GH-134647) files:

[Python-checkins] [3.14] GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660) (gh-134666)

2025-05-25 Thread ambv
https://github.com/python/cpython/commit/6917fbf98f6fd7946ed92e7d6daa5a7ecb50167c commit: 6917fbf98f6fd7946ed92e7d6daa5a7ecb50167c branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-25T18:43:07Z summary: [3.14] GH-130328: Fix

[Python-checkins] GH-130328: Fix WindowsConsoleGetEventTests after gh-133728 (gh-134660)

2025-05-25 Thread ambv
https://github.com/python/cpython/commit/1000283694136ee0538baa6c6b2eee662ee618d4 commit: 1000283694136ee0538baa6c6b2eee662ee618d4 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: ambv date: 2025-05-25T20:17:13+02:00 summary: GH-130328: Fix WindowsConsole

[Python-checkins] [3.14] gh-133960: Improve typing.evaluate_forward_ref (GH-133961) (#134663)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/9c6d2dbe26e30114773bf55147d36960cb89e519 commit: 9c6d2dbe26e30114773bf55147d36960cb89e519 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-25T17:52:04Z summary: [3.14] gh-13

[Python-checkins] [3.14] annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (GH-134661) (#134662)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/8c6653428f32189e4779a5ed444cf42e811368e0 commit: 8c6653428f32189e4779a5ed444cf42e811368e0 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-25T10:39:44-07:00 summary: [3.14]

[Python-checkins] gh-133960: Improve typing.evaluate_forward_ref (#133961)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/57fef27cfc2bdfc1e3a65ef8c8a760198d15b14d commit: 57fef27cfc2bdfc1e3a65ef8c8a760198d15b14d branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-25T17:26:39Z summary: gh-133960: Improve typing.evaluate_forward_ref (#133961) As explain

[Python-checkins] annotationlib docs: note that ForwardRef.evaluate eventually defaults to empty globals (#134661)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/b51b08a0a5fedde4f74e4cc338b8b5ad9656ad50 commit: b51b08a0a5fedde4f74e4cc338b8b5ad9656ad50 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-25T17:23:28Z summary: annotationlib docs: note that ForwardRef.evaluate eventually default

[Python-checkins] [3.14] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (GH-134603) (#134659)

2025-05-25 Thread pablogsal
https://github.com/python/cpython/commit/c61fd7c0f2df757fb485f60a8e6a5f8164477566 commit: c61fd7c0f2df757fb485f60a8e6a5f8164477566 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2025-05-25T16:48:19Z summary: [3.14] gh-134582

[Python-checkins] gh-134582: Fix t-strings untokenize() roundtrip removing space between braces (#134603)

2025-05-25 Thread pablogsal
https://github.com/python/cpython/commit/52509cc94b1a18cb325dbfa7e5f830b32759a903 commit: 52509cc94b1a18cb325dbfa7e5f830b32759a903 branch: main author: Loïc Simon committer: pablogsal date: 2025-05-25T17:23:38+01:00 summary: gh-134582: Fix t-strings untokenize() roundtrip removing space between

[Python-checkins] [3.14] gh-133684: Fix get_annotations() where PEP 563 is involved (GH-133795) (#134656)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/cbf4ccf1d02b39f8c2626d5af42a5e85b7d1f055 commit: cbf4ccf1d02b39f8c2626d5af42a5e85b7d1f055 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-25T16:05:19Z summary: [3.14] gh-13

[Python-checkins] [3.14] gh-133778: Fix setting `__annotations__` under PEP 563 (GH-133794) (#134655)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/d82d445b18c24ca6b6afdb957a72636eab88efad commit: d82d445b18c24ca6b6afdb957a72636eab88efad branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: JelleZijlstra date: 2025-05-25T16:04:22Z summary: [3.14] gh-13

[Python-checkins] gh-133684: Fix get_annotations() where PEP 563 is involved (#133795)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/3e562b394252ff75d9809b7940020a775e4df68b commit: 3e562b394252ff75d9809b7940020a775e4df68b branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-25T08:40:58-07:00 summary: gh-133684: Fix get_annotations() where PEP 563 is involved (#13

[Python-checkins] gh-133778: Fix setting `__annotations__` under PEP 563 (#133794)

2025-05-25 Thread JelleZijlstra
https://github.com/python/cpython/commit/4443110c3409ecba9f0fd49495d039030cb7ed58 commit: 4443110c3409ecba9f0fd49495d039030cb7ed58 branch: main author: Jelle Zijlstra committer: JelleZijlstra date: 2025-05-25T08:38:18-07:00 summary: gh-133778: Fix setting `__annotations__` under PEP 563 (#133794

[Python-checkins] [3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#134653)

2025-05-25 Thread ambv
https://github.com/python/cpython/commit/93aee568c06b956aa32d5418a12090764c67d4d1 commit: 93aee568c06b956aa32d5418a12090764c67d4d1 branch: 3.14 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: ambv date: 2025-05-25T15:54:28+02:00 summary: [3.14] GH-130328

[Python-checkins] GH-130328: Speedup pasting in legacy console on Windows (gh-133728)

2025-05-25 Thread ambv
https://github.com/python/cpython/commit/91b48868a82821c1cbfd2245212699b57d3a24c7 commit: 91b48868a82821c1cbfd2245212699b57d3a24c7 branch: main author: Chris Eibl <138194463+chris-e...@users.noreply.github.com> committer: ambv date: 2025-05-25T15:17:43+02:00 summary: GH-130328: Speedup pasting in