summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_interact.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | (#119557)
* 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
Co-authored-by: Łukasz Langa <lukasz@langa.pl>