summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl
Commit message (Expand)AuthorAgeFilesLines
...
* 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