cpython/Lib/test/test_pyrepl
Miss Islington (bot) 58dbb4a4b0
[3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439)
(cherry picked from commit e6572e8f98)

Also includes:

* gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432)
(cherry picked from commit 14b063cbf1)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2024-05-23 04:23:40 +00:00
..
__init__.py
__main__.py
support.py
test_input.py
test_interact.py [3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-119318) (#119408) 2024-05-22 16:22:01 +00:00
test_keymap.py [3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#119414) 2024-05-22 23:13:01 +02:00
test_pyrepl.py [3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439) 2024-05-23 04:23:40 +00:00
test_reader.py [3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) (#119404) 2024-05-23 00:12:26 -04:00
test_unix_console.py
test_unix_eventqueue.py [3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407) 2024-05-22 16:07:38 +00:00