##// END OF EJS Templates
Commit Message Age Author Refs
load previous
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
merge
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
r3143:0641149f
added localinterfaces to utils
MinRK
0
r3142:96098a70
prevent remote frontends from closing the kernel
MinRK
0
r3141:b9ee1914
class-attribute sets default _local_kernel in FrontendWidget
MinRK
0
r3140:42cb9c66
Fix link to our dev site which is now on GitHub and not on Launchpad
Fernando Perez
0
r3139:8b47b8ad
Add pending removal comments regarding the input handling methods in the kernel
Fernando Perez
0
r3138:3bf130a7
Add missing credit to John Hunter in 0.10.1 release notes
Fernando Perez
0
r3137:82ec9809
Add missing credit to John Hunter in 0.10.1 release notes
Fernando Perez
0
r3136:17444f91
Small fixes in response to code review for gh-163.
Fernando Perez
0
r3135:44b12ab0
Add 0.10.1 release notes to docs and minor tool updates. These were little fixes I found out while doing the 0.10.1 release, might as well have them all in trunk so we don't have to repeat the process when 0.11 goes out. There are still a few bzr-specific things lingering we need to clean up, but not tonight (most of the toolchain is now git-aware).
Fernando Perez
0
r3134:8f60cada
Open 0.10.2 branch for development. I don't expect to see much happen in this branch, but we'll have it available so people can contribute bug fixes and make pull requests. If we get enough contributions here, eventually we'll put a 0.10.2 release out.
Fernando Perez
0
load next
< 1 .. 1278 1279 1280 1281 1282 .. 1437 >
showing 20 out of 28734 commits