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
Lysandros Nikolaou
14b063cbf1
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL ( #119432 )
2024-05-22 17:02:33 -04: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
Aya Elsayed
5091c4400c
gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block ( #119355 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 07:56:35 +02: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
Arnon Yaari
cd516cd1f5
gh-111201: auto-indentation in _pyrepl ( #119348 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 06:21:14 +02:00
Eugene Triguba
73ab83b27f
gh-119357: Increase test coverage for keymap in _pyrepl ( #119358 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 04:36:01 +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
Koudai Aono
506b1a3ff6
gh-119205: Fix autocompletion bug in new repl ( #119229 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-21 23:22:21 +00:00
Pablo Galindo Salgado
a3e4fec873
gh-118893: Evaluate all statements in the new REPL separately ( #119318 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-21 23:16:56 +00:00
Lysandros Nikolaou
561ff1fa71
gh-111201: Remove readline dependency from the PyREPL ( #119262 )
2024-05-21 22:30:45 +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
Daniel Hollas
c0d81b2566
gh-118877: Fix AssertionError crash in pyrepl ( #118936 )
2024-05-20 20:21:56 +02:00
Thanos
05e1dce76d
gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager ( #118881 )
...
Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager`
The name with no underscore doesn't exist.
2024-05-20 10:31:43 -04:00
Alex Waygood
0883fd22e6
Enable some stricter mypy settings on Lib/_pyrepl ( #119077 )
2024-05-20 08:52:32 -04:00
Alex Waygood
033f5c87f1
Improve pyrepl type-annotation coverage ( #119081 )
2024-05-17 06:13:24 -04: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
denballakh
040571f258
fix typo in _pyrepl.pager: plainpager -> plain_pager ( #118675 )
2024-05-06 22:56:28 +00:00
Łukasz Langa
9bf00322ba
gh-118628: Don't display pyrepl warning on Windows ( #118665 )
2024-05-06 19:35:22 +00: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