]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130472: Integrate fancycompleter with the new repl, to get colored tab completions...
authorAntonio Cuni <anto.cuni@gmail.com>
Sun, 5 Apr 2026 14:23:07 +0000 (16:23 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Apr 2026 14:23:07 +0000 (14:23 +0000)
commit1c4408aeca4b532b5810f18c9fbc641397c88267
treee445d2c312c50100afbf5fe1629bba07fc32eb13
parent1f36a510a2a16e8ff15572f44090c7db43bb7935
gh-130472: Integrate fancycompleter with the new repl, to get colored tab completions (#130473)

Co-authored-by: Pablo Galindo <pablogsal@gmail.com>
Doc/using/cmdline.rst
Lib/_colorize.py
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/fancycompleter.py [new file with mode: 0644]
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_fancycompleter.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Library/2025-09-19-13-54-54.gh-issue-130472.LODfdk.rst [new file with mode: 0644]