[Python-checkins] gh-137282: Fix `TypeError` in tab completion and `dir()` of `concurrent.futures` (GH-137214)

2025-07-31 Thread ZeroIntensity
https://github.com/python/cpython/commit/2a87af062b79d914ce0120f1f1763213c1ebe8c4 commit: 2a87af062b79d914ce0120f1f1763213c1ebe8c4 branch: main author: Henry Schreiner committer: ZeroIntensity date: 2025-07-31T16:17:27Z summary: gh-137282: Fix `TypeError` in tab completion and `dir()` of `concu

[Python-checkins] gh-137200: support frame lineno setter with `BRANCH_LEFT` and `BRANCH_RIGHT` events (GH-137229)

2025-07-31 Thread markshannon
https://github.com/python/cpython/commit/d18f73ae1349ed005fa05ea2d852e1ab51dbc087 commit: d18f73ae1349ed005fa05ea2d852e1ab51dbc087 branch: main author: Xuanteng Huang <[email protected]> committer: markshannon date: 2025-07-31T14:22:22+01:00 summary: gh-137200: support f

[Python-checkins] gh-131146: Fix month names in a "standalone form" in calendar module (GH-131147)

2025-07-31 Thread encukou
https://github.com/python/cpython/commit/438cbd857a875efc105b4215b1ae131e67af37e1 commit: 438cbd857a875efc105b4215b1ae131e67af37e1 branch: main author: Dzmitry Plashchynski committer: encukou date: 2025-07-31T14:06:33+02:00 summary: gh-131146: Fix month names in a "standalone form" in calendar m

[Python-checkins] gh-137194: Fix requires_debug_ranges when _testcpi doesn't exist (GH-137195)

2025-07-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/0282eef880c8c8db782a2088b0257250e0f76d48 commit: 0282eef880c8c8db782a2088b0257250e0f76d48 branch: main author: Jeong, YunWon <[email protected]> committer: serhiy-storchaka date: 2025-07-31T14:22:11+03:00 summary: gh-137194: Fix req

[Python-checkins] gh-124503: Optimize ast.literal_eval() for small input (GH-137010)

2025-07-31 Thread serhiy-storchaka
https://github.com/python/cpython/commit/b723c8be071afcf3f865c55a5efb6da54f7695a0 commit: b723c8be071afcf3f865c55a5efb6da54f7695a0 branch: main author: Krzysztof Magusiak committer: serhiy-storchaka date: 2025-07-31T12:55:00+03:00 summary: gh-124503: Optimize ast.literal_eval() for small input (

[Python-checkins] gh-137025: Include ``python.worker.mjs`` in the Emscripten Web Example (#137236)

2025-07-31 Thread AA-Turner
https://github.com/python/cpython/commit/d5191ba99b8f7723cbdb9b7a07ef8a3eef6524c1 commit: d5191ba99b8f7723cbdb9b7a07ef8a3eef6524c1 branch: main author: adam j hartz committer: AA-Turner <[email protected]> date: 2025-07-31T09:19:52+01:00 summary: gh-137025: Include ``pyth