##// END OF EJS Templates
fix purge_results for args other than specified msg_id...
fix purge_results for args other than specified msg_id The was a key mismatch when targets was specified (hub expected `engine_ids`, client gave `targets`), and the msg_ids='all' was transformed into msg_ids=['all'], which meant that no records were purged. Test included.
MinRK -
r4146:a7e6bb39
Show More
Name Size Modified Last Commit Author
/ IPython / zmq
gui
pylab
tests
__init__.py Loading ...
blockingkernelmanager.py Loading ...
completer.py Loading ...
displayhook.py Loading ...
entry_point.py Loading ...
frontend.py Loading ...
heartbeat.py Loading ...
iostream.py Loading ...
ipkernel.py Loading ...
kernelapp.py Loading ...
kernelmanager.py Loading ...
log.py Loading ...
logtopics.rst Loading ...
parentpoller.py Loading ...
pykernel.py Loading ...
session.py Loading ...
zmqshell.py Loading ...