cpython/Lib/_pyrepl
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
..
__init__.py
__main__.py
_minimal_curses.py
commands.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
completing_reader.py
console.py
curses.py
fancy_termios.py
historical_reader.py
input.py
keymap.py
mypy.ini
pager.py fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675) 2024-05-06 22:56:28 +00:00
reader.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
readline.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
simple_interact.py gh-111201: Allow pasted code to contain multiple statements in the REPL (#118712) 2024-05-07 16:01:49 +00:00
trace.py
types.py
unix_console.py gh-111201: Allow bracketed paste to work (GH-118700) 2024-05-07 12:54:56 +00:00
unix_eventqueue.py
utils.py