cpython/Lib/test/test_pyrepl
Miss Islington (bot) 38bf39cb4b
[3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)
- auto-indent when editing multi-line block
- ignore comments

(cherry picked from commit dae0375bd9)

Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
2024-05-31 11:51:53 +02:00
..
__init__.py
__main__.py
support.py
test_input.py
test_interact.py [3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (GH-119557) (#119709) 2024-05-29 12:04:45 +01: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: Improve pyrepl auto indentation (GH-119606) (GH-119833) 2024-05-31 11:51:53 +02:00
test_reader.py [3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833) 2024-05-31 11:51:53 +02:00
test_unix_console.py [3.13] gh-119469: Fix _pyrepl reference leaks (GH-119470) (#119471) 2024-05-23 19:58:59 +02:00
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