[Python-checkins] [3.14] gh-96491: Deduplicate version in IDLE shell title (GH-139841) (#139931)

2025-10-10 Thread terryjreedy
https://github.com/python/cpython/commit/1a355d73663692d77811686f5d655ce161a256a1 commit: 1a355d73663692d77811686f5d655ce161a256a1 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: terryjreedy date: 2025-10-11T02:02:34Z summary: [3.14] gh-9649

[Python-checkins] gh-139769: Update `PCBuild/find_python.bat` to allow discovery of Python 3.14 (GH-139770)

2025-10-10 Thread zooba
https://github.com/python/cpython/commit/b6c14bc1874054909b233fde425fb3f6d2023e41 commit: b6c14bc1874054909b233fde425fb3f6d2023e41 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: zooba date: 2025-10-08T15:23:17Z summary: gh-139769: Update `P

[Python-checkins] gh-138843: Removing "Unpacking" section from Download page (GH-139918)

2025-10-10 Thread zware
https://github.com/python/cpython/commit/aa840f500ca901deea29669df68992193a273a62 commit: aa840f500ca901deea29669df68992193a273a62 branch: main author: Stan Ulbrych <[email protected]> committer: zware date: 2025-10-10T14:22:34-05:00 summary: gh-138843: Removing "U

[Python-checkins] gh-139894: fix incorrect sharing of current task while forking in `asyncio` (#139897)

2025-10-10 Thread kumaraditya303
https://github.com/python/cpython/commit/b881df47ff1adca515d1de04f689160ddae72142 commit: b881df47ff1adca515d1de04f689160ddae72142 branch: main author: Kumar Aditya committer: kumaraditya303 date: 2025-10-10T21:58:23+05:30 summary: gh-139894: fix incorrect sharing of current task while forking i

[Python-checkins] gh-137025: Update Emscripten Build Docs (#137312)

2025-10-10 Thread freakboy3742
https://github.com/python/cpython/commit/34503111fe2724986701799dc994c6b0cb32f4f2 commit: 34503111fe2724986701799dc994c6b0cb32f4f2 branch: main author: adam j hartz committer: freakboy3742 date: 2025-10-10T06:36:40+08:00 summary: gh-137025: Update Emscripten Build Docs (#137312) Update Emscript

[Python-checkins] gh-139353: Add Objects/unicode_format.c file (#139491)

2025-10-10 Thread vstinner
https://github.com/python/cpython/commit/4c119714d58912b10cb803a813da0364a0cc01e8 commit: 4c119714d58912b10cb803a813da0364a0cc01e8 branch: main author: Victor Stinner committer: vstinner date: 2025-10-10T12:52:59+02:00 summary: gh-139353: Add Objects/unicode_format.c file (#139491) * Move PyUni

[Python-checkins] gh-139783: Fix inspect.getsourcelines() for the case when a decorator is followed by a comment or an empty line (GH-139836)

2025-10-10 Thread serhiy-storchaka
https://github.com/python/cpython/commit/f4104f5d74b99712253fceb39a4460ee3f7a281c commit: f4104f5d74b99712253fceb39a4460ee3f7a281c branch: main author: Serhiy Storchaka committer: serhiy-storchaka date: 2025-10-10T10:51:24+03:00 summary: gh-139783: Fix inspect.getsourcelines() for the case when