Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-133346: Make theming support in _colorize extensible (GH-133347) | Łukasz Langa | 2025-05-05 |
| | | | Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | ||
* | gh-131507: Clean up tests and type checking for `_pyrepl` (#131509) | Łukasz Langa | 2025-03-21 |
| | |||
* | gh-131152: Remove unused imports from tests (part 2) (#131154) | Victor Stinner | 2025-03-13 |
| | |||
* | gh-127873: Only check `sys.flags.ignore_environment` for `PYTHON*` env vars ↵ | Hugo van Kemenade | 2025-01-21 |
| | | | | (#127877) | ||
* | gh-120221: Support KeyboardInterrupt in asyncio REPL (#123795) | Łukasz Langa | 2024-09-06 |
| | | | | | | | | | This switches the main pyrepl event loop to always be non-blocking so that it can listen to incoming interruptions from other threads. This also resolves invalid display of exceptions from other threads (gh-123178). This also fixes freezes with pasting and an active input hook. | ||
* | gh-120678: pyrepl: Include globals from modules passed with `-i` (GH-120904) | Alex Waygood | 2024-07-17 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||
* | gh-121499: Fix multi-line history rendering in the REPL (#121531) | Pablo Galindo Salgado | 2024-07-13 |
| | | | Signed-off-by: Pablo Galindo <pablogsal@gmail.com> | ||
* | gh-119553: Clear reader on Ctrl-C command (GH-119801) | Lysandros Nikolaou | 2024-06-04 |
| | |||
* | gh-120041: Do not use append_to_screen when completions are visible (GH-120042) | Lysandros Nikolaou | 2024-06-04 |
| | |||
* | gh-111201: Support pyrepl on Windows (#119559) | Dino Viehland | 2024-05-31 |
| | | | | Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||
* | gh-119306: Break up _pyrepl tests (#119307) | Eugene Triguba | 2024-05-21 |