Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | (#119557) | ||||
* | 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 |
Co-authored-by: Łukasz Langa <lukasz@langa.pl> |