]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 23 May 2024 04:23:40 +0000 (06:23 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 04:23:40 +0000 (04:23 +0000)
commit58dbb4a4b053800bb802aaf9662e3977ad114a52
treef6be64041fb52f2669e5e8916ef7941cbf3ff77d
parent9fa1b4fc466e9857210fd6e87f1cbf0c234886ee
[3.13] gh-111201: Speed up paste mode in the REPL (#119341) (GH-119432) (#119439)

(cherry picked from commit e6572e8f98d33994d2d0dd3afa92a2a72ee642a9)

Also includes:

* gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432)
(cherry picked from commit 14b063cbf1bb11a489d04a31f277edba0fc8893c)

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>
Lib/_pyrepl/commands.py
Lib/_pyrepl/reader.py
Lib/_pyrepl/readline.py
Lib/_pyrepl/simple_interact.py
Lib/_pyrepl/utils.py
Lib/test/test_pyrepl/test_pyrepl.py