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
/
simple_interact.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3.13] gh-123856: Fix PyREPL failure when a keyboard interrupt is triggered a...
Miss Islington (bot)
2024-09-26
1
-5/+6
*
[3.13] gh-119034, REPL: Change page up/down keys to search in history (GH-123...
Miss Islington (bot)
2024-09-06
1
-1/+2
*
[3.13] gh-119896: Fix CTRL-Z behavior in the new REPL on Windows (GH-122217) ...
Miss Islington (bot)
2024-07-30
1
-0/+1
*
[3.13] gh-121295: Fix blocked console after interrupting a long paste (GH-121...
Miss Islington (bot)
2024-07-16
1
-1/+9
*
[3.13] gh-121610: pyrepl - handle extending blocks when multi-statement block...
Miss Islington (bot)
2024-07-16
1
-10/+21
*
[3.13] gh-121790: Fix interactive console initialization (GH-121793) (GH-121822)
Miss Islington (bot)
2024-07-15
1
-11/+3
*
[3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) (...
Miss Islington (bot)
2024-06-26
1
-11/+1
*
[3.13] gh-118908: Fix completions after namespace change in REPL (GH-120370) ...
Miss Islington (bot)
2024-06-12
1
-2/+2
*
[3.13] gh-118908: Limit exposed globals from internal imports and definitions...
Miss Islington (bot)
2024-06-11
1
-3/+18
*
[3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (...
Miss Islington (bot)
2024-06-04
1
-1/+1
*
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)
Miss Islington (bot)
2024-05-31
1
-45/+8
*
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
Miss Islington (bot)
2024-05-31
1
-1/+5
*
[3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)
Miss Islington (bot)
2024-05-31
1
-1/+6
*
[3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredC...
Miss Islington (bot)
2024-05-29
1
-1/+1
*
[3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119...
Miss Islington (bot)
2024-05-29
1
-1/+1
*
[3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119...
Miss Islington (bot)
2024-05-23
1
-1/+2
*
[3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-1193...
Miss Islington (bot)
2024-05-22
1
-4/+29
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
1
-2/+5
*
Remove several unused imports in `_pyrepl` (#118668)
Nikita Sobolev
2024-05-07
1
-2/+0
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
1
-0/+157