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
*
[3.13] gh-120417: Remove unused imports in the stdlib (GH-120420) (#120429)
Miss Islington (bot)
2024-06-12
4
-6/+2
*
[3.13] gh-118908: Fix completions after namespace change in REPL (GH-120370) ...
Miss Islington (bot)
2024-06-12
2
-5/+12
*
[3.13] gh-120221: Deliver real singals on Ctrl-C and Ctrl-Z in the new REPL (...
Miss Islington (bot)
2024-06-11
1
-4/+4
*
[3.13] gh-118908: Limit exposed globals from internal imports and definitions...
Miss Islington (bot)
2024-06-11
1
-3/+18
*
[3.13] gh-119517: Fixes for pasting in pyrepl (GH-120253) (#120353)
Miss Islington (bot)
2024-06-11
6
-57/+134
*
[3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (...
Miss Islington (bot)
2024-06-04
2
-1/+3
*
[3.13] gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) (GH-120066)
Łukasz Langa
2024-06-04
4
-10/+56
*
[3.13] gh-119553: Clear reader on Ctrl-C command (GH-119801) (#120062)
Miss Islington (bot)
2024-06-04
1
-0/+1
*
[3.13] gh-120041: Do not use append_to_screen when completions are visible (G...
Miss Islington (bot)
2024-06-04
1
-8/+15
*
[3.13] gh-118835: pyrepl: Fix prompt length computation for custom prompts co...
Miss Islington (bot)
2024-06-03
1
-2/+8
*
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) (#119884)
Miss Islington (bot)
2024-05-31
4
-46/+70
*
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
Miss Islington (bot)
2024-05-31
7
-30/+654
*
[3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)
Miss Islington (bot)
2024-05-31
1
-8/+19
*
[3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)
Miss Islington (bot)
2024-05-31
2
-1/+11
*
[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
5
-15/+21
*
[3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user f...
Lysandros Nikolaou
2024-05-23
2
-3/+16
*
[3.13] gh-119434: Fix culmitive errors in wrapping as lines proceed (GH-11943...
Miss Islington (bot)
2024-05-23
1
-3/+9
*
[3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) (#119427)
Lysandros Nikolaou
2024-05-22
1
-3/+40
*
[3.13] Enable some stricter mypy settings on `Lib/_pyrepl` (GH-119077) (#119428)
Miss Islington (bot)
2024-05-22
1
-4/+1
*
[3.13] gh-119357: Increase test coverage for keymap in _pyrepl (GH-119358) (#...
Lysandros Nikolaou
2024-05-22
2
-35/+30
*
[3.13] Improve `pyrepl` type-annotation coverage (GH-119081) (#119415)
Miss Islington (bot)
2024-05-22
6
-14/+31
*
[3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-1193...
Miss Islington (bot)
2024-05-22
1
-4/+29
*
[3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) (#119407)
Miss Islington (bot)
2024-05-22
1
-1/+3
*
[3.13] gh-111201: Add append to screen method to avoid recalculation (GH-1192...
Miss Islington (bot)
2024-05-22
4
-14/+43
*
[3.13] gh-111201: Remove readline dependency from the PyREPL (GH-119262) (#11...
Lysandros Nikolaou
2024-05-22
1
-2/+2
*
[3.13] gh-118877: Fix AssertionError crash in pyrepl (GH-118936) (#119363)
Miss Islington (bot)
2024-05-22
1
-3/+1
*
[3.13] gh-119035: Add Ctrl+← and Ctrl+→ word-skipping keybindings to new ...
Miss Islington (bot)
2024-05-21
2
-3/+8
*
[3.13] gh-119185: Fix typo in `_pyrepl.pager`: `tempfilepager` should be `tem...
Miss Islington (bot)
2024-05-20
1
-1/+1
*
gh-111201: Allow pasted code to contain multiple statements in the REPL (#118...
Pablo Galindo Salgado
2024-05-07
4
-4/+12
*
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
3
-0/+21
*
Remove several unused imports in `_pyrepl` (#118668)
Nikita Sobolev
2024-05-07
2
-3/+0
*
fix typo in `_pyrepl.pager`: `plainpager` -> `plain_pager` (#118675)
denballakh
2024-05-06
1
-1/+1
*
gh-118628: Don't display pyrepl warning on Windows (#118665)
Łukasz Langa
2024-05-06
1
-3/+7
*
gh-111201: A new Python REPL (GH-111567)
Pablo Galindo Salgado
2024-05-05
21
-0/+4230