Victor Stinner
|
f4d301d8b9
|
gh-120417: Remove unused imports in tests (part 4) (#120632)
|
2024-06-17 17:35:20 +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 |
Jelle Zijlstra
|
9b8611eeea
|
gh-119180: PEP 649 compiler changes (#119361)
|
2024-06-11 13:06:49 +00:00 |
Pablo Galindo Salgado
|
d9095194dd
|
gh-119842: Honor PyOS_InputHook in the new REPL (GH-119843)
Signed-off-by: Pablo Galindo <pablogsal@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
|
2024-06-04 20:32:43 +02:00 |
Lysandros Nikolaou
|
010ea93b2b
|
gh-119553: Clear reader on Ctrl-C command (GH-119801)
|
2024-06-04 19:46:33 +02:00 |
Lysandros Nikolaou
|
8fc7653766
|
gh-120041: Do not use append_to_screen when completions are visible (GH-120042)
|
2024-06-04 18:09:31 +02:00 |
Daniel Hollas
|
2e0aa731ae
|
gh-118835: pyrepl: Fix prompt length computation for custom prompts containing ANSI escape codes (#119942)
|
2024-06-03 18:07:06 +01:00 |
Łukasz Langa
|
6acb32fac3
|
Use Cirrus M1 macOS runners for CI (GH-119979)
Co-authored-by: Ee Durbin <ee@python.org>
|
2024-06-03 17:32:40 +02:00 |
Łukasz Langa
|
2237946af0
|
gh-118894: Make asyncio REPL use pyrepl (GH-119433)
|
2024-05-31 22:26:02 +02:00 |
Victor Stinner
|
91601a5596
|
gh-111201: Skip pyrepl Windows tests earlier (#119848)
Don't attempt to load pyrepl Windows console if platforms others than
Windows. For example, the import can fail if ctypes is missing.
|
2024-05-31 14:06:10 +00:00 |
Ł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 |