##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2620:6ca792b5
Add an extra test for traceback handling in task submissions. Thread with details here: http://mail.scipy.org/pipermail/ipython-user/2010-July/006993.html While it seems the original problem wasn't really a bug, I'd already written an extra custom test, so might as well keep it.
Fernando Perez
0
r2619:e12bada6
fix multi_line_specials error caused by e.g. test_prefilter/test_issue114
Paul Ivanov
0
r2618:bd0f94b8
check that multiline string literals don't expand as magic test of issue #114 in GitHub. Additionally the test currently throws an error instead of just failing. (AutoMagicChecker.shell.multi_line_specials is not defined)
Paul Ivanov
0
r2617:f4186c92
Added workaround for bug in PyQt.
epatters
0
r2616:69734ca8
Setting hidden=True for FrontWidget's 'execute_source' works again.
epatters
0
r2615:8265a6e4
* Added undo/redo support to ConsoleWidget * Fixed input_buffer being fetched incorrectly when the text buffer has been truncated by QPlainTextEdit
epatters
0
r2614:2ecde29e
Added a flush method to the SubSocketChannel. The Qt console frontend now uses this method to ensure that output has been processed before it writes a new prompt.
epatters
0
r2613:7869d52d
Fixed traceback from CompletionWidget when hideEvent is received when the widget is not visible
epatters
0
r2612:48d59c2c
* Adding object_info_request support to prototype kernel. * Completion and calltips work again in FrontendWidget
epatters
0
r2611:710f79b2
* Refactored KernelManager to use Traitlets and to have its channels as attributes * QtSubChannel and QtXReqChannel work now * Progress on refactoring FrontendWidget to use KernelManager.
epatters
0
r2610:927b9732
Suppress foolscap deprecation warnings, bug reported by Satra. Now we import foolscap components according to their api. I think these four files contain all the naked 'from foolscap import' statements we had, so all such warnings should be gone now.
Fernando Perez
0
r2609:083532d0
Initial checkin of Qt kernel manager. Began refactor of FrontendWidget.
epatters
0
r2608:1fe09a76
Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend
epatters
merge
0
r2607:0ccb242e
Merge branch 'kernelproxy' into upstream_master
Brian Granger
merge
0
r2606:f0587bad
Work on the kernel manager.
Brian Granger
0
r2605:a7fb5f00
Adding unit tests for Qt console frontend.
epatters
0
r2604:b2b76168
Adding __init__.py files to new package directories
epatters
0
r2603:c58e310c
Fixed imports and removed references to ETS/EPD
epatters
0
r2602:cb7fd0ab
Initial checkin of Qt frontend code.
epatters
0
r2601:e21b32e8
add frontend/kernel communication diagram to docs
Justin Riley
0
load next
< 1 .. 1306 1307 1308 1309 1310 .. 1439 >
showing 20 out of 28761 commits