summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-ipython_8.9.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-ipython: upgrade 8.9.0 -> 8.10.0Wang Mingyu2023-02-271-28/+0
| | | | | | | | Changelog: https://ipython.readthedocs.io/en/stable/whatsnew/version8.html Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-ipython: upgrade 8.8.0 -> 8.9.0Wang Mingyu2023-02-081-0/+28
Changelog: ========= - right accepts a single character from suggestion - ctrl+right accepts a semantic token (macos default shortcuts take precedence and need to be disabled to make this work - backspace deletes a character and resumes hinting autosuggestions - ctrl-left accepts suggestion and moves cursor left one character. - backspace deletes a character and resumes hinting autosuggestions - down moves to suggestion to later in history when no lines are present below the cursors. - up moves to suggestion from earlier in history when no lines are present above the cursor. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>