COMMITS
/ Lib/test/test_pyrepl/test_pyrepl.py May 5, 2026
T
gh-130472: Use fancycompleter in import completions (#148188)
Tomas R. committed
April 8, 2026
P
gh-148105: _pyrepl: switch console refresh to structured rendered screens (#146584)
Pablo Galindo Salgado committed
April 6, 2026
P
gh-130472: Remove readline-only hacks from PyREPL completions (#148161)
Pablo Galindo Salgado committed
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
A
April 2, 2026
V
gh-143394: Skip pyrepl test_no_newline() basic REPL if readline is missing (#147973)
Victor Stinner committed
March 12, 2026
January 6, 2026
Ł
gh-143394: On macOS, run main PyREPL tests as "Apple Terminal" as well (GH-143461)
Łukasz Langa committed
January 5, 2026
C
gh-143394: filter for turning off automatic margins in test_no_newline (GH-143433)
Chris Eibl committed
Ł
gh-69605: In test_pyrepl.test_already_imported*, invalidate FS import caches (#143436)
Łukasz Langa committed
L
gh-69605: Check for already imported modules in PyREPL module completion (GH-139461)
Loïc Simon committed
January 2, 2026
Ł
J
gh-128067: Fix pyrepl overriding printed output without newlines (#138732)
Jan-Eric Nitschke committed
December 28, 2025
L
gh-140870: Full coverage for _pyrepl._module_completer (#143244)
Loïc Simon committed
December 11, 2025
B
GH-65961: Stop setting `__cached__` on modules (GH-142165)
Brett Cannon committed
October 26, 2025
B
gh-137568: Ignore startup file in `test_dumb_terminal_exits_cleanly` (GH-140295)
Bartosz Sławecki committed
October 9, 2025
D
September 15, 2025
July 29, 2025
S
gh-137179: Fix flaky test_history_survive_crash test (gh-137180)
Sam Gross committed
July 21, 2025
Ł
gh-135621: Remove dependency on curses from PyREPL (GH-136758)
Łukasz Langa committed
July 15, 2025
R
gh-72327: Suggest using system terminal for pip install in PyREPL (#136328)
Richard Si committed
June 2, 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
J
gh-134214: Fix test case in pyrepl (gh-134223)
Jessica Temporal committed
K
gh-134097: Print number of refs & blocks after each statement in new REPL (gh-134136)
Kirill Podoprigora committed
May 8, 2025
T
May 2, 2025
Ł
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa committed
April 28, 2025
April 27, 2025
S
gh-127495: Append to history file after every statement in PyREPL (GH-132294)
Sergey B Kirpichev committed
April 25, 2025
T
gh-69605: Add module autocomplete to PyREPL (#129329)
Tomas R. committed
April 20, 2025
B
gh-129098: avoid using content of `_pyrepl/__main__.py` when reporting tracebacks (#130721)
Bénédikt Tran committed
March 21, 2025
Ł
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
Łukasz Langa committed
March 17, 2025
R
Fix test_pyrepl.TestDumbTerminal if PYTHON_BASIC_REPL set. (#131332)
R. David Murray committed
January 22, 2025
T
gh-128770: fix ResourceWarning in test_pyrepl (#128906)
Thomas Grainger committed
January 21, 2025
D
gh-118878: Pyrepl: show completions menu below the current line (#118939)
Daniel Hollas committed
L
gh-123024: Correctly prepare/restore around help and show-history commands (#124485)
Lysandros Nikolaou committed
H
gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars (#127877)
Hugo van Kemenade committed
January 17, 2025
H
October 27, 2024
D
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin committed
October 8, 2024
V
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
Victor Stinner committed
September 27, 2024
J
gh-119180: No longer set `__annotations__` in `__main__` (#124634)
Jelle Zijlstra committed
September 25, 2024
E
September 6, 2024
A
gh-119310: Fix encoding when reading old history file (#121779)
aorcajo committed
V
gh-119034, REPL: Change page up/down keys to search in history (#123607)
Victor Stinner committed
A
gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)
Arnon Yaari committed