..
__init__.py
gh-111201: A new Python REPL (GH-111567)
2024-05-05 21:32:23 +02:00
__main__.py
gh-120678: pyrepl: Include globals from modules passed with -i (GH-120904)
2024-07-17 16:18:42 +02:00
_minimal_curses.py
gh-126456: Fix _pyrepl curses tigetstr() ( #126472 )
2024-11-13 17:46:10 +01:00
_threading_handler.py
gh-120221: Support KeyboardInterrupt in asyncio REPL ( #123795 )
2024-09-06 21:28:29 +02:00
base_eventqueue.py
gh-124096: Enable REPL virtual terminal support on Windows ( #124119 )
2025-02-23 20:30:33 +01:00
commands.py
gh-118878: Pyrepl: show completions menu below the current line ( #118939 )
2025-01-21 21:06:13 +00:00
completing_reader.py
gh-118878: Pyrepl: show completions menu below the current line ( #118939 )
2025-01-21 21:06:13 +00:00
console.py
gh-123024: Correctly prepare/restore around help and show-history commands ( #124485 )
2025-01-21 21:04:30 +00:00
curses.py
gh-111201: A new Python REPL (GH-111567)
2024-05-05 21:32:23 +02:00
fancy_termios.py
gh-128330: Terminal control characters should be restored on repl exit ( #128331 )
2025-01-23 17:30:08 +00:00
historical_reader.py
gh-123024: Correctly prepare/restore around help and show-history commands ( #124485 )
2025-01-21 21:04:30 +00:00
input.py
Improve pyrepl type-annotation coverage ( #119081 )
2024-05-17 06:13:24 -04:00
keymap.py
Remove almost all unpaired backticks in docstrings ( #119231 )
2024-05-22 12:35:18 -04:00
main.py
gh-121957: Emit audit events for python -i and python -m asyncio (GH-121958)
2024-07-22 13:04:08 +02:00
mypy.ini
Enable some stricter mypy settings on Lib/_pyrepl ( #119077 )
2024-05-20 08:52:32 -04:00
pager.py
Support the "pager" binary in _pyrepl ( #122878 )
2024-09-19 13:18:24 +00:00
reader.py
gh-127349: Add check for correct resizing in REPL ( #127387 )
2025-01-30 19:34:09 +00:00
readline.py
gh-122273: Support PyREPL history on Windows ( #127141 )
2024-11-26 10:21:57 +01:00
simple_interact.py
gh-123024: Correctly prepare/restore around help and show-history commands ( #124485 )
2025-01-21 21:04:30 +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-128636: Fix crash in PyREPL when os.environ is overwritten with an invalid value ( #128653 )
2025-01-22 16:15:23 +00:00
unix_eventqueue.py
gh-124096: Enable REPL virtual terminal support on Windows ( #124119 )
2025-02-23 20:30:33 +01:00
utils.py
gh-126332: Fix pyrepl crash for double ctrl-z in line overflow ( #126650 )
2025-01-21 20:14:10 +00:00
windows_console.py
gh-124096: Enable REPL virtual terminal support on Windows ( #124119 )
2025-02-23 20:30:33 +01:00
windows_eventqueue.py
gh-124096: Enable REPL virtual terminal support on Windows ( #124119 )
2025-02-23 20:30:33 +01:00