summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_interact.py
Commit message (Expand)AuthorAgeFilesLines
* gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)Serhiy Storchaka2025-10-301-0/+26
* gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)Serhiy Storchaka2025-10-141-26/+0
* gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)Stan Ulbrych2025-05-101-1/+1
* gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)Tomas R.2025-04-121-0/+26
* gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (...Bartosz Sławecki2025-03-281-1/+1
* gh-128231: Use `runcode()` return value for failing early (GH-129488)Bartosz Sławecki2025-02-241-0/+13
* gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)devdanzin2024-10-271-0/+9
* gh-124960: Fixed `barry_as_FLUFL` future flag does not work in new REPL (#124...Wulian2024-10-141-1/+26
* gh-121804: Always show error location for SyntaxError's in new repl (#121886)Sergey B Kirpichev2024-08-191-0/+14
* gh-121610: pyrepl - handle extending blocks when multi-statement blocks are p...saucoide2024-07-151-1/+102
* gh-119180: PEP 649 compiler changes (#119361)Jelle Zijlstra2024-06-111-1/+1
* gh-118894: Make asyncio REPL use pyrepl (GH-119433)Łukasz Langa2024-05-311-1/+1
* gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole ...Sergey B Kirpichev2024-05-291-0/+8
* gh-119443: Turn off from __future__ import annotations in REPL (#119493)Jelle Zijlstra2024-05-291-0/+9
* gh-119469: Fix _pyrepl reference leaks (#119470)Łukasz Langa2024-05-231-1/+5
* gh-118893: Evaluate all statements in the new REPL separately (#119318)Pablo Galindo Salgado2024-05-211-0/+92