Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ... | Sergey B Kirpichev | 2024-05-29 | 1 | -1/+1 |
* | gh-119443: Turn off from __future__ import annotations in REPL (#119493) | Jelle Zijlstra | 2024-05-29 | 1 | -1/+1 |
* | gh-119548: Add a 'clear' command to the REPL (#119549) | Pablo Galindo Salgado | 2024-05-25 | 1 | -1/+6 |
* | gh-111201: Speed up paste mode in the REPL (#119341) | Pablo Galindo Salgado | 2024-05-22 | 1 | -1/+2 |
* | gh-118893: Evaluate all statements in the new REPL separately (#119318) | Pablo Galindo Salgado | 2024-05-21 | 1 | -4/+29 |
* | gh-111201: Allow pasted code to contain multiple statements in the REPL (#118... | Pablo Galindo Salgado | 2024-05-07 | 1 | -2/+5 |
* | Remove several unused imports in `_pyrepl` (#118668) | Nikita Sobolev | 2024-05-07 | 1 | -2/+0 |
* | gh-111201: A new Python REPL (GH-111567) | Pablo Galindo Salgado | 2024-05-05 | 1 | -0/+157 |