python-prompt-toolkit v0.20 Release Notes

Release Date: 2014-10-04 // over 9 years ago
  • ๐Ÿ›  Fixed:

    • โ†ช Workarounds for Jedi bugs.
    • ๐Ÿ‘ Better handling of window resize events.
    • ๐Ÿ›  Fixed counter in ptipython prompt.
    • ๐Ÿ‘‰ Use IPythonInputSplitter.transform_cell for IPython syntax validation.
    • Only insert newlines for open brackets if the cursor is at the end of the input string.

    ๐Ÿ†• New features:

    • More Vi key bindings: 'B', 'W', 'E', 'aW', 'aw' and 'iW'
    • ControlZ now suspends the process