notebook/IPython
MinRK bf69e92b57 use much faster regexp for ansi coloring
ansispan function adapted from mmalecki/ansispan

The easiest way to see how slow the old way was is to create a very large traceback (e.g. max recursion), which bring everything to a screeching halt (even future page loads, if the output is saved).  Now a max recursion error draws in a second or two.

closes #3198
2013-04-19 13:01:02 -07:00
..
frontend/html/notebook use much faster regexp for ansi coloring 2013-04-19 13:01:02 -07:00
testing exclude fabfile from tests 2013-02-07 09:03:42 -08:00
utils/tests