cpython/Lib/_pyrepl
Miss Islington (bot) d729087c06
[3.14] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-140796)
gh-139246: zero-width word paste can be wrong in default repl (GH-139254)

(cherry picked from commit 4e6dba0ef7)

Signed-off-by: yihong0618 <zouzou0208@gmail.com>
Co-authored-by: yihong <zouzou0208@gmail.com>
Co-authored-by: grayjk <grayjk@gmail.com>
2025-11-07 13:50:06 +01:00
..
__init__.py
__main__.py
_module_completer.py [3.14] gh-69605: Hardcode some stdlib submodules in PyREPL module completion (os.path, collections.abc...) (GH-138268) (GH-138943) 2025-10-07 21:24:01 +02:00
_threading_handler.py
base_eventqueue.py [3.14] Bump mypy to 1.16.1 (GH-135720) (#135848) 2025-06-23 13:09:24 +00:00
commands.py [3.14] gh-133400: Fixed Ctrl+D (^D) behavior in :mod:_pyrepl module (GH-133883) (GH-139850) 2025-10-09 17:38:25 +02:00
completing_reader.py
console.py
fancy_termios.py [3.14] gh-134466: Don't run when termios is inaccessible (GH-138911) (GH-139029) 2025-10-07 22:15:56 +02:00
historical_reader.py
input.py
keymap.py
main.py [3.14] gh-127960 Fix the REPL to set the correct namespace by setting the correct __main__ module (gh-134275) (gh-134473) 2025-05-22 03:33:35 +02:00
mypy.ini
pager.py
reader.py gh-133346: Make theming support in _colorize extensible (GH-133347) 2025-05-05 23:45:25 +02:00
readline.py [3.14] gh-131189: Fix "msvcrt" import warning on Linux when "_ctypes" is not available. (GH-131201) (GH-136668) 2025-07-15 10:12:45 +02:00
simple_interact.py [3.14] gh-134869: Fix Ctrl+C corrupts REPL autocomplete (GH-134929) (#137926) 2025-08-18 22:21:55 +01:00
terminfo.py [3.14] gh-135621: Simplify TermInfo (GH-136916) (#136925) 2025-07-21 18:04:13 +02:00
trace.py [3.14] gh-124621: Emscripten: Support pyrepl in browser (GH-136931) (GH-136988) 2025-07-22 15:04:11 +02:00
types.py
unix_console.py [3.14] gh-139391: properly handle signal.signal() in UnixConsole when called from a non-main thread (GH-139392) (#139858) 2025-10-09 16:10:51 +00:00
unix_eventqueue.py [3.14] gh-135621: Remove dependency on curses from PyREPL (GH-136758) (GH-136915) 2025-07-21 13:02:41 +02:00
utils.py [3.14] gh-139246: zero-width word paste can be wrong in default repl (GH-139254) (GH-140796) 2025-11-07 13:50:06 +01:00
windows_console.py [3.14] GH-130328: Speedup pasting in legacy console on Windows (gh-133728) (#134653) 2025-05-25 15:54:28 +02:00
windows_eventqueue.py