]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111201: Support pyrepl on Windows (#119559)
authorDino Viehland <dinoviehland@gmail.com>
Fri, 31 May 2024 07:49:03 +0000 (00:49 -0700)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 07:49:03 +0000 (09:49 +0200)
commit0d07182821fad7b95a043d006f1ce13a2d22edcb
treedd51773d847f35d791bb9436352d39500845f288
parent13a5fdc72f701c053b96abea48cd8f2775e9418e
gh-111201: Support pyrepl on Windows (#119559)

Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
15 files changed:
Doc/whatsnew/3.13.rst
Lib/_pyrepl/__main__.py
Lib/_pyrepl/console.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/unix_console.py
Lib/_pyrepl/windows_console.py [new file with mode: 0644]
Lib/test/test_pyrepl/__init__.py
Lib/test/test_pyrepl/support.py
Lib/test/test_pyrepl/test_pyrepl.py
Lib/test/test_pyrepl/test_unix_console.py
Lib/test/test_pyrepl/test_unix_eventqueue.py
Lib/test/test_pyrepl/test_windows_console.py [new file with mode: 0644]
Misc/NEWS.d/next/Windows/2024-05-25-18-43-10.gh-issue-111201.SLPJIx.rst [new file with mode: 0644]