summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/pager.py
Commit message (Expand)AuthorAgeFilesLines
* [3.13] Support the "pager" binary in _pyrepl (GH-122878) (#124242)Miss Islington (bot)2024-10-071-0/+2
* [3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)Miss Islington (bot)2024-06-121-1/+1
* [3.13] Improve `pyrepl` type-annotation coverage (GH-119081) (#119415)Miss Islington (bot)2024-05-221-2/+6
* [3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tem...Miss Islington (bot)2024-05-201-1/+1
* fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675)denballakh2024-05-061-1/+1
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+169