summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_pyrepl/test_pyrepl.py
Commit message (Expand)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 new...Eugene Triguba2024-06-111-2/+61
* gh-111201: Improve pyrepl auto indentation (#119606)Arnon Yaari2024-05-311-1/+80
* gh-111201: Support pyrepl on Windows (#119559)Dino Viehland2024-05-311-2/+3
* gh-118911: Trailing whitespace in a block shouldn't prevent the user from ter...Aya Elsayed2024-05-221-5/+14
* gh-111201: Speed up paste mode in the REPL (#119341)Pablo Galindo Salgado2024-05-221-1/+1
* gh-111201: auto-indentation in _pyrepl (#119348)Arnon Yaari2024-05-221-55/+139
* gh-119205: Fix autocompletion bug in new repl (#119229)Koudai Aono2024-05-211-6/+24
* gh-119306: Break up _pyrepl tests (#119307)Eugene Triguba2024-05-211-0/+639