New features: - Upgrade to prompt-toolkit 0.38. - Upgrade to Jedi 0.9.0 - Fixed default globals for repl (correct __name, __builtins__, etc...) - Display deprecation warnings in the REPL. - Added configuration support. - Added asyncio-ssh-python-embed example.
0.10
Not secure
---------------
Upgrade to prompt-toolkit 0.37.
0.9
Not secure
---------------
Upgrade to prompt-toolkit 0.35.
0.8
Not secure
---------------
Fixed: - eval() doesn't run using unicode_literals anymore. - Upgrade to prompt-toolkit 0.34.
0.7
Not secure
---------------
Fixed: - Upgrade to prompt-toolkit 0.33.
New features: - Added complete_while_typing option.
0.6
Not secure
---------------
Fixed: - Upgrade to prompt-toolkit 0.32 which has many new features.
Changes: - Removal of tab pages + clean up. - Pressing enter twice will now always automatically execute the input. - Improved Control-D key binding. - Hide docstring by default.