index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Lib
/
_pyrepl
/
windows_console.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-141415: Remove unused variables and comment in `_pyrepl.windows_console.py...
Tan Long
2025-11-11
1
-13/+0
*
GH-130328: Speedup pasting in legacy console on Windows (gh-133728)
Chris Eibl
2025-05-25
1
-11/+15
*
gh-102567: Add -X importtime=2 for logging an importtime message for already-...
Noah Kim
2025-05-06
1
-7/+11
*
GH-132439: Fix REPL swallowing characters entered with AltGr on cmd.exe (GH-1...
Chris Eibl
2025-05-05
1
-8/+12
*
gh-131878: Fix input of unicode characters with two or more code points in ne...
Sergey Miryanov
2025-05-05
1
-1/+2
*
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa
2025-05-02
1
-1/+31
*
GH-130328: pasting in new REPL is slow on Windows (GH-132884)
Chris Eibl
2025-04-29
1
-21/+27
*
gh-131152: Remove unused imports in `_pyrepl` and `ctypes` (#131150)
Victor Stinner
2025-03-12
1
-1/+0
*
gh-124096: Enable REPL virtual terminal support on Windows (#124119)
Y5
2025-02-23
1
-9/+58
*
gh-123024: Correctly prepare/restore around help and show-history commands (#...
Lysandros Nikolaou
2025-01-21
1
-13/+13
*
gh-128388: pyrepl on Windows: add meta and ctrl+arrow keybindings (GH-128389)
Paulie Peña
2025-01-10
1
-16/+26
*
gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)
Dino Viehland
2024-09-26
1
-9/+21
*
gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa
2024-09-06
1
-1/+1
*
gh-123572: Fix key codes in VK_MAP in windows_console.py (#122692)
devdanzin
2024-09-03
1
-4/+5
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
1
-1/+1
*
gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
Dino Viehland
2024-07-30
1
-1/+4
*
gh-120417: Remove unused imports in the stdlib (#120420)
Victor Stinner
2024-06-12
1
-3/+0
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
1
-2/+20
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
1
-0/+587