##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2853:310d3aa3
Install kernel-side sys.excepthook so we at least see kernel tracebacks.
Fernando Perez
0
r2852:6c926026
Simplified output stream management in ultratb. This lets us have one less hack in the testing globalipapp code, as well as rationalizing the ultratb code a little more. There is now an ostream property for all output that can be used consistently.
Fernando Perez
0
r2851:c0d99cdc
First cut at allowing the kernel to be restarted from the frontend.
epatters
0
r2850:c483db63
Reimplemented IPythonWidget's edit magic handling to support line numbers. Also, removed the code path for launching the file with the system default Python application, as this is too dangerous.
epatters
0
r2849:6a6393e6
Minor cleanup (again).
epatters
0
r2848:8be4c1fe
Fixed minor bug in last checkin.
epatters
0
r2847:c994bac7
The FrontendWidget now performs tab-completion more aggressively.
epatters
0
r2846:e5991ee5
Fixed bug introduced by the recent payload processing refactor.
epatters
0
r2845:58036acb
Fixed bug where replacement prompts were occasionally inserted at inappropriate times.
epatters
0
r2844:3a5d12c1
* Added support for prompt and history requests to the kernel manager and Qt console frontend. * Updated message spec to be consistent with the IPython kernel implementation.
epatters
0
r2843:f97e4c24
The ConsoleWidget now only pages text if it exceeds the height of the visible window.
epatters
0
r2842:6ce20043
Fixed bug where the banner message was syntax highlighted when the frontend connected to a new kernel.
epatters
0
r2841:58941baa
* Tab completion now uses the correct cursor position. * Added trailing newline to pyerr traceback. * Made 'colors lightbg' hack appear less funky to the user.
epatters
0
r2840:67a64b9c
Update messaging spec.
Fernando Perez
0
r2839:8cff4913
Multiple improvements to tab completion. I refactored the API quite a bit, to retain readline compatibility but make it more independent of readline. There's still more to do in cleaning up our init_readline() method, but now the completer objects have separate rlcomplete() and complete() methods. The former uses the quirky readline API with a state flag, while the latter is stateless, takes only text information, and is more suitable for GUIs and other frontends to call programatically. Made other minor fixes to ensure the test suite passes in full. While all this code is a bit messy, we're getting in the direction of the APIs we need in the long run.
Fernando Perez
0
r2838:cbe60016
Improvements to exception handling to transport structured tracebacks. This code is still fairly hackish, but we're starting to get there. We still need to improve the api, because right now runlines() does way too much, and I had to set the exception state in a temporary private variable. But client-side things are working better, so we can continue fixing the kernel without bottlenecking Evan.
Fernando Perez
0
r2837:012125b0
Add main ipython script entry point in same location as before.
Fernando Perez
0
r2836:fb2f9637
Fixed line_number being inserted as a string into the %edit payload.
epatters
0
r2835:d0e5fafc
* Refactored payload handling mechanism. * Paging is now integrated into the IPythonWidget. * The first cut at %edit support is now connected to the edit payload. This needs some more work.
epatters
0
r2834:9b315618
Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend
epatters
merge
0
load next
< 1 .. 1293 1294 1295 1296 1297 .. 1437 >
showing 20 out of 28734 commits