cpython/Lib/_pyrepl
Miss Islington (bot) a52ed7e6d9
[3.13] gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager (GH-118881) (#119211)
Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tempfile_pager`

The name with no underscore doesn't exist.
(cherry picked from commit 05e1dce76d)

Co-authored-by: Thanos <111999343+Sachaa-Thanasius@users.noreply.github.com>
2024-05-20 15:10:40 +00:00
..
__init__.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
__main__.py gh-118628: Don't display pyrepl warning on Windows (#118665) 2024-05-06 19:35:22 +00:00
_minimal_curses.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
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 gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
console.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
curses.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
fancy_termios.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
historical_reader.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
input.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
keymap.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
mypy.ini gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
pager.py [3.13] gh-119185: Fix typo in _pyrepl.pager: tempfilepager should be tempfile_pager (GH-118881) (#119211) 2024-05-20 15:10:40 +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 gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
types.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
unix_console.py gh-111201: Allow bracketed paste to work (GH-118700) 2024-05-07 12:54:56 +00:00
unix_eventqueue.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00
utils.py gh-111201: A new Python REPL (GH-111567) 2024-05-05 21:32:23 +02:00