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
/
reader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-119517: Fixes for pasting in pyrepl (#120253)
Matt Wozniski
2024-06-11
1
-45/+109
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
1
-1/+9
*
gh-118835: pyrepl: Fix prompt length computation for custom prompts containin...
Daniel Hollas
2024-06-03
1
-2/+8
*
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa
2024-05-31
1
-0/+1
*
gh-111201: Support pyrepl on Windows (#119559)
Dino Viehland
2024-05-31
1
-9/+7
*
gh-119548: Add a 'clear' command to the REPL (#119549)
Pablo Galindo Salgado
2024-05-25
1
-0/+5
*
gh-119434: Fix culmitive errors in wrapping as lines proceed (#119435)
Dino Viehland
2024-05-22
1
-3/+9
*
Remove almost all unpaired backticks in docstrings (#119231)
Geoffrey Thomas
2024-05-22
1
-4/+4
*
gh-111201: Speed up paste mode in the REPL (#119341)
Pablo Galindo Salgado
2024-05-22
1
-4/+4
*
gh-111201: Add append to screen method to avoid recalculation (#119274)
Lysandros Nikolaou
2024-05-22
1
-4/+30
*
gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new repl (#...
Alastair Stanley
2024-05-21
1
-0/+2
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
1
-0/+1
*
gh-118682: Revert forcing str commands, allow class commands in pyrepl (#118709)
Lysandros Nikolaou
2024-05-07
1
-3/+7
*
gh-111201: Allow bracketed paste to work (GH-118700)
Pablo Galindo Salgado
2024-05-07
1
-0/+2
*
Remove several unused imports in `_pyrepl` (#118668)
Nikita Sobolev
2024-05-07
1
-1/+0
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+660