summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_pyrepl.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-118908: Protect the REPL subprocess with a timeout in tests (#120408)Pablo Galindo Salgado2024-06-121-1/+6
|
* gh-118908: Limit exposed globals from internal imports and definitions on ↵Eugene Triguba2024-06-111-2/+61
| | | | new REPL startup (#119547)
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-311-1/+80
| | | | - auto-indent when editing multi-line block - ignore comments
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-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 Elsayed2024-05-221-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 Salgado2024-05-221-1/+1
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-221-55/+139
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-211-6/+24
| | | Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-211-0/+639