]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
authorŁukasz Langa <lukasz@langa.pl>
Fri, 2 May 2025 18:22:31 +0000 (20:22 +0200)
committerGitHub <noreply@github.com>
Fri, 2 May 2025 18:22:31 +0000 (20:22 +0200)
commitfac41f56d4b6b858cb52b40529855cce85cdbdcc
tree70490d6d77240385c4ca99281c7e5333261e89dd
parentbfcbb28223b733b9cb88f152a059a9e1416f3467
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)

Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
21 files changed:
Doc/whatsnew/3.14.rst
Lib/_colorize.py
Lib/_pyrepl/_module_completer.py
Lib/_pyrepl/commands.py
Lib/_pyrepl/mypy.ini
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/utils.py
Lib/_pyrepl/windows_console.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_reader.py
Lib/test/test_pyrepl/test_unix_console.py
Lib/test/test_pyrepl/test_utils.py
Lib/test/test_pyrepl/test_windows_console.py
Lib/token.py
Misc/NEWS.d/next/Core_and_Builtins/2025-03-21-19-03-42.gh-issue-131507.q9fvyM.rst [new file with mode: 0644]
Misc/mypy/token.py [new symlink]
Misc/mypy/typed-stdlib.txt
Tools/build/generate_token.py