summaryrefslogtreecommitdiffstats
path: root/Lib/_pyrepl/windows_console.py
Commit message (Expand)AuthorAgeFilesLines
* gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389)Paulie Peña2025-01-101-16/+26
* gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)Dino Viehland2024-09-261-9/+21
* gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)Łukasz Langa2024-09-061-1/+1
* gh-123572: Fix key codes in VK_MAP in windows_console.py (#122692)devdanzin2024-09-031-4/+5
* Fix typos in comments and test code (#122846)Xie Yanbo2024-08-121-1/+1
* gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)Dino Viehland2024-07-301-1/+4
* gh-120417: Remove unused imports in the stdlib (#120420)Victor Stinner2024-06-121-3/+0
* gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)Pablo Galindo Salgado2024-06-041-2/+20
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-0/+587