COMMITS
/ Lib/_pyrepl/_module_completer.py April 5, 2026
L
gh-140870: PyREPL auto-complete module attributes in import statements (#140871)
Loïc Simon committed
L
gh-69605: Add math.integer to PyREPL module completer hardcoded list (#144811)
Loïc Simon committed
January 5, 2026
L
gh-69605: Check for already imported modules in PyREPL module completion (GH-139461)
Loïc Simon committed
September 15, 2025
May 25, 2025
L
May 22, 2025
Y
gh-127960 Fix the REPL to set the correct namespace by setting the correct `__main__` module (gh-134275)
Yuichiro Tachibana (Tsuchiya) committed
May 20, 2025
K
gh-134215: PyREPL: Do not show underscored modules by default during autocompletion (gh-134267)
Kevin Hernández committed
May 19, 2025
T
gh-134235: Import Autocomplete for Builtin Modules (GH-134277)
Tom Wang committed
May 2, 2025
Ł
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa committed
April 25, 2025
T
gh-69605: Add module autocomplete to PyREPL (#129329)
Tomas R. committed