]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-69605: Add module autocomplete to PyREPL (#129329)
authorTomas R. <tomas.roun8@gmail.com>
Fri, 25 Apr 2025 01:24:26 +0000 (03:24 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Apr 2025 01:24:26 +0000 (02:24 +0100)
commitc3a71180656a906d243e4cc0ab974387753b2fe1
tree3ea40e9c632cd707b70593af1736d56698121d47
parent22c9886c8e1651a9275abf3e350f323627ae137a
gh-69605: Add module autocomplete to PyREPL (#129329)
Lib/_pyrepl/_module_completer.py [new file with mode: 0644]
Lib/_pyrepl/completing_reader.py
Lib/_pyrepl/readline.py
Lib/test/test_pyrepl/test_pyrepl.py
Misc/NEWS.d/next/Core_and_Builtins/2025-01-26-23-46-43.gh-issue-69605._2Qc1w.rst [new file with mode: 0644]