π New features:
DictionaryCompleter: show parentheses after methods.π Fixes:
DictionaryCompleter.black is installed that is not
compatible.π Fixes:
SystemExit (fixes "ValueError: I/O operation on closed
file").await in assignment expressions or for-loops.π Fixes:
π Fixes:
π (Commit 7f619e was missing in previous release.)
π Fixes:
π New features:
π Fixes:
AttributeError during retrieval of signatures with type annotations.π New features:
DictionaryCompleter is enabled, also retrieve signatures when Jedi
fails, using the same logic.π Fixes:
repr() is called.exc_info from eval to exec call.KeyboardInterrupt in REPL during evaluation of __repr__.π New features:
π Fixes:
π New features:
get_ptpython function in the global namespace, to get programmatic
access to the REPL.embed() at the top level of the package. Make it possible to do
from ptpython import embed.π Fixes:
__pt_repr__.SystemExit.π New features:
π¨ Refactoring of event loop usage:
asyncio.run() usage
in the REPL, which was broken before.β Added syntax highlighting and autocompletion for !-style system commands.
π Fixes: