Łukasz Langa
|
4c387a76f3
|
gh-111201: [pyrepl] Ensure optional platform-specific imports are optional (GH-119834)
|
2024-05-31 14:41:26 +02: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 |
Sergey B Kirpichev
|
86d1a1aa88
|
gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (#119557)
|
2024-05-29 07:57:50 +01:00 |
Jelle Zijlstra
|
a8e35e8eba
|
gh-119443: Turn off from __future__ import annotations in REPL (#119493)
|
2024-05-28 17:05:18 -07:00 |
Łukasz Langa
|
6e012ced6c
|
gh-119469: Fix _pyrepl reference leaks (#119470)
|
2024-05-23 19:28:31 +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 |
Eugene Triguba
|
73ab83b27f
|
gh-119357: Increase test coverage for keymap in _pyrepl (#119358)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
2024-05-22 04:36:01 +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 |
Pablo Galindo Salgado
|
a3e4fec873
|
gh-118893: Evaluate all statements in the new REPL separately (#119318)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
|
2024-05-21 23:16:56 +00:00 |
Lysandros Nikolaou
|
561ff1fa71
|
gh-111201: Remove readline dependency from the PyREPL (#119262)
|
2024-05-21 22:30:45 +02:00 |
Eugene Triguba
|
f49df4f486
|
gh-119306: Break up _pyrepl tests (#119307)
|
2024-05-21 18:44:09 +02:00 |