[Python-checkins] [3.11] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH-115975)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/c562f5a1e2275e8533313a52ab3b0831b0e1f5cb commit: c562f5a1e2275e8533313a52ab3b0831b0e1f5cb branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-26T23:14:32Z summary: [3.11] bp

[Python-checkins] [3.12] bpo-44865: Fix yet one missing translations in argparse (GH-27668) (GH-115974)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/3185a1ba117631aaf6886f87892045f89cebddbe commit: 3185a1ba117631aaf6886f87892045f89cebddbe branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-26T23:09:57Z summary: [3.12] bp

[Python-checkins] bpo-44865: Fix yet one missing translations in argparse (GH-27668)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/6087315926fb185847a52559af063cc7d337d978 commit: 6087315926fb185847a52559af063cc7d337d978 branch: main author: Jérémie Detrey committer: serhiy-storchaka date: 2024-02-26T22:05:01Z summary: bpo-44865: Fix yet one missing translations in argparse (GH-27668

[Python-checkins] [3.11] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711) (GH-115968)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f8a6a1c5c34a82181e26827e336c4005adb1e22c commit: f8a6a1c5c34a82181e26827e336c4005adb1e22c branch: 3.11 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-26T21:36:57Z summary: [3.11] gh-77956: Add the words 'default' and 'version' help tex

[Python-checkins] [3.12] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711) (GH-115967)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f0c194ad156f7b8056f23ca3ce60d580f19537d7 commit: f0c194ad156f7b8056f23ca3ce60d580f19537d7 branch: 3.12 author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-26T21:11:27Z summary: [3.12] gh-77956: Add the words 'default' and 'version' help tex

[Python-checkins] [3.11] gh-114763: Protect lazy loading modules from attribute access races (GH-114781) (GH-115871)

2024-02-26 Thread brettcannon
https://github.com/python/cpython/commit/46f821d62b5a1599890419aa963d7353619942b6 commit: 46f821d62b5a1599890419aa963d7353619942b6 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2024-02-26T20:50:55Z summary: [3.11] gh-1147

[Python-checkins] [3.12] gh-114763: Protect lazy loading modules from attribute access races (GH-114781) (GH-115870)

2024-02-26 Thread brettcannon
https://github.com/python/cpython/commit/7b91b9001a444f5b5acdfd786b07bfde3405e93a commit: 7b91b9001a444f5b5acdfd786b07bfde3405e93a branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: brettcannon date: 2024-02-26T20:43:44Z summary: [3.12] gh-1147

[Python-checkins] bpo-45101: Add consistency in usage message IO between 2 versions of python-config (GH-28162)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/de2a73dc4649b110351fce789de0abb14c460b97 commit: de2a73dc4649b110351fce789de0abb14c460b97 branch: main author: Kien Dang committer: serhiy-storchaka date: 2024-02-26T22:04:44+02:00 summary: bpo-45101: Add consistency in usage message IO between 2 versions

[Python-checkins] gh-77956: Add the words 'default' and 'version' help text localizable (GH-12711)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/da382aaf52d761a037874bee27bb5db69906df9e commit: da382aaf52d761a037874bee27bb5db69906df9e branch: main author: Emmanuel Arias committer: serhiy-storchaka date: 2024-02-26T19:20:39Z summary: gh-77956: Add the words 'default' and 'version' help text locali

[Python-checkins] gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual /DPy_GIL_DISABLED (GH-115850)

2024-02-26 Thread zooba
https://github.com/python/cpython/commit/37a13b941394a1337576c67bff35d4a44a1157e2 commit: 37a13b941394a1337576c67bff35d4a44a1157e2 branch: main author: Steve Dower committer: zooba date: 2024-02-26T19:14:14Z summary: gh-115582: Make default PC/pyconfig.h work for free-threaded builds with manual

