devdanzin
bc515b332b
[3.13] gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable (GH-121017) ( #121064 )
...
* gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017 )
(cherry picked from commit 9e45fd9858
)
* [3.13] gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (GH-121017)
(cherry picked from commit 9e45fd9858
)
Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
2024-06-26 22:17:14 +01:00
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)
bb5d19440b
[3.13] gh-120635: Avoid leaking processes in test_pyrepl (GH-120676) ( #120741 )
...
gh-120635: Avoid leaking processes in test_pyrepl (GH-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.
(cherry picked from commit 0f3e36454d
)
Co-authored-by: Victor Stinner <vstinner@python.org>
2024-06-19 13:38:37 +00:00
Miss Islington (bot)
ff358616dd
[3.13] gh-118908: Protect the REPL subprocess with a timeout in tests (GH-120408) ( #120430 )
...
(cherry picked from commit 3453362183
)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
2024-06-12 21:58:29 +02: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)
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)
38bf39cb4b
[3.13] gh-111201: Improve pyrepl auto indentation (GH-119606) (GH-119833)
...
- auto-indent when editing multi-line block
- ignore comments
(cherry picked from commit dae0375bd9
)
Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
2024-05-31 11:51:53 +02: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
Lysandros Nikolaou
9fa1b4fc46
[3.13] gh-118911: Trailing whitespace in a block shouldn't prevent the user from terminating the code block (GH-119355) ( #119404 )
...
(cherry picked from commit 5091c4400c
)
Co-authored-by: Aya Elsayed <ayah.ehab11@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-23 00:12:26 -04:00
Lysandros Nikolaou
9435124d4a
[3.13] gh-111201: auto-indentation in _pyrepl (GH-119348) ( #119427 )
...
(cherry picked from commit cd516cd1f5
)
Co-authored-by: Arnon Yaari <wiggin15@yahoo.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 23:14:03 +02:00
Miss Islington (bot)
eafd633fac
[3.13] gh-119205: Fix autocompletion bug in new repl (GH-119229) ( #119407 )
...
(cherry picked from commit 506b1a3ff6
)
Co-authored-by: Koudai Aono <koxudaxi@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
2024-05-22 16:07:38 +00:00
Lysandros Nikolaou
721459831a
[3.13] gh-119306: Break up _pyrepl tests (GH-119307) ( #119362 )
...
(cherry picked from commit f49df4f486
)
Co-authored-by: Eugene Triguba <eugenetriguba@gmail.com>
2024-05-22 11:02:18 -04:00