COMMITS
/ Lib/_pyrepl/readline.py July 15, 2025
D
gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201)
Dzmitry Plashchynski committed
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 2, 2025
Ł
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa committed
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
March 21, 2025
Ł
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
Łukasz Langa committed
November 26, 2024
V
gh-122273: Support PyREPL history on Windows (#127141)
Victor Stinner committed
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
September 5, 2024
S
gh-123240: Raise input audit events in the new REPL (#123274)
sobolevn committed
August 24, 2024
S
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Sergey B Kirpichev committed
August 19, 2024
J
gh-123149: Suppress verbose repr in new REPL (#123151)
James committed
July 15, 2024
M
gh-121790: Fix interactive console initialization (#121793)
Milan Oberkirch committed
June 12, 2024
L
gh-118908: Fix completions after namespace change in REPL (#120370)
Lysandros Nikolaou committed
June 11, 2024
M
gh-119517: Fixes for pasting in pyrepl (#120253)
Matt Wozniski committed
May 31, 2024
A
gh-111201: Improve pyrepl auto indentation (#119606)
Arnon Yaari committed
D
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland committed
May 22, 2024
A
P
gh-111201: Speed up paste mode in the REPL (#119341)
Pablo Galindo Salgado committed
A
gh-111201: auto-indentation in _pyrepl (#119348)
Arnon Yaari committed
May 21, 2024
K
gh-119205: Fix autocompletion bug in new repl (#119229)
Koudai Aono committed
L
gh-111201: Remove readline dependency from the PyREPL (#119262)
Lysandros Nikolaou committed
May 17, 2024
A
Improve `pyrepl` type-annotation coverage (#119081)
Alex Waygood committed
May 7, 2024
P
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712)
Pablo Galindo Salgado committed
May 5, 2024
P
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado committed