summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/reader.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353)Miss Islington (bot)2024-06-111-45/+109
* [3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)Łukasz Langa2024-06-041-1/+9
* [3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...Miss Islington (bot)2024-06-031-2/+8
* [3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)Miss Islington (bot)2024-05-311-0/+1
* [3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)Miss Islington (bot)2024-05-311-9/+7
* [3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)Miss Islington (bot)2024-05-311-0/+5
* [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119...Miss Islington (bot)2024-05-231-4/+4
* [3.13] gh-119434: Fix culmitive errors in wrapping as lines proceed (GH-11943...Miss Islington (bot)2024-05-231-3/+9
* [3.13] gh-111201: Add append to screen method to avoid recalculation (GH-1192...Miss Islington (bot)2024-05-221-4/+30
* [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new ...Miss Islington (bot)2024-05-211-0/+2
* gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...Pablo Galindo Salgado2024-05-071-0/+1
* gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)Lysandros Nikolaou2024-05-071-3/+7
* gh-111201: Allow bracketed paste to work (GH-118700)Pablo Galindo Salgado2024-05-071-0/+2
* Remove several unused imports in `_pyrepl` (#118668)Nikita Sobolev2024-05-071-1/+0
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+660