..
__init__.py
__main__.py
[3.13] gh-120678: pyrepl: Include globals from modules passed with -i
(GH-120904) ( #121916 )
2024-07-17 16:52:46 +02:00
_minimal_curses.py
[3.13] gh-126456: Fix _pyrepl curses tigetstr() (GH-126472) ( #126790 )
2024-11-13 17:19:03 +00:00
_threading_handler.py
[3.13] gh-120221: Support KeyboardInterrupt in asyncio REPL (GH-123795) ( #123799 )
2024-09-06 22:25:19 +02:00
commands.py
[3.13] gh-131507: Clean up tests and type checking for _pyrepl
(GH-131509) (GH-131546)
2025-03-21 17:25:45 +01:00
completing_reader.py
[3.13] gh-118878: Pyrepl: show completions menu below the current line (GH-118939) ( #129161 )
2025-01-23 22:15:27 +01:00
console.py
[3.13] gh-128231: Use runcode()
return value for failing early (GH-129488) ( #130513 )
2025-03-28 13:11:45 +02:00
curses.py
fancy_termios.py
[3.13] gh-128330: Terminal control characters should be restored on repl exit (GH-128331) ( #129233 )
2025-01-23 17:55:28 +00:00
historical_reader.py
[3.13] gh-123024: Correctly prepare/restore around help and show-history commands (GH-124485) ( #129155 )
2025-01-21 22:15:57 +00:00
input.py
[3.13] Improve pyrepl
type-annotation coverage (GH-119081) ( #119415 )
2024-05-22 18:38:32 +00:00
keymap.py
[3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) ( #119414 )
2024-05-22 23:13:01 +02:00
main.py
[3.13] gh-121957: Emit audit events for python -i
and python -m asyncio
(GH-121958) (GH-122115)
2024-07-22 13:36:57 +02:00
mypy.ini
[3.13] gh-131507: Clean up tests and type checking for _pyrepl
(GH-131509) (GH-131546)
2025-03-21 17:25:45 +01:00
pager.py
[3.13] Support the "pager" binary in _pyrepl (GH-122878) ( #124242 )
2024-10-07 23:45:43 +02:00
reader.py
[3.13] gh-131507: Refactor screen and cursor position calculations (GH-131547) (GH-131557)
2025-03-21 18:58:06 +01:00
readline.py
[3.13] gh-131507: Clean up tests and type checking for _pyrepl
(GH-131509) (GH-131546)
2025-03-21 17:25:45 +01:00
simple_interact.py
[3.13] gh-117174: Add a new route in linecache to fetch interactive source code (GH-117500) ( #131060 )
2025-03-10 23:11:24 +00:00
trace.py
types.py
[3.13] gh-131507: Refactor screen and cursor position calculations (GH-131547) (GH-131557)
2025-03-21 18:58:06 +01:00
unix_console.py
[3.13] gh-128636: Fix crash in PyREPL when os.environ
is overwritten with an invalid value (GH-128653) ( #129186 )
2025-01-22 16:38:13 +00:00
unix_eventqueue.py
utils.py
[3.13] gh-131507: Refactor screen and cursor position calculations (GH-131547) (GH-131557)
2025-03-21 18:58:06 +01:00
windows_console.py
[3.13] gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389) (GH-130500)
2025-03-03 16:57:53 +01:00