Commit message Age Author Refs
r2982:f21a128a
Fixed the segfaults on application exit. The BracketMatcher, CallTipWidget, and CompletionWidget were using the text control as their parents. This should not be a problem, but for some reason it resulted in problems during shutdown. I suspect that PyQt is bugged and was deleting the C++ objects a second time in the garbage collection phase after they had already been deleted automatically by the C++ layer of Qt.
epatters
0
r2981:7045cc0f
ConsoleWidget now prefers Consolas to Courier in Windows.
epatters
0
r2980:927b3c95
More pythonw.exe-specific fixes to the kernel launching pipeline.
epatters
0
r2979:63d38bdf
Fix bug where 'if 1:' was being added to comment-only code. Found by trying to paste and run this example: http://matplotlib.sourceforge.net/examples/api/collections_demo.html that happened to have indented, comment-only lines of the type: code() # comment code() In these cases, we should *not* try to prepend 'if 1:' to the user's code since that comment by itself isn't executable, and it will cause a compiler IndentationError.
Fernando Perez
0
r2978:f52feb29
Let the auto pylab backend detection work. The kernel knows how to find the user's backend choice, so if no backend is explicitly given, read it from the matplotlibrc file.
Fernando Perez
0
r2977:92971904
Fix paste bug where trailing newlines required a manual backspace.
Fernando Perez
0
r2976:a067dcc1
Add support for "foo??" which I'd forgotten to do.
Fernando Perez
0
r2975:c7654f66
Move terminal-only magics to the terminal class. This lets us keep in the base class only what's common to all frontends.
Fernando Perez
0
r2974:888820b1
Fixed broken coloring on Windows. As part of the process, cleaned up a little bit our globalipapp code to manage test-specific overrides somewhat better.
Fernando Perez
0
r2973:205d1241
Fix missing history in cell execution mode. Also cleaned up and commented run_cell a little better, no need to run using map() when a single run_code call suffices.
Fernando Perez
0
< 1 .. 2577 2578 2579 2580 2581 .. 2877 >