[Python-checkins] gh-125588: Allow to regenerate the parser with Python < 3.12 (#127969)

2024-12-15 Thread pablogsal
https://github.com/python/cpython/commit/47c5a0f307cff3ed477528536e8de095c0752efa commit: 47c5a0f307cff3ed477528536e8de095c0752efa branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2024-12-15T23:17:01Z summary: gh-125588: Allow to regenerate the parser with Python < 3.12 (#12

[Python-checkins] GH-126985: Don't override venv detection with PYTHONHOME (#127968)

2024-12-15 Thread FFY00
https://github.com/python/cpython/commit/b74c8f58e875d909ce6b5b9dbcddd6d8331d2081 commit: b74c8f58e875d909ce6b5b9dbcddd6d8331d2081 branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-15T21:12:13Z summary: GH-126985: Don't override venv detection with PYTHONHOME (#127968) files:

[Python-checkins] gh-127586: properly restore blocked signals in resource_tracker.py (GH-127587)

2024-12-15 Thread gpshead
https://github.com/python/cpython/commit/46006a1b355f75d06c10e7b8086912c483b34487 commit: 46006a1b355f75d06c10e7b8086912c483b34487 branch: main author: Stephen Hansen committer: gpshead date: 2024-12-15T11:53:22-08:00 summary: gh-127586: properly restore blocked signals in resource_tracker.py (G

[Python-checkins] gh-119786: Fix miscellaneous typos in `InternalDocs/interpreter_definition.md` (#127957)

2024-12-15 Thread Eclips4
https://github.com/python/cpython/commit/7b8bd3b2b81f4aca63c5b603b56998f6b3ee2611 commit: 7b8bd3b2b81f4aca63c5b603b56998f6b3ee2611 branch: main author: Stan Ulbrych <[email protected]> committer: Eclips4 date: 2024-12-15T19:11:50+02:00 summary: gh-119786: Fix misce

[Python-checkins] getpath: Add comments highlighing details of the pyvenv.cfg detection (#127966)

2024-12-15 Thread FFY00
https://github.com/python/cpython/commit/3683b2f9e5972a2feb67a051fcf898a1b58a54fe commit: 3683b2f9e5972a2feb67a051fcf898a1b58a54fe branch: main author: Filipe Laíns 🇵🇸 committer: FFY00 date: 2024-12-15T15:40:19Z summary: getpath: Add comments highlighing details of the pyvenv.cfg detection (#127

[Python-checkins] gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_INCREF_IMMORTAL_STAT_INC (#127717)

2024-12-15 Thread Eclips4
https://github.com/python/cpython/commit/ab05beb8cea62636bd86f6f7cf1a82d7efca7162 commit: ab05beb8cea62636bd86f6f7cf1a82d7efca7162 branch: main author: Ed Nutting committer: Eclips4 date: 2024-12-15T15:51:03+02:00 summary: gh-127599: Fix _Py_RefcntAdd missing calls to _Py_INCREF_STAT_INC/_Py_IN

[Python-checkins] [3.13] Clarify ast docs to use a less confusing example for `ast.ParamSpec` (GH-127955) (#127959)

2024-12-15 Thread AlexWaygood
https://github.com/python/cpython/commit/89f4b23f9efa4919e59cc542fd44062efc9898f2 commit: 89f4b23f9efa4919e59cc542fd44062efc9898f2 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: AlexWaygood date: 2024-12-15T12:35:25Z summary: [3.13] Clarify

[Python-checkins] Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955)

2024-12-15 Thread AlexWaygood
https://github.com/python/cpython/commit/7900a85019457c14e8c6abac532846bc9f26760d commit: 7900a85019457c14e8c6abac532846bc9f26760d branch: main author: Steve C committer: AlexWaygood date: 2024-12-15T12:28:43Z summary: Clarify ast docs to use a less confusing example for `ast.ParamSpec` (#127955

[Python-checkins] [3.13] gh-127353: Allow to force color output on Windows V2 (GH-127926) (#127944)

2024-12-15 Thread hugovk
https://github.com/python/cpython/commit/90ae4b6f5a07cbd600f047919adfce46ba7edc16 commit: 90ae4b6f5a07cbd600f047919adfce46ba7edc16 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2024-12-1