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
/
test
/
test_pyrepl
/
test_interact.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka
2025-10-30
1
-0/+26
*
gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
Serhiy Storchaka
2025-10-14
1
-26/+0
*
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych
2025-05-10
1
-1/+1
*
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R.
2025-04-12
1
-0/+26
*
gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (...
Bartosz Sławecki
2025-03-28
1
-1/+1
*
gh-128231: Use `runcode()` return value for failing early (GH-129488)
Bartosz Sławecki
2025-02-24
1
-0/+13
*
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin
2024-10-27
1
-0/+9
*
gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...
Wulian
2024-10-14
1
-1/+26
*
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev
2024-08-19
1
-0/+14
*
gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...
saucoide
2024-07-15
1
-1/+102
*
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra
2024-06-11
1
-1/+1
*
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa
2024-05-31
1
-1/+1
*
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...
Sergey B Kirpichev
2024-05-29
1
-0/+8
*
gh-119443: Turn off from __future__ import annotations in REPL (#119493)
Jelle Zijlstra
2024-05-29
1
-0/+9
*
gh-119469: Fix _pyrepl reference leaks (#119470)
Łukasz Langa
2024-05-23
1
-1/+5
*
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado
2024-05-21
1
-0/+92