summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/readline.py
Commit message (Expand)AuthorAgeFilesLines
* 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