##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2801:aa6723b8
Created a proper IPython script from the console frontend demo.
epatters
0
r2800:bfd41c62
* Fixed bug where syntax highlighting was lost after updating a prompt with a bad number. * Minor cleanup and bug fix to ConsoleWidget's _insert_html_fetching_plain_text
epatters
0
r2799:8a6c9a7f
Fixes to docs and InteractiveShell.instance() * Updated messaging docs to say that the prompt informtion always is returned in execute_reply. * Started to fix InteractiveShell.instance() to properly handle subclasses.
Brian Granger
0
r2798:128cfd5f
Added additional logic to InteractiveShell.instance(). * Subclasses now know about children instances. * Children do not know about parent instances.
Brian Granger
0
r2797:27bd4d00
Updated IPythonWidget to use new prompt information. Initial prompt requests are not implemented.
epatters
0
r2796:17212ca0
Cleanup and fixes after merge.
epatters
0
r2795:e518f8e9
Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend Conflicts: IPython/frontend/qt/console/frontend_widget.py IPython/frontend/qt/console/ipython_widget.py IPython/zmq/ipkernel.py
epatters
merge
0
r2794:7425745b
First draft of history msg. * Added get_history method of InteractiveShell. * Added history_request/reply msg in ipkernel. I have changed the msg format slightly and changed the docs to reflect that.
Brian Granger
0
r2793:185af783
Added preliminary editor support to IPythonWidget.
epatters
0
r2792:4c480e76
Initial refactoring to support structured traceback information.
Brian Granger
0
r2791:e03aec3e
Prompt messages are now implemented for both in/out prompts.
Brian Granger
0
r2790:4b8a1e4d
added parallel message docs to development section
MinRK
0
r2789:faa9848b
Integrated new IPythonInputSplitter into IPythonWidget.
epatters
0
r2788:45fee7db
Merge branch 'blockbreaker' of git://github.com/fperez/ipython into qtfrontend
epatters
merge
0
r2787:f3ea1351
Fixed bug with ConsoleWidget smart paste.
epatters
0
r2786:a522a5c7
Initial support in ipkernel for proper displayhook handling.
Brian Granger
0
r2785:e2cd0fd9
Fixed rare bug with continuation prompt deletion.
epatters
0
r2784:fc9e088e
Set more tolerable default colors for ANSI color codes.
epatters
0
r2783:3c79c2e7
Added support for ANSI erase codes. Clearing the console via ANSI escape sequences is now supported.
epatters
0
r2782:c02ae749
Final cleanups responding to Brian's code review. The code isn't perfect yet, but good enough for integration into trunk so Evan and the others can start using it. I've noted at the top a few key todo items left to think about.
Fernando Perez
0
load next
< 1 .. 1296 1297 1298 1299 1300 .. 1438 >
showing 20 out of 28742 commits