]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135621: Remove dependency on curses from PyREPL (GH-136758)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 21 Jul 2025 09:57:34 +0000 (11:57 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 09:57:34 +0000 (11:57 +0200)
commit09dfb50f1b7c23bc48d86bd579671761bb8ca48b
tree3f2f2f8ccf31e3726a6249f146dbf05bb8c258fb
parentd1d526afe7ce62c787b150652a2ba136cb949d74
gh-135621: Remove dependency on curses from PyREPL (GH-136758)
Lib/_pyrepl/_minimal_curses.py [deleted file]
Lib/_pyrepl/curses.py [deleted file]
Lib/_pyrepl/terminfo.py [new file with mode: 0644]
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/unix_eventqueue.py
Lib/test/test_pyrepl/__init__.py
Lib/test/test_pyrepl/test_eventqueue.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_terminfo.py [new file with mode: 0644]
Lib/test/test_pyrepl/test_unix_console.py
Misc/NEWS.d/next/Build/2025-07-18-17-15-00.gh-issue-135621.9cyCNb.rst [new file with mode: 0644]