[Python-checkins] gh-113942: Show functions implemented as builtin methods (GH-115306)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/72cff8d8e5a476d3406efb0491452bf9d6b02feb commit: 72cff8d8e5a476d3406efb0491452bf9d6b02feb branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-26T20:29:49+02:00 summary: gh-113942: Show functions implemented as builtin methods (

[Python-checkins] gh-112006: Fix inspect.unwrap() for types where __wrapped__ is a data descriptor (GH-115540)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/68c79d21fa791d7418a858b7aa4604880e988a02 commit: 68c79d21fa791d7418a858b7aa4604880e988a02 branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2024-02-26T20:07:41+02:00 summary: gh-112006: Fix inspect.unwrap() for types where __wrapped_

[Python-checkins] gh-115168: Add pystats counter for invalidated executors (GH-115169)

2024-02-26 Thread Fidget-Spinner
https://github.com/python/cpython/commit/b05afdd5ec325bdb4cc89bb3be177ed577bea41f commit: b05afdd5ec325bdb4cc89bb3be177ed577bea41f branch: main author: Michael Droettboom committer: Fidget-Spinner date: 2024-02-26T17:51:47Z summary: gh-115168: Add pystats counter for invalidated executors (GH-11

[Python-checkins] gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350)

2024-02-26 Thread zooba
https://github.com/python/cpython/commit/96c10c648565c7406d5606099dbbb937310c26dc commit: 96c10c648565c7406d5606099dbbb937310c26dc branch: main author: Yuriy Chernyshov committer: zooba date: 2024-02-26T17:21:55Z summary: gh-115882: Reference Unknwn.h for ctypes on Windows (GH-115350) This allo

[Python-checkins] Rename tier 2 redundancy eliminator to optimizer (#115888)

2024-02-26 Thread gvanrossum
https://github.com/python/cpython/commit/c0fdfba7ff981c55ac13325e4dddaf382601b246 commit: c0fdfba7ff981c55ac13325e4dddaf382601b246 branch: main author: Guido van Rossum committer: gvanrossum date: 2024-02-26T08:42:53-08:00 summary: Rename tier 2 redundancy eliminator to optimizer (#115888) The

[Python-checkins] GH-115802: JIT "small" code for macOS and Linux (GH-115826)

2024-02-26 Thread brandtbucher
https://github.com/python/cpython/commit/7259480957e10359cc5ab8786f32f197c88e274c commit: 7259480957e10359cc5ab8786f32f197c88e274c branch: main author: Brandt Bucher committer: brandtbucher date: 2024-02-26T08:32:44-08:00 summary: GH-115802: JIT "small" code for macOS and Linux (GH-115826) file

[Python-checkins] [3.11] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) (#115960)

2024-02-26 Thread AlexWaygood
https://github.com/python/cpython/commit/a30a1e7a4968f393d598ec5b2b96fa9ef42438be commit: a30a1e7a4968f393d598ec5b2b96fa9ef42438be branch: 3.11 author: Alex Waygood committer: AlexWaygood date: 2024-02-26T16:27:51Z summary: [3.11] gh-115881: Ensure `ast.parse()` parses conditional context manage

[Python-checkins] [3.11] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115950)

2024-02-26 Thread pablogsal
https://github.com/python/cpython/commit/35a43d43943ad1e038ec2c55cc7006932aeb5b07 commit: 35a43d43943ad1e038ec2c55cc7006932aeb5b07 branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-02-26T16:08:37Z summary: [3.11] gh-115823

[Python-checkins] [3.12] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920) (#115959)

2024-02-26 Thread AlexWaygood
https://github.com/python/cpython/commit/53b84e772cac6e4a55cebf908d6bb9c48fe254dc commit: 53b84e772cac6e4a55cebf908d6bb9c48fe254dc branch: 3.12 author: Alex Waygood committer: AlexWaygood date: 2024-02-26T15:45:38Z summary: [3.12] gh-115881: Ensure `ast.parse()` parses conditional context manage

[Python-checkins] gh-113706: Update comment about long int representation (#113707)

2024-02-26 Thread gvanrossum
https://github.com/python/cpython/commit/07824995a056b2894adac69813444307835cc245 commit: 07824995a056b2894adac69813444307835cc245 branch: main author: Michael Droettboom committer: gvanrossum date: 2024-02-26T07:18:30-08:00 summary: gh-113706: Update comment about long int representation (#1137

[Python-checkins] [3.12] gh-115823: Calculate correctly error locations when dealing with implicit encodings (GH-115824) (#115949)

2024-02-26 Thread pablogsal
https://github.com/python/cpython/commit/1932da0c3dadb39b0d560c5367bb2b79381e4a15 commit: 1932da0c3dadb39b0d560c5367bb2b79381e4a15 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-02-26T13:18:06Z summary: [3.12] gh-115823

[Python-checkins] [3.12] gh-115931: Fix `SyntaxWarning`s in `test_unparse` (GH-115935) (#115948)

2024-02-26 Thread pablogsal
https://github.com/python/cpython/commit/8668b3cc2d926250fb29738788df7da6a45d2278 commit: 8668b3cc2d926250fb29738788df7da6a45d2278 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: pablogsal date: 2024-02-26T13:00:14Z summary: [3.12] gh-115931

[Python-checkins] gh-115823: Calculate correctly error locations when dealing with implicit encodings (#115824)

2024-02-26 Thread pablogsal
https://github.com/python/cpython/commit/015b97d19a24a169cc3c0939119e1228791e4253 commit: 015b97d19a24a169cc3c0939119e1228791e4253 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-02-26T12:57:09Z summary: gh-115823: Calculate correctly error locations when dealing with

[Python-checkins] gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935)

2024-02-26 Thread pablogsal
https://github.com/python/cpython/commit/b7383b8b71d49c761480ae9a8b2111644310e61d commit: b7383b8b71d49c761480ae9a8b2111644310e61d branch: main author: Nikita Sobolev committer: pablogsal date: 2024-02-26T13:32:27+01:00 summary: gh-115931: Fix `SyntaxWarning`s in `test_unparse` (#115935) files:

[Python-checkins] [3.12] gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ctypes documentation (GH-115092) (GH-115936)

2024-02-26 Thread encukou
https://github.com/python/cpython/commit/79061af448ada100a8c038beae927fb1debb2a64 commit: 79061af448ada100a8c038beae927fb1debb2a64 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: encukou date: 2024-02-26T11:09:14+01:00 summary: [3.12] gh-115

[Python-checkins] [3.12] Doc: Clarify the return type of Event.wait when timeout is used (GH-104168) (GH-115938)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/daa28d7552cf725aa80c7149b5b751079f4d6f09 commit: daa28d7552cf725aa80c7149b5b751079f4d6f09 branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-26T09:59:26Z summary: [3.12] Do

[Python-checkins] [3.11] Doc: Clarify the return type of Event.wait when timeout is used (GH-104168) (GH-115939)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0f7f5a4a6c2b9bffe973e4b36a217b5a0fbbc7bb commit: 0f7f5a4a6c2b9bffe973e4b36a217b5a0fbbc7bb branch: 3.11 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: serhiy-storchaka date: 2024-02-26T09:59:32Z summary: [3.11] Do

[Python-checkins] Doc: Clarify the return type of Event.wait when timeout is used (GH-104168)

2024-02-26 Thread serhiy-storchaka
https://github.com/python/cpython/commit/37f5d06b1bf830048c09ed967bb2cda945d56541 commit: 37f5d06b1bf830048c09ed967bb2cda945d56541 branch: main author: Phil Elson committer: serhiy-storchaka date: 2024-02-26T11:53:20+02:00 summary: Doc: Clarify the return type of Event.wait when timeout is used

[Python-checkins] gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag from ctypes documentation (GH-115092)

2024-02-26 Thread encukou
https://github.com/python/cpython/commit/915d7dd090387b52f62bdc2f572413bc87297cee commit: 915d7dd090387b52f62bdc2f572413bc87297cee branch: main author: Antti Haapala committer: encukou date: 2024-02-26T10:22:54+01:00 summary: gh-115091: Remove a left-over sentence that refers to Py_OptimizeFlag

[Python-checkins] gh-115881: Ensure `ast.parse()` parses conditional context managers even with low `feature_version` passed (#115920)

2024-02-26 Thread AlexWaygood
https://github.com/python/cpython/commit/7a3518e43aa50ea57fd35863da831052749b6115 commit: 7a3518e43aa50ea57fd35863da831052749b6115 branch: main author: Alex Waygood committer: AlexWaygood date: 2024-02-26T09:22:09Z summary: gh-115881: Ensure `ast.parse()` parses conditional context managers even