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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix while statements with non-bool conditions in `_pyrepl` (#127509)
RUANG (James Roy)
2025-01-01
2
-2/+2
*
gh-122273: Support PyREPL history on Windows (#127141)
Victor Stinner
2024-11-26
1
-1/+3
*
gh-126456: Fix _pyrepl curses tigetstr() (#126472)
Victor Stinner
2024-11-13
1
-2/+2
*
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...
Wulian
2024-10-14
1
-2/+8
*
gh-124628: Pyrepl inputs on Windows shouldn't always be blocking reads (#124629)
Dino Viehland
2024-09-26
1
-9/+21
*
gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered after us...
Emily Morehouse
2024-09-25
1
-5/+6
*
Support the "pager" binary in _pyrepl (#122878)
Stefano Rivera
2024-09-19
1
-0/+2
*
gh-124027: Support Del, PgUp, and PgDn on TERM=vt100 (#124028)
Miro Hrončok
2024-09-13
2
-0/+3
*
gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795)
Łukasz Langa
2024-09-06
4
-17/+116
*
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
3
-4/+72
*
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-123572: Fix key codes in VK_MAP in windows_console.py (#122692)
devdanzin
2024-09-03
1
-4/+5
*
gh-123177: Fix prompt for wrapped lines in pyrepl (#123324)
Matt Wozniski
2024-08-25
1
-1/+9
*
gh-123177: Deactivate line wrap for Apple Terminal via scape codes in the new...
Pablo Galindo Salgado
2024-08-25
1
-0/+8
*
gh-123228: fix return type for _ReadlineWrapper.get_line_buffer() (#123281)
Sergey B Kirpichev
2024-08-24
1
-4/+3
*
gh-122546: use same filename for different exceptions in new repl (#123217)
Sergey B Kirpichev
2024-08-22
1
-1/+1
*
gh-123149: Suppress verbose repr in new REPL (#123151)
James
2024-08-19
1
-2/+2
*
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev
2024-08-19
1
-3/+6
*
gh-82378 fix sys.tracebacklimit in pyrepl, approach 2 (#123062)
CF Bolz-Tereick
2024-08-18
1
-5/+7
*
Fix typos in comments and test code (#122846)
Xie Yanbo
2024-08-12
3
-4/+4
*
gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217)
Dino Viehland
2024-07-30
4
-4/+14
*
gh-121957: Emit audit events for `python -i` and `python -m asyncio` (GH-121958)
Łukasz Langa
2024-07-22
1
-0/+2
*
gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904)
Alex Waygood
2024-07-17
1
-0/+3
*
gh-121295: Fix blocked console after interrupting a long paste (GH-121815)
Marta Gómez Macías
2024-07-15
1
-1/+9
*
gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...
saucoide
2024-07-15
1
-10/+21
*
gh-121790: Fix interactive console initialization (#121793)
Milan Oberkirch
2024-07-15
3
-16/+12
*
gh-121245: Refactor site.register_readline() (GH-121659)
Sergey B Kirpichev
2024-07-15
1
-23/+23
*
gh-121746: Bind Alt+Enter to "accept" in the REPL (GH-121754)
Rodrigo Girão Serrão
2024-07-15
1
-1/+1
*
gh-121499: Fix multi-line history rendering in the REPL (#121531)
Pablo Galindo Salgado
2024-07-13
2
-0/+7
*
gh-121609: Fix pasting of characters containing unicode character joiner (#12...
Marta Gómez Macías
2024-07-13
1
-1/+0
*
gh-121497: Make Pyrepl respect correctly the history with input hook set (#12...
Pablo Galindo Salgado
2024-07-13
1
-2/+2
*
gh-118908: Use __main__ for the default PyREPL namespace (#121054)
Łukasz Langa
2024-06-26
3
-61/+58
*
gh-120417: Remove unused imports in the stdlib (#120420)
Victor Stinner
2024-06-12
4
-6/+2
*
gh-118908: Fix completions after namespace change in REPL (#120370)
Lysandros Nikolaou
2024-06-12
2
-5/+12
*
gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (#120354)
Pablo Galindo Salgado
2024-06-11
1
-4/+4
*
gh-118908: Limit exposed globals from internal imports and definitions on new...
Eugene Triguba
2024-06-11
1
-3/+18
*
gh-119517: Fixes for pasting in pyrepl (#120253)
Matt Wozniski
2024-06-11
6
-57/+134
*
gh-119553: Fix console when pressing Ctrl-C within a multiline block (#120075)
Lysandros Nikolaou
2024-06-04
2
-1/+3
*
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Pablo Galindo Salgado
2024-06-04
4
-10/+56
*
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
2
-6/+4
*
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
Lysandros Nikolaou
2024-06-04
2
-9/+18
*
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
4
-46/+70
*
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
7
-30/+654
*
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...
Sergey B Kirpichev
2024-05-29
1
-1/+1
*
gh-119443: Turn off from __future__ import annotations in REPL (#119493)
Jelle Zijlstra
2024-05-29
1
-1/+1
[next]