Commit message Age Author Refs
r2648:a292ff54
Fix test for issue #114, in this case the test had a small error. The test was failing to disable multiline specials. Closes #114.
Fernando Perez
0
r2647:b8b4b225
Fix failing doctest for %reset_selective. An initial %reset was needed, and the actual details of the example weren't quite correct.
Fernando Perez
0
r2646:fd1aa87a
Ensure crash handler works even when app isn't fully configured yet. In such a case, the ipython_dir may not have been computed yet, so we must avoid calling isdir() on a possibly None variable.
Fernando Perez
0
r2645:df85a15e
Completed full block splitting for block-based frontends.
Fernando Perez
0
r2644:c0a5bfcc
Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages.
epatters
0
r2643:422a62e7
* Added 'started_listening' and 'stopped_listening' signals to QtKernelManager. The FrontendWidget listens for these signals. * Created a metaclass to permit inheriting from both HasTraits and QObject * Made 'continuation_prompt' a protected variable of ConsoleWidget for API consistency * Made FrontendWidget's constructor consistent with QWidget conventions.
epatters
0
r2642:91794b0d
Fixed kernelmanager threads not being restartable.
epatters
0
r2641:1602274c
* Added a function for spawning a localhost kernel in a new process on random ports. * Refactored the prototype kernel's 'main' function * Gave IPythonWidget a (slightly) better 'main' method.
epatters
0
r2640:93949c91
* Fixed bug in CompletionLexer where a context would be generated for, e.g, 'foo('. * Added unit test for this bug. * Cleaned up and documented CompletionLexer.
epatters
0
r2639:28a713ea
Added 'start_listening' and 'stop_listening' methods to the kernel manager.
epatters
0
< 1 .. 2613 2614 2615 2616 2617 .. 2879 >