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
/
readline.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-122273: Support PyREPL history on Windows (#127141)
Victor Stinner
2024-11-26
1
-1/+3
*
gh-119310: Fix encoding when reading old history file (#121779)
aorcajo
2024-09-06
1
-4/+8
*
gh-119034, REPL: Change page up/down keys to search in history (#123607)
Victor Stinner
2024-09-06
1
-1/+1
*
gh-111201: fix auto-indent in pyrepl for muliple pound comments (#123196)
Arnon Yaari
2024-09-06
1
-1/+1
*
gh-123240: Raise input audit events in the new REPL (#123274)
sobolevn
2024-09-05
1
-2/+6
*
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Sergey B Kirpichev
2024-08-24
1
-4/+3
*
gh-123149: Suppress verbose repr in new REPL (#123151)
James
2024-08-19
1
-2/+2
*
gh-121790: Fix interactive console initialization (#121793)
Milan Oberkirch
2024-07-15
1
-3/+5
*
gh-118908: Fix completions after namespace change in REPL (#120370)
Lysandros Nikolaou
2024-06-12
1
-3/+10
*
gh-119517: Fixes for pasting in pyrepl (#120253)
Matt Wozniski
2024-06-11
1
-0/+4
*
gh-111201: Improve pyrepl auto indentation (#119606)
Arnon Yaari
2024-05-31
1
-8/+19
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
1
-2/+9
*
gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...
Aya Elsayed
2024-05-22
1
-2/+15
*
gh-111201: Speed up paste mode in the REPL (#119341)
Pablo Galindo Salgado
2024-05-22
1
-5/+6
*
gh-111201: auto-indentation in _pyrepl (#119348)
Arnon Yaari
2024-05-22
1
-3/+40
*
gh-119205: Fix autocompletion bug in new repl (#119229)
Koudai Aono
2024-05-21
1
-1/+3
*
gh-111201: Remove readline dependency from the PyREPL (#119262)
Lysandros Nikolaou
2024-05-21
1
-2/+2
*
Improve `pyrepl` type-annotation coverage (#119081)
Alex Waygood
2024-05-17
1
-2/+5
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
1
-1/+2
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+501