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
/
commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-133400: Fixed Ctrl+D (^D) behavior in :mod:`_pyrepl` module (GH-133883)
DeepWzh
2025-10-09
1
-8/+11
*
GH-130328: Speedup pasting in legacy console on Windows (gh-133728)
Chris Eibl
2025-05-25
1
-1/+7
*
Bump mypy to 1.15 (#133405)
sobolevn
2025-05-05
1
-1/+1
*
gh-131507: Add support for syntax highlighting in PyREPL (GH-133247)
Łukasz Langa
2025-05-02
1
-11/+18
*
gh-131507: Clean up tests and type checking for `_pyrepl` (#131509)
Łukasz Langa
2025-03-21
1
-1/+1
*
gh-118878: Pyrepl: show completions menu below the current line (#118939)
Daniel Hollas
2025-01-21
1
-3/+3
*
gh-123024: Correctly prepare/restore around help and show-history commands (#...
Lysandros Nikolaou
2025-01-21
1
-3/+9
*
gh-119517: Fixes for pasting in pyrepl (#120253)
Matt Wozniski
2024-06-11
1
-3/+0
*
gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)
Lysandros Nikolaou
2024-06-04
1
-0/+2
*
gh-119553: Clear reader on Ctrl-C command (GH-119801)
Lysandros Nikolaou
2024-06-04
1
-0/+1
*
gh-120041: Refactor check for visible completion menu in completing_reader (#...
Lysandros Nikolaou
2024-06-04
1
-6/+1
*
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
Lysandros Nikolaou
2024-06-04
1
-1/+6
*
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa
2024-05-31
1
-0/+5
*
gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (#119432)
Lysandros Nikolaou
2024-05-22
1
-0/+1
*
gh-111201: Speed up paste mode in the REPL (#119341)
Pablo Galindo Salgado
2024-05-22
1
-3/+2
*
gh-111201: Add append to screen method to avoid recalculation (#119274)
Lysandros Nikolaou
2024-05-22
1
-1/+4
*
gh-118877: Fix AssertionError crash in pyrepl (#118936)
Daniel Hollas
2024-05-20
1
-3/+1
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
1
-1/+4
*
gh-111201: Allow bracketed paste to work (GH-118700)
Pablo Galindo Salgado
2024-05-07
1
-0/+10
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+464