Miss Islington (bot)
38cfa92880
[3.13] gh-118908: Use __main__ for the default PyREPL namespace (GH-121054) ( #121059 )
2024-06-26 19:25:38 +00:00
Miss Islington (bot)
10821ccf06
[3.13] gh-118908: Fix completions after namespace change in REPL (GH-120370) ( #120392 )
...
(cherry picked from commit 02e74c3562
)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2024-06-12 08:48:22 +00:00
Miss Islington (bot)
f5289c450a
[3.13] gh-118908: Limit exposed globals from internal imports and definitions on new REPL startup (GH-119547) ( #120362 )
2024-06-11 18:04:39 +00:00
Miss Islington (bot)
4ac0ccf9d3
[3.13] gh-119553: Fix console when pressing Ctrl-C within a multiline block (GH-120075) ( #120076 )
...
(cherry picked from commit 69b3e8ea56
)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2024-06-04 21:44:33 +00:00
Miss Islington (bot)
a5272e63ef
[3.13] gh-118894: Make asyncio REPL use pyrepl (GH-119433) ( #119884 )
...
(cherry picked from commit 2237946af0
)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-31 17:15:44 -04:00
Miss Islington (bot)
d6faac6d1f
[3.13] gh-111201: Support pyrepl on Windows (GH-119559) (GH-119850)
...
(cherry picked from commit 0d07182821
)
Co-authored-by: Dino Viehland <dinoviehland@gmail.com>
Co-authored-by: Anthony Shaw <anthony.p.shaw@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-31 17:18:28 +02:00
Miss Islington (bot)
8470593a98
[3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) ( #119552 )
...
gh-119548: Add a 'clear' command to the REPL (GH-119549)
(cherry picked from commit e3bac04c37
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2024-05-31 08:35:21 +00:00
Miss Islington (bot)
40a024c983
[3.13] gh-119555: catch SyntaxError from compile() in the InteractiveColoredConsole (GH-119557) ( #119709 )
2024-05-29 12:04:45 +01:00
Miss Islington (bot)
17d3398486
[3.13] gh-119443: Turn off from __future__ import annotations in REPL (GH-119493) ( #119697 )
...
gh-119443: Turn off from __future__ import annotations in REPL (GH-119493)
(cherry picked from commit a8e35e8eba
)
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-05-29 01:26:19 +00:00
Miss Islington (bot)
58dbb4a4b0
[3.13] gh-111201: Speed up paste mode in the REPL ( #119341 ) (GH-119432) ( #119439 )
...
(cherry picked from commit e6572e8f98
)
Also includes:
* gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432)
(cherry picked from commit 14b063cbf1
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
2024-05-23 04:23:40 +00:00
Miss Islington (bot)
a463cd8e45
[3.13] gh-118893: Evaluate all statements in the new REPL separately (GH-119318) ( #119408 )
...
(cherry picked from commit a3e4fec873
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 16:22:01 +00:00
Pablo Galindo Salgado
a94ac56628
gh-111201: Allow pasted code to contain multiple statements in the REPL ( #118712 )
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-07 16:01:49 +00:00
Nikita Sobolev
ad3d877a12
Remove several unused imports in `_pyrepl` ( #118668 )
2024-05-07 13:43:18 +01:00
Pablo Galindo Salgado
f27f8c790a
gh-111201: A new Python REPL (GH-111567)
...
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Co-authored-by: Marta Gómez Macías <mgmacias@google.com>
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
2024-05-05 21:32:23 +02:00