COMMITS
/ Lib/test/test_pyrepl/test_interact.py October 30, 2025
S
gh-131927: Do not emit PEP 765 warnings in ast.parse() (GH-139642)
Serhiy Storchaka committed
October 14, 2025
S
gh-139640: Fix swallowing syntax warnings in different modules (GH-139755)
Serhiy Storchaka committed
May 10, 2025
S
gh-133379: Fix misuse of the term "arguments" in error messages (GH-133382)
Stan Ulbrych committed
April 12, 2025
T
gh-131927: Prevent emitting optimizer warnings twice in the REPL (#131993)
Tomas R. committed
March 28, 2025
B
gh-117174: Adapt `test_multiple_statements_fail_early` to new REPL behavior (follow-up gh-131065) (#131836)
Bartosz Sławecki committed
February 24, 2025
B
gh-128231: Use `runcode()` return value for failing early (GH-129488)
Bartosz Sławecki committed
October 27, 2024
D
gh-125666: Avoid PyREPL exiting when a null byte is in input (#125732)
devdanzin committed
October 14, 2024
August 19, 2024
S
gh-121804: Always show error location for SyntaxError's in new repl (#121886)
Sergey B Kirpichev committed
July 15, 2024
June 11, 2024
J
gh-119180: PEP 649 compiler changes (#119361)
Jelle Zijlstra committed
May 31, 2024
Ł
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
Łukasz Langa committed
May 29, 2024
S
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557)
Sergey B Kirpichev committed
J
gh-119443: Turn off from __future__ import annotations in REPL (#119493)
Jelle Zijlstra committed
May 23, 2024
Ł
gh-119469: Fix _pyrepl reference leaks (#119470)
Łukasz Langa committed
May 21, 2024
P
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Pablo Galindo Salgado committed