cpython/Lib/test/test_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
eio_test_script.py
support.py
test_eventqueue.py
test_input.py
test_interact.py [3.14] gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642) (GH-140786) 2025-10-30 11:25:34 +00:00
test_keymap.py
test_pyrepl.py [3.14] gh-137568: Ignore startup file in test_dumb_terminal_exits_cleanly (GH-140295) (GH-140628) 2025-10-26 15:15:49 +00:00
test_reader.py
test_terminfo.py
test_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
test_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
test_windows_console.py