[Python-checkins] gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (#143049)

2026-01-01 Thread picnixz
https://github.com/python/cpython/commit/2d9f4e357ad30e002ca0c7568047e9a818b96cd3 commit: 2d9f4e357ad30e002ca0c7568047e9a818b96cd3 branch: main author: Bartosz Sławecki committer: picnixz <[email protected]> date: 2026-01-01T12:52:21+01:00 summary: gh-143048: Remove outdat

[Python-checkins] [3.14] gh-143048: Remove outdated mention to `curses` in the "Interactive Mode" docs (GH-143049) (#143325)

2026-01-01 Thread picnixz
https://github.com/python/cpython/commit/f6f3ddb401eb923a4fffe478b6a77f0fd8862be6 commit: f6f3ddb401eb923a4fffe478b6a77f0fd8862be6 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: picnixz <[email protected]> date: 2026-0

[Python-checkins] [3.14] gh-142830: prevent some crashes when mutating `sqlite3` callbacks (GH-143245) (#143322)

2026-01-01 Thread picnixz
https://github.com/python/cpython/commit/048edac8be6027f43f61d9bb106ab22bea7d792b commit: 048edac8be6027f43f61d9bb106ab22bea7d792b branch: 3.14 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-01-01T11:24:21Z

[Python-checkins] [3.13] gh-142830: prevent some crashes when mutating `sqlite3` callbacks (GH-143245) (#143323)

2026-01-01 Thread picnixz
https://github.com/python/cpython/commit/afa24d832494e2d04969f9ad6585b61700c50d6c commit: afa24d832494e2d04969f9ad6585b61700c50d6c branch: 3.13 author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-01-01T11:22:50Z

[Python-checkins] Amend NEWS entries for PRs GH-139553 and GH-142790 (#143329)

2026-01-01 Thread picnixz
https://github.com/python/cpython/commit/422ca074bc80a1d570d2599f733b8d8a748abf66 commit: 422ca074bc80a1d570d2599f733b8d8a748abf66 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-01-01T14:16:26Z

[Python-checkins] gh-142830: prevent some crashes when mutating `sqlite3` callbacks (#143245)

2026-01-01 Thread picnixz
https://github.com/python/cpython/commit/7f6c16a956d598663d8c67071c492f197045d967 commit: 7f6c16a956d598663d8c67071c492f197045d967 branch: main author: Bénédikt Tran <[email protected]> committer: picnixz <[email protected]> date: 2026-01-01T11:55:05+

[Python-checkins] gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT` (GH-143320)

2026-01-01 Thread Fidget-Spinner
https://github.com/python/cpython/commit/d00d39f58e522a8968a741876a5dad5505f2c4df commit: d00d39f58e522a8968a741876a5dad5505f2c4df branch: main author: Nadeshiko Manju committer: Fidget-Spinner date: 2026-01-01T17:27:02Z summary: gh-134584: Eliminate redundant refcounting from `_LOAD_ATTR_SLOT`

[Python-checkins] gh-142927: Fix heatmap caller navigation for interior lines (#143180)

2026-01-01 Thread pablogsal
https://github.com/python/cpython/commit/513ae175bb4839f121b6e6806ec172437f3dcea1 commit: 513ae175bb4839f121b6e6806ec172437f3dcea1 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2026-01-01T19:05:59Z summary: gh-142927: Fix heatmap caller navigation for interior lines (#143

[Python-checkins] gh-142927: Auto-open HTML output in browser after generation (#143178)

2026-01-01 Thread pablogsal
https://github.com/python/cpython/commit/5d133351c63b20882d85f92c2942c7d99066cebb commit: 5d133351c63b20882d85f92c2942c7d99066cebb branch: main author: ivonastojanovic <[email protected]> committer: pablogsal date: 2026-01-01T19:05:45Z summary: gh-142927: Auto-open

[Python-checkins] gh-134584: Fix _CALL_BUILTIN_O test to reflect real-world usage (GH-143333)

2026-01-01 Thread Fidget-Spinner
https://github.com/python/cpython/commit/faa26044ce8e61f15a7886557d3030a481ebb96d commit: faa26044ce8e61f15a7886557d3030a481ebb96d branch: main author: Ken Jin committer: Fidget-Spinner date: 2026-01-01T18:54:49Z summary: gh-134584: Fix _CALL_BUILTIN_O test to reflect real-world usage (GH-14333

[Python-checkins] gh-124951: Optimize base64 encode & decode for an easy 2-3x speedup [no SIMD] (GH-143262)

2026-01-01 Thread gpshead
https://github.com/python/cpython/commit/61fc72a4a431cbfd42f22e2af76177c73431c3e6 commit: 61fc72a4a431cbfd42f22e2af76177c73431c3e6 branch: main author: Gregory P. Smith <[email protected]> committer: gpshead <[email protected]> date: 2026-01-01T22:03:05-08:

[Python-checkins] gh-134584: Eliminate redundant refcounting from _CALL{_BUILTIN_O, _METHOD_DESCRIPTOR_O} (GH-143330)

2026-01-01 Thread Fidget-Spinner
https://github.com/python/cpython/commit/1fb8e0eb51acca6062a7d57e23055dc28b6a34b7 commit: 1fb8e0eb51acca6062a7d57e23055dc28b6a34b7 branch: main author: Donghee Na committer: Fidget-Spinner date: 2026-01-01T17:25:38Z summary: gh-134584: Eliminate redundant refcounting from _CALL{_BUILTIN_O, _MET

[Python-checkins] gh-138122: Integrate live profiler TUI with _colorize theming system (#142360)

2026-01-01 Thread pablogsal
https://github.com/python/cpython/commit/e5ad7b7694c47555e3eac3fcb227a4b1b7b781c4 commit: e5ad7b7694c47555e3eac3fcb227a4b1b7b781c4 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2026-01-01T21:10:52Z summary: gh-138122: Integrate live profiler TUI with _colorize theming sys

[Python-checkins] gh-138122: Move local imports to module level in sampling profiler (#143257)

2026-01-01 Thread pablogsal
https://github.com/python/cpython/commit/6b9a6c6ec3bbc9795df67b87340e2ea58f42b3d4 commit: 6b9a6c6ec3bbc9795df67b87340e2ea58f42b3d4 branch: main author: Pablo Galindo Salgado committer: pablogsal date: 2026-01-02T02:31:39Z summary: gh-138122: Move local imports to module level in sampling profile