summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl
Commit message (Expand)AuthorAgeFilesLines
* [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-1193...Miss Islington (bot)2024-05-221-4/+29
* [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)Miss Islington (bot)2024-05-221-1/+3
* [3.13] gh-111201: Add append to screen method to avoid recalculation (GH-1192...Miss Islington (bot)2024-05-224-14/+43
* [3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...Lysandros Nikolaou2024-05-221-2/+2
* [3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363)Miss Islington (bot)2024-05-221-3/+1
* [3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new ...Miss Islington (bot)2024-05-212-3/+8
* [3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tem...Miss Islington (bot)2024-05-201-1/+1
* gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...Pablo Galindo Salgado2024-05-074-4/+12
* 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-073-0/+21
* Remove several unused imports in `_pyrepl` (#118668)Nikita Sobolev2024-05-072-3/+0
* fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675)denballakh2024-05-061-1/+1
* gh-118628: Don't display pyrepl warning on Windows (#118665)Łukasz Langa2024-05-061-3/+7
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-0521-0/+4230