summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl
Commit message (Expand)AuthorAgeFilesLines
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-222-13/+13
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-222-3/+16
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-225-15/+20
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-221-3/+40
* gh-119357: Increase test coverage for keymap in _pyrepl (#119358)Eugene Triguba2024-05-222-35/+30
* gh-111201: Add append to screen method to avoid recalculation (#119274)Lysandros Nikolaou2024-05-224-14/+43
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-211-1/+3
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-211-4/+29
* gh-111201: Remove readline dependency from the PyREPL (#119262)Lysandros Nikolaou2024-05-211-2/+2
* gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (#...Alastair Stanley2024-05-212-3/+8
* gh-118877: Fix AssertionError crash in pyrepl (#118936)Daniel Hollas2024-05-201-3/+1
* gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_p...Thanos2024-05-201-1/+1
* Enable some stricter mypy settings on `Lib/_pyrepl` (#119077)Alex Waygood2024-05-201-4/+1
* Improve `pyrepl` type-annotation coverage (#119081)Alex Waygood2024-05-176-14/+31
* 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