Sergey B Kirpichev
afee76b6eb
gh-121245: a regression test for site.register_readline() ( #121259 )
2024-07-03 11:45:43 +01:00
Łukasz Langa
d611c4c8e9
gh-118908: Use __main__ for the default PyREPL namespace ( #121054 )
2024-06-26 15:01:10 -04:00
devdanzin
9e45fd9858
gh-121016: Add test for PYTHON_BASIC_REPL
envioronment variable ( #121017 )
2024-06-26 10:39:07 +00:00
Victor Stinner
0f3e36454d
gh-120635: Avoid leaking processes in test_pyrepl ( #120676 )
...
If the child process takes longer than SHORT_TIMEOUT seconds to
complete, kill the process but then wait until it completes with no
timeout to not leak child processes.
2024-06-19 15:14:29 +02:00
Pablo Galindo Salgado
3453362183
gh-118908: Protect the REPL subprocess with a timeout in tests ( #120408 )
2024-06-12 19:09:25 +00:00
Eugene Triguba
86a8a1c57a
gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup ( #119547 )
2024-06-11 17:40:31 +00:00
Arnon Yaari
dae0375bd9
gh-111201: Improve pyrepl auto indentation ( #119606 )
...
- auto-indent when editing multi-line block
- ignore comments
2024-05-31 11:02:54 +02:00
Dino Viehland
0d07182821
gh-111201: Support pyrepl on Windows ( #119559 )
...
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-31 09:49:03 +02:00
Aya Elsayed
5091c4400c
gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block ( #119355 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 07:56:35 +02:00
Pablo Galindo Salgado
e6572e8f98
gh-111201: Speed up paste mode in the REPL ( #119341 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 07:28:32 +02:00
Arnon Yaari
cd516cd1f5
gh-111201: auto-indentation in _pyrepl ( #119348 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 06:21:14 +02:00
Koudai Aono
506b1a3ff6
gh-119205: Fix autocompletion bug in new repl ( #119229 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-21 23:22:21 +00:00
Eugene Triguba
f49df4f486
gh-119306: Break up _pyrepl tests ( #119307 )
2024-05-21 18:44:09 +02:00