Go to file
Jason Grout 0169ce472e Fix race condition in javascript kernel message processing
Because the binary messages are now deserialized using the asynchronous FileReader API, we need to have some way to force the messages to still be processed in the order they are received.  This patch implements a simple processing queue using promises.
2015-02-13 22:41:16 +00:00
docs all new fields are backward-compatible 2015-01-24 12:10:09 -08:00
examples squashing the whitespace changes 2015-01-31 00:02:20 -05:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
IPython Fix race condition in javascript kernel message processing 2015-02-13 22:41:16 +00:00
tools/tests add kernel metadata to example notebooks 2015-01-30 13:57:37 -08:00
.gitignore [issue547] add emacs tmp files and .coverage files to gitignore 2014-11-07 23:09:44 +00:00
.mailmap update mailmap 2015-01-30 13:57:36 -08:00
Dockerfile Bump less to @<3.0 so setup.py css works 2015-01-21 22:08:39 -05:00
setup.py bump pyzmq version dependency to 13 2015-02-05 14:16:48 -08:00
setupbase.py Merge pull request #7632 from minrk/terminado-dep 2015-02-03 14:28:45 -08:00