summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.11.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-prompt-toolkit: Upgrade 3.0.10 -> 3.0.11Leon Anavi2021-01-251-0/+23
Upgrade to release 3.0.11: - Poll terminal size: better handle resize events when the application runs in a thread other than the main thread (where handling SIGWINCH doesn't work) or in the Windows console. - Fix bug in system toolbar. The execution of system commands was broken. - A refactoring of patch_stdout that includes several fixes. - A refactoring of the `ThreadedHistory`, which includes several fixes, in particular a race condition that happened when editing input while a big history was still being loaded in the background. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>