Commit message Age Author Refs
r3153:4abff4a2
Fix misuse of matplotlib private function that was causing redraw problems.
Michael Droettboom
0
r3152:c3171e21
added more info to --ip in ipython-qtconsole -h
MinRK
0
r3151:ffb1edd6
Yes/No -> OK/Cancel in ipythonqt dialog
MinRK
0
r3150:aae8597d
Merge branch 'master' of http://github.com/markvoorhies/ipython into markvoorhies-master This adds HTML export of the entire buffer of the Qt console, with option to save images either as inline PNG, PNGs in a separate folder, or as inline SVG with all original metadata the SVG could have had still intact. Closes gh-167 (pull request).
Fernando Perez
0
r3149:f467f968
Specify character encoding in HTML HEAD This adds an explicit declaration of the UTF-8 character encoding to the Qt generated HTML dump (since we've just explicitly requested UTF-8 conversion from QString, this declaration should be correct), c.f. http://www.w3.org/International/O-charset This patch fixes incorrect characters (e.g., A-hat for tab) in, e.g., Firefox's default rendering of exported HTML. Applying the same fix to both HTML and XHTML export even though Firefox and WebKit appear to assume UTF-8 for XHTML even without an explicit declaration.
Mark Voorhies
0
r3148:2bbab543
Removed GPL file - we shouldn't be shipping *any* GPL code at all, ever.
Fernando Perez
0
r3147:cf214c9d
Fixed long-standing and very subtle bug in ultratb. This is something I had seen sporadically, and was able to finally pin down as associated with situations like generator expressions and others where inspect.getargvalues() returns variables that inspect.formatargvalues() later can't extract. I finally understood what's going on, left a detailed comment in the code explaining the problem.
Fernando Perez
0
r3146:d4b7d3d5
Fix small bug where %xmode without arguments failed to run. Added unit test.
Fernando Perez
0
r3145:56a82ee0
local_kernel based on LOCAL_IPS instead of LOCALHOST
MinRK
0
r3144:cd371626
Possible fix for GH-169
MinRK
0
< 1 .. 2557 2558 2559 2560 2561 .. 2874 >