summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/keymap.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove almost all unpaired backticks in docstrings (#119231)Geoffrey Thomas2024-05-221-9/+9
| | | | | | | | | | | | | | | | | | As reported in #117847 and #115366, an unpaired backtick in a docstring tends to confuse e.g. Sphinx running on subclasses of standard library objects, and the typographic style of using a backtick as an opening quote is no longer in favor. Convert almost all uses of the form The variable `foo' should do xyz to The variable 'foo' should do xyz and also fix up miscellaneous other unpaired backticks (extraneous / missing characters). No functional change is intended here other than in human-readable docstrings.
* gh-119357: Increase test coverage for keymap in _pyrepl (#119358)Eugene Triguba2024-05-221-34/+29
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl ↵Alastair Stanley2024-05-211-3/+6
| | | | | (#119248) add word-skipping ctrl keybindings to new repl
* Improve `pyrepl` type-annotation coverage (#119081)Alex Waygood2024-05-171-1/+1
|
* gh-111201: A new Python REPL (GH-111567)Pablo Galindo Salgado2024-05-051-0/+215
Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Marta Gómez Macías <mgmacias@google.com> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com> Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>