Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-120417: Remove unused imports in tests (part 4) (#120632) | Victor Stinner | 2024-06-17 | 1 | -2/+1 |
| | |||||
* | gh-118908: Protect the REPL subprocess with a timeout in tests (#120408) | Pablo Galindo Salgado | 2024-06-12 | 1 | -1/+6 |
| | |||||
* | gh-118908: Limit exposed globals from internal imports and definitions on ↵ | Eugene Triguba | 2024-06-11 | 1 | -2/+61 |
| | | | | new REPL startup (#119547) | ||||
* | gh-119180: PEP 649 compiler changes (#119361) | Jelle Zijlstra | 2024-06-11 | 1 | -1/+1 |
| | |||||
* | gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843) | Pablo Galindo Salgado | 2024-06-04 | 1 | -0/+17 |
| | | | | | Signed-off-by: Pablo Galindo <pablogsal@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Michael Droettboom <mdboom@gmail.com> | ||||
* | gh-119553: Clear reader on Ctrl-C command (GH-119801) | Lysandros Nikolaou | 2024-06-04 | 2 | -0/+18 |
| | |||||
* | gh-120041: Do not use append_to_screen when completions are visible (GH-120042) | Lysandros Nikolaou | 2024-06-04 | 2 | -2/+37 |
| | |||||
* | gh-118835: pyrepl: Fix prompt length computation for custom prompts ↵ | Daniel Hollas | 2024-06-03 | 1 | -0/+32 |
| | | | | containing ANSI escape codes (#119942) | ||||
* | Use Cirrus M1 macOS runners for CI (GH-119979) | Łukasz Langa | 2024-06-03 | 2 | -2/+3 |
| | | | Co-authored-by: Ee Durbin <ee@python.org> | ||||
* | gh-118894: Make asyncio REPL use pyrepl (GH-119433) | Łukasz Langa | 2024-05-31 | 1 | -1/+1 |
| | |||||
* | gh-111201: Skip pyrepl Windows tests earlier (#119848) | Victor Stinner | 2024-05-31 | 1 | -2/+5 |
| | | | | Don't attempt to load pyrepl Windows console if platforms others than Windows. For example, the import can fail if ctypes is missing. | ||||
* | gh-111201: [pyrepl] Ensure optional platform-specific imports are optional ↵ | Łukasz Langa | 2024-05-31 | 1 | -12/+12 |
| | | | | (GH-119834) | ||||
* | gh-111201: Improve pyrepl auto indentation (#119606) | Arnon Yaari | 2024-05-31 | 2 | -3/+82 |
| | | | | - auto-indent when editing multi-line block - ignore comments | ||||
* | gh-111201: Support pyrepl on Windows (#119559) | Dino Viehland | 2024-05-31 | 6 | -14/+357 |
| | | | | Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | 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 | 2 | -12/+30 |
| | |||||
* | gh-118911: Trailing whitespace in a block shouldn't prevent the user from ↵ | Aya Elsayed | 2024-05-22 | 2 | -6/+58 |
| | | | | | terminating the code block (#119355) Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-111201: Speed up paste mode in the REPL (#119341) | Pablo Galindo Salgado | 2024-05-22 | 1 | -1/+1 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-111201: auto-indentation in _pyrepl (#119348) | Arnon Yaari | 2024-05-22 | 1 | -55/+139 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-119357: Increase test coverage for keymap in _pyrepl (#119358) | Eugene Triguba | 2024-05-22 | 1 | -18/+64 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-119205: Fix autocompletion bug in new repl (#119229) | Koudai Aono | 2024-05-21 | 2 | -7/+25 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | 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> | ||||
* | gh-111201: Remove readline dependency from the PyREPL (#119262) | Lysandros Nikolaou | 2024-05-21 | 1 | -1/+0 |
| | |||||
* | gh-119306: Break up _pyrepl tests (#119307) | Eugene Triguba | 2024-05-21 | 9 | -0/+1516 |