cpython/Lib/test/test_pyrepl
saucoide 7d111dac16
gh-121610: pyrepl - handle extending blocks when multi-statement blocks are pasted (GH-121757)
console.compile with the "single" param throws an exception when
there are multiple statements, never allowing to adding newlines
to a pasted code block (gh-121610)

This add a few extra checks to allow extending when in an indented
block, and tests for a few examples

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-07-16 01:33:57 +02:00
..
__init__.py
__main__.py
support.py gh-121499: Fix multi-line history rendering in the REPL (#121531) 2024-07-13 12:54:10 +02:00
test_input.py
test_interact.py gh-121610: pyrepl - handle extending blocks when multi-statement blocks are pasted (GH-121757) 2024-07-16 01:33:57 +02:00
test_keymap.py
test_pyrepl.py gh-121605: Fix test hang when pyrepl is not available (GH-121820) 2024-07-16 00:50:16 +02:00
test_reader.py gh-121609: Fix pasting of characters containing unicode character joiner (#121667) 2024-07-13 10:44:18 +00:00
test_unix_console.py
test_unix_eventqueue.py
test_windows_console.py