summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/readline.py
Commit message (Expand)AuthorAgeFilesLines
* gh-122273: Support PyREPL history on Windows (#127141)Victor Stinner2024-11-261-1/+3
* gh-119310: Fix encoding when reading old history file (#121779)aorcajo2024-09-061-4/+8
* gh-119034, REPL: Change page up/down keys to search in history (#123607)Victor Stinner2024-09-061-1/+1
* gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)Arnon Yaari2024-09-061-1/+1
* gh-123240: Raise input audit events in the new REPL (#123274)sobolevn2024-09-051-2/+6
* gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)Sergey B Kirpichev2024-08-241-4/+3
* gh-123149: Suppress verbose repr in new REPL (#123151)James2024-08-191-2/+2
* gh-121790: Fix interactive console initialization (#121793)Milan Oberkirch2024-07-151-3/+5
* gh-118908: Fix completions after namespace change in REPL (#120370)Lysandros Nikolaou2024-06-121-3/+10
* gh-119517: Fixes for pasting in pyrepl (#120253)Matt Wozniski2024-06-111-0/+4
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-311-8/+19
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-2/+9
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-221-2/+15
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-221-5/+6
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-221-3/+40
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-211-1/+3
* gh-111201: Remove readline dependency from the PyREPL (#119262)Lysandros Nikolaou2024-05-211-2/+2
* Improve `pyrepl` type-annotation coverage (#119081)Alex Waygood2024-05-171-2/+5
* gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...Pablo Galindo Salgado2024-05-071-1/+2
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+501