]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133346: Make theming support in _colorize extensible (GH-133347)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 5 May 2025 21:45:25 +0000 (23:45 +0200)
committerGitHub <noreply@github.com>
Mon, 5 May 2025 21:45:25 +0000 (23:45 +0200)
commitf610bbdf74ea580b14353c6bfd08fd00bcbfa11e
tree5755794c7c8f2e4c14ad4be9665499311b4db17b
parent9cc77aaf9dce6ffa82786dc77f7f83387c857cad
gh-133346: Make theming support in _colorize extensible (GH-133347)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
20 files changed:
Doc/whatsnew/3.14.rst
Lib/_colorize.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/utils.py
Lib/argparse.py
Lib/asyncio/__main__.py
Lib/json/tool.py
Lib/pdb.py
Lib/test/support/__init__.py
Lib/test/test_argparse.py
Lib/test/test_json/test_tool.py
Lib/test/test_pdb.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_reader.py
Lib/test/test_pyrepl/test_unix_console.py
Lib/test/test_pyrepl/test_windows_console.py
Lib/test/test_traceback.py
Lib/traceback.py
Lib/unittest/runner.py
Misc/NEWS.d/next/Core_and_Builtins/2025-05-04-19-46-14.gh-issue-133346.nRXi4f.rst [new file with mode: 0644]