summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/unix_console.py
Commit message (Expand)AuthorAgeFilesLines
* Fix while statements with non-bool conditions in `_pyrepl` (#127509)RUANG (James Roy)2025-01-011-1/+1
* gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)Ɓukasz Langa2024-09-061-2/+13
* gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new...Pablo Galindo Salgado2024-08-251-0/+8
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-121-2/+2
* gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...Pablo Galindo Salgado2024-07-131-2/+2
* gh-120417: Remove unused imports in the stdlib (#120420)Victor Stinner2024-06-121-1/+0
* gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)Pablo Galindo Salgado2024-06-111-4/+4
* gh-119517: Fixes for pasting in pyrepl (#120253)Matt Wozniski2024-06-111-3/+17
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-041-5/+17
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-15/+13
* gh-111201: Add append to screen method to avoid recalculation (#119274)Lysandros Nikolaou2024-05-221-1/+1
* Improve `pyrepl` type-annotation coverage (#119081)Alex Waygood2024-05-171-6/+16
* gh-111201: Allow bracketed paste to work (GH-118700)Pablo Galindo Salgado2024-05-071-0/+9
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+743