Dino Viehland
0d07182821
gh-111201: Support pyrepl on Windows ( #119559 )
...
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-31 09:49:03 +02:00
Pablo Galindo Salgado
e3bac04c37
gh-119548: Add a 'clear' command to the REPL ( #119549 )
2024-05-25 16:15:54 +00:00
Dino Viehland
e3bf5381fd
gh-119434: Fix culmitive errors in wrapping as lines proceed ( #119435 )
...
Fix culmitive errors in wrapping as lines proceed
2024-05-22 15:03:32 -07:00
Geoffrey Thomas
ef172521a9
Remove almost all unpaired backticks in docstrings ( #119231 )
...
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.
2024-05-22 12:35:18 -04:00
Pablo Galindo Salgado
e6572e8f98
gh-111201: Speed up paste mode in the REPL ( #119341 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 07:28:32 +02:00
Lysandros Nikolaou
c886bece3b
gh-111201: Add append to screen method to avoid recalculation ( #119274 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 04:35:44 +02:00
Alastair Stanley
0398d93392
gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl ( #119248 )
...
add word-skipping ctrl keybindings to new repl
2024-05-21 18:17:41 +02:00
Pablo Galindo Salgado
a94ac56628
gh-111201: Allow pasted code to contain multiple statements in the REPL ( #118712 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-07 16:01:49 +00:00
Lysandros Nikolaou
e5413ec783
gh-118682: Revert forcing str commands, allow class commands in pyrepl ( #118709 )
2024-05-07 14:31:56 +00:00
Pablo Galindo Salgado
7d90b8aadb
gh-111201: Allow bracketed paste to work (GH-118700)
2024-05-07 12:54:56 +00:00
Nikita Sobolev
ad3d877a12
Remove several unused imports in _pyrepl
( #118668 )
2024-05-07 13:43:18 +01:00
Pablo Galindo Salgado
f27f8c790a
gh-111201: A new Python REPL (GH-111567)
...
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>
2024-05-05 21:32:23 +02:00