##// END OF EJS Templates
Added kernel shutdown support: messaging spec, zmq and client code ready....
Added kernel shutdown support: messaging spec, zmq and client code ready. This isn't the cleanest code in the world because shutdown has a synchronous flavor to it that is hard to meld with a purely async framework. But the key pieces are reasonably well in place. Tested both with 'exit' calls and Ctrl-. interruption.
Fernando Perez -
r2972:3658d7b6
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / qt / console
scripts
tests
__init__.py Loading ...
ansi_code_processor.py Loading ...
bracket_matcher.py Loading ...
call_tip_widget.py Loading ...
completion_lexer.py Loading ...
completion_widget.py Loading ...
console_widget.py Loading ...
frontend_widget.py Loading ...
ipython_widget.py Loading ...
ipythonqt.py Loading ...
pygments_highlighter.py Loading ...
rich_ipython_widget.py Loading ...