[Python-checkins] gh-127718: Add colour to `test.regrtest` output (#127719)

2024-12-09 Thread hugovk
https://github.com/python/cpython/commit/212448b1623b45f19c5529595e081da72a6521a0 commit: 212448b1623b45f19c5529595e081da72a6521a0 branch: main author: Hugo van Kemenade <1324225+hug...@users.noreply.github.com> committer: hugovk <1324225+hug...@users.noreply.github.com> date: 2024-12-10T09:44:15+0

[Python-checkins] gh-126775: make linecache.checkcache threadsafe and GC re-entrency safe (#126776)

2024-12-09 Thread cfbolz
https://github.com/python/cpython/commit/2233c303e476496fc4c85a29a1429a7e4b1f707b commit: 2233c303e476496fc4c85a29a1429a7e4b1f707b branch: main author: Thomas Grainger committer: cfbolz date: 2024-12-10T08:40:54+01:00 summary: gh-126775: make linecache.checkcache threadsafe and GC re-entrency sa

[Python-checkins] [3.13] gh-127651: Use __file__ in diagnostics if origin is missing (#127660) (#127775)

2024-12-09 Thread hauntsaninja
https://github.com/python/cpython/commit/6441d42f92f9daa2f3d9ff0ec3de0d60c26e041d commit: 6441d42f92f9daa2f3d9ff0ec3de0d60c26e041d branch: 3.13 author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-12-10

[Python-checkins] gh-127651: Use __file__ in diagnostics if origin is missing (#127660)

2024-12-09 Thread hauntsaninja
https://github.com/python/cpython/commit/3983527c3a6b389e373a233e514919555853ccb3 commit: 3983527c3a6b389e373a233e514919555853ccb3 branch: main author: Shantanu <12621235+hauntsani...@users.noreply.github.com> committer: hauntsaninja <12621235+hauntsani...@users.noreply.github.com> date: 2024-12-09

[Python-checkins] gh-125420: implement `Sequence.index` API on `memoryview` objects (#125446)

2024-12-09 Thread JelleZijlstra
https://github.com/python/cpython/commit/58c753827ac7aa3d7f1495ac206c28bf2f6c67e8 commit: 58c753827ac7aa3d7f1495ac206c28bf2f6c67e8 branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: JelleZijlstra date: 2024-12-09T18:48:38-08:00 summary: gh-125420: implement

[Python-checkins] gh-127629: Add ctypes to the Emscripten build (#127683)

2024-12-09 Thread freakboy3742
https://github.com/python/cpython/commit/3b18af964da9814474a5db9e502962c7e0593e8d commit: 3b18af964da9814474a5db9e502962c7e0593e8d branch: main author: Hood Chatham committer: freakboy3742 date: 2024-12-10T10:32:58+08:00 summary: gh-127629: Add ctypes to the Emscripten build (#127683) Adds tool

[Python-checkins] GH-127456: pathlib ABCs: add protocol for path parser (#127494)

2024-12-09 Thread barneygale
https://github.com/python/cpython/commit/5c89adf385aaaca97c2ee9074f8b1fda0f57ad26 commit: 5c89adf385aaaca97c2ee9074f8b1fda0f57ad26 branch: main author: Barney Gale committer: barneygale date: 2024-12-09T18:31:22Z summary: GH-127456: pathlib ABCs: add protocol for path parser (#127494) Change th

[Python-checkins] gh-127637: add tests for `dis` command-line interface (#127759)

2024-12-09 Thread iritkatriel
https://github.com/python/cpython/commit/e85f2f1703e0f79cfd0d0e3010190b71c0eb18da commit: e85f2f1703e0f79cfd0d0e3010190b71c0eb18da branch: main author: Bénédikt Tran <10796600+picn...@users.noreply.github.com> committer: iritkatriel <1055913+iritkatr...@users.noreply.github.com> date: 2024-12-09T18

[Python-checkins] gh-127732: Add Windows Server 2025 detection to platform module (GH-127733)

2024-12-09 Thread zooba
https://github.com/python/cpython/commit/310efdabf556c513de9bf38820e20f5289931b55 commit: 310efdabf556c513de9bf38820e20f5289931b55 branch: 3.13 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-12-09T12:50:34Z summary: gh-127732: Add Windo

[Python-checkins] gh-127732: Add Windows Server 2025 detection to platform module (GH-127733)

2024-12-09 Thread zooba
https://github.com/python/cpython/commit/fa935225a4a7fe331f34d083ff1743329c28f95c commit: fa935225a4a7fe331f34d083ff1743329c28f95c branch: 3.12 author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com> committer: zooba date: 2024-12-09T12:42:37Z summary: gh-127732: Add Windo

[Python-checkins] gh-127732: Add Windows Server 2025 detection to platform module (GH-127733)

2024-12-09 Thread zooba
https://github.com/python/cpython/commit/5eb7fd4d0fc37b91058086181afebec41e66e5ad commit: 5eb7fd4d0fc37b91058086181afebec41e66e5ad branch: main author: Wulian <1055917...@qq.com> committer: zooba date: 2024-12-09T12:24:26Z summary: gh-127732: Add Windows Server 2025 detection to platform module (