Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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-111201: Improve pyrepl auto indentation (#119606) | Arnon Yaari | 2024-05-31 | 1 | -1/+80 |
| | | | | - auto-indent when editing multi-line block - ignore comments | ||||
* | gh-111201: Support pyrepl on Windows (#119559) | Dino Viehland | 2024-05-31 | 1 | -2/+3 |
| | | | | Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-118911: Trailing whitespace in a block shouldn't prevent the user from ↵ | Aya Elsayed | 2024-05-22 | 1 | -5/+14 |
| | | | | | 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-119205: Fix autocompletion bug in new repl (#119229) | Koudai Aono | 2024-05-21 | 1 | -6/+24 |
| | | | Co-authored-by: Łukasz Langa <lukasz@langa.pl> | ||||
* | gh-119306: Break up _pyrepl tests (#119307) | Eugene Triguba | 2024-05-21 | 1 | -0/+639 |