[Python-checkins] gh-132732: JIT: Only allow compact ints in pure evaluation (GH-136040)

2025-06-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/c419af9e277bea7dd78f4defefc752fe93b0b8ec commit: c419af9e277bea7dd78f4defefc752fe93b0b8ec branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-06-28T00:18:44+08:00 summary: gh-132732: JIT: Only allow compact ints in pure evaluation (GH-136040

[Python-checkins] [3.14] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027) (#136043)

2025-06-27 Thread picnixz
https://github.com/python/cpython/commit/eff347ccc36bf2bc4e52e7d78d3d8d71abccba62 commit: eff347ccc36bf2bc4e52e7d78d3d8d71abccba62 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2025-0

[Python-checkins] [3.13] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (GH-136027) (#136044)

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

[Python-checkins] GH-135904: Optimize the JIT's assembly control flow (GH-135905)

2025-06-27 Thread brandtbucher
https://github.com/python/cpython/commit/0e5d09613094f2331a6b1cdb83f98998702d4469 commit: 0e5d09613094f2331a6b1cdb83f98998702d4469 branch: main author: Brandt Bucher committer: brandtbucher date: 2025-06-27T08:20:51-07:00 summary: GH-135904: Optimize the JIT's assembly control flow (GH-135905)

[Python-checkins] gh-108765: fix comment about macro definitions in `_stat.c` post GH-108854 (#136027)

2025-06-27 Thread picnixz
https://github.com/python/cpython/commit/0141e7f9e66e5e5ac3949fb018dd6811cd630dca commit: 0141e7f9e66e5e5ac3949fb018dd6811cd630dca branch: main author: Lee Dogeon committer: picnixz <[email protected]> date: 2025-06-27T15:15:11Z summary: gh-108765: fix comment about macro

[Python-checkins] gh-135755: rename undocumented `HACL_CAN_COMPILE_SIMD{128,256}` macros (#135847)

2025-06-27 Thread picnixz
https://github.com/python/cpython/commit/1e975aee28924afbd956183918cef278e09ce8f3 commit: 1e975aee28924afbd956183918cef278e09ce8f3 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2025-06-27T17:12:21+

[Python-checkins] gh-135571: Guard `_hashlib` usage in `test_hashlib.py` (#135572)

2025-06-27 Thread picnixz
https://github.com/python/cpython/commit/065194c1a971b59547f1bb2cc64760c4bf0ee674 commit: 065194c1a971b59547f1bb2cc64760c4bf0ee674 branch: main author: Will Childs-Klein committer: picnixz <[email protected]> date: 2025-06-27T17:01:16+02:00 summary: gh-135571: Guard `_hash

[Python-checkins] [3.14] gh-136028: Fix parsing month names containing "İ"(U+0130) in strptime() (GH-136029) (GH-136037)

2025-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3bd4a49201ea06035dcbf4ddcb7b977967947656 commit: 3bd4a49201ea06035dcbf4ddcb7b977967947656 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-27T14:12:15Z summary: [3.14] gh

[Python-checkins] [3.13] gh-136028: Fix parsing month names containing "İ"(U+0130) in strptime() (GH-136029) (GH-136038)

2025-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/e7a8f9664a699cc225885ebbfd0a4def73654e74 commit: e7a8f9664a699cc225885ebbfd0a4def73654e74 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-27T14:10:51Z summary: [3.13] gh

[Python-checkins] gh-136028: Fix parsing month names containing "İ" (U+0130) in strptime() (GH-136029)

2025-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/731f5b8ab3970e344bfbc4ff86df767a0795f0fc commit: 731f5b8ab3970e344bfbc4ff86df767a0795f0fc branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-06-27T16:47:03+03:00 summary: gh-136028: Fix parsing month names containing "İ" (U+0130)

[Python-checkins] gh-92266: Replace tabs with four spaces in Python files (#135983)

2025-06-27 Thread hugovk
https://github.com/python/cpython/commit/de0d014815667982c683adb2b2cc16ae2bfb3c82 commit: de0d014815667982c683adb2b2cc16ae2bfb3c82 branch: main author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-06-27T16:23:33+0

[Python-checkins] [3.13] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136036)

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

[Python-checkins] [3.14] gh-92266: Replace tabs with four spaces in Python files (GH-135983) (#136035)

2025-06-27 Thread hugovk
https://github.com/python/cpython/commit/7e4637e48e0482cfe62859c2db3e4a257b9c9f9a commit: 7e4637e48e0482cfe62859c2db3e4a257b9c9f9a branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2025-06-2

[Python-checkins] [3.14] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136030)

2025-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/1b218680b7c1bb4dfbbb1c750b8929d5e778577e commit: 1b218680b7c1bb4dfbbb1c750b8929d5e778577e branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka date: 2025-06-27T12:01:48Z summary: [3.14] gh

[Python-checkins] [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981) (GH-136031)

2025-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3576e1a9545dee13c9dab3ef154b34f95acf4025 commit: 3576e1a9545dee13c9dab3ef154b34f95acf4025 branch: 3.13 author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-06-27T12:07:22Z summary: [3.13] gh-78465: Fix error message for cls.__new__(cls, ...) wh

[Python-checkins] gh-132732: Automatically constant evaluate pure operations (GH-132733)

2025-06-27 Thread Fidget-Spinner
https://github.com/python/cpython/commit/695ab61351c019a7fcd731eebd77c172c90bf9e0 commit: 695ab61351c019a7fcd731eebd77c172c90bf9e0 branch: main author: Ken Jin committer: Fidget-Spinner date: 2025-06-27T19:37:44+08:00 summary: gh-132732: Automatically constant evaluate pure operations (GH-132733

[Python-checkins] gh-78465: Fix error message for cls.__new__(cls, ...) where cls is not instantiable (GH-135981)

2025-06-27 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c45f4f3ebe34529a8db3a7918e8dd2e9f7ce8e86 commit: c45f4f3ebe34529a8db3a7918e8dd2e9f7ce8e86 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-06-27T14:35:55+03:00 summary: gh-78465: Fix error message for cls.__new__(cls, ...) wher

[Python-checkins] [3.14] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (GH-135908) (#136025)

2025-06-27 Thread vstinner
https://github.com/python/cpython/commit/33c83cea070b70416c4a40a79130866ff7df679f commit: 33c83cea070b70416c4a40a79130866ff7df679f branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: vstinner date: 2025-06-27T10:26:51Z summary: [3.14] gh-128051:

[Python-checkins] gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#135908)

2025-06-27 Thread vstinner
https://github.com/python/cpython/commit/f3aec60d7a01c5f085a3ef2d6670d46b42b8ddd3 commit: f3aec60d7a01c5f085a3ef2d6670d46b42b8ddd3 branch: main author: Sergey B Kirpichev committer: vstinner date: 2025-06-27T12:00:25+02:00 summary: gh-128051: Fix tests if sys.float_repr_style is 'legacy' (#13590

[Python-checkins] gh-136017: avoid decref in rich compare for bool objects (#136018)

2025-06-27 Thread kumaraditya303
https://github.com/python/cpython/commit/e23518fa96583d0190d457adb807b19545df26cf commit: e23518fa96583d0190d457adb807b19545df26cf branch: main author: Pieter Eendebak committer: kumaraditya303 date: 2025-06-27T14:31:51+05:30 summary: gh-136017: avoid decref in rich compare for bool objects (#13