All Versions
66
Latest Version
Avg Release Cycle
46 days
Latest Release
1279 days ago

Changelog History
Page 5

  • v0.26 Changes

    January 03, 2016

    โฌ†๏ธ Upgrade to prompt_toolkit 0.55

    ๐Ÿ›  Fixes:

    • ๐Ÿ– Handle several bugs in Jedi.
    • Correctly handle sys.argv when pt(i)python is started with --interactive.
    • ๐Ÿ‘Œ Support for 24bit true color.
    • Take compiler flags into account for ptipython.
  • v0.25 Changes

    October 29, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.54

    ๐Ÿ›  Fixes:

    • Consider input multiline when there's a colon at the end of the line.
    • ๐Ÿ– Handle bug in Jedi.
    • ๐Ÿ’ป Enable search bindings in history browser.
  • v0.24 Changes

    September 24, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.52

  • v0.23 Changes

    September 24, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.51

    ๐Ÿ†• New features:

    • ๐Ÿ‘ Mouse support
    • ๐Ÿ’… Fish style auto suggestion.
    • Optionally disabling of line wraps.
    • ๐Ÿ‘‰ Use Python3Lexer for Python 3.
  • v0.22 Changes

    September 06, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.50

    ๐Ÿ›  Fixes:

    • ๐Ÿ–จ Correctly accept file parameter in the print function of asyncssh_repl.ReplSSHServerSession.
    • Create config directory if it doesn't exist yet (For IPython entry point.)

    ๐Ÿ†• New features:

    • Implementation of history-selection: a tool to select lines from the history.
    • ๐Ÿ”ง Make exit message configurable.
    • ๐Ÿ‘Œ Improve start-up time: Lazy load completer grammar and lazy-import Jedi.
    • 0๏ธโƒฃ Make multi-column the default completion visualisation.
    • Implementation of a custom prompts. In_tokens and out_tokens can be customized.
    • Made an option to show/hide highlighting for matching parenthesis.
    • Some styling improvements.
  • v0.21 Changes

    August 08, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.46

    ๐Ÿ›  Fixes:

    • Correctly add current directory to sys.path.
    • Only show search highlighting when the search is the current input buffer.
    • Styling fix.
  • v0.20 Changes

    July 30, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.45

  • v0.19 Changes

    July 30, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.44

    ๐Ÿ†• New features:

    • โž• Added --interactive option for ptipython.
    • ๐Ÿ’… A few style improvements.
  • v0.18 Changes

    July 15, 2015

    ๐Ÿ›  Fixes:

    • Python 2.6 compatibility.
  • v0.17 Changes

    July 15, 2015

    โฌ†๏ธ Upgrade to prompt_toolkit 0.43

    ๐Ÿ†• New features:

    • Integration with Tk eventloop. (This makes turtle and other Tk stuff work again from the REPL.)
    • Multi column completion visualisation.