]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 31 May 2024 15:18:28 +0000 (17:18 +0200)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 15:18:28 +0000 (17:18 +0200)
commitd6faac6d1f825405398158272286aaed94eb51fc
tree3b06fc114183c3185556756f3d36172f2b06fc08
parent6e57bd01e00d40dfe7c9344d0b528d9059b1fa93
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)

(cherry picked from commit 0d07182821fad7b95a043d006f1ce13a2d22edcb)

Co-authored-by: Dino Viehland <dinoviehland@gmail.com>
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]