summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/simple_interact.py
Commit message (Expand)AuthorAgeFilesLines
* gh-121295: Fix blocked console after interrupting a long paste (GH-121815)Marta Gómez Macías2024-07-151-1/+9
* gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...saucoide2024-07-151-10/+21
* gh-121790: Fix interactive console initialization (#121793)Milan Oberkirch2024-07-151-11/+3
* gh-118908: Use __main__ for the default PyREPL namespace (#121054)Łukasz Langa2024-06-261-11/+1
* gh-118908: Fix completions after namespace change in REPL (#120370)Lysandros Nikolaou2024-06-121-2/+2
* gh-118908: Limit exposed globals from internal imports and definitions on new...Eugene Triguba2024-06-111-3/+18
* gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)Lysandros Nikolaou2024-06-041-1/+1
* gh-118894: Make asyncio REPL use pyrepl (GH-119433)Łukasz Langa2024-05-311-45/+8
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-1/+5
* gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...Sergey B Kirpichev2024-05-291-1/+1
* gh-119443: Turn off from __future__ import annotations in REPL (#119493)Jelle Zijlstra2024-05-291-1/+1
* gh-119548: Add a 'clear' command to the REPL (#119549)Pablo Galindo Salgado2024-05-251-1/+6
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-221-1/+2
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-211-4/+29
* gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...Pablo Galindo Salgado2024-05-071-2/+5
* Remove several unused imports in `_pyrepl` (#118668)Nikita Sobolev2024-05-071-2/+0
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+157