##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3181:fe96300d
added logo to sphinx documentation
Erik Tollerud
0
r3180:59ccc837
Merge branch 'cleanup-old-code' of http://github.com/takowl/ipython into takowl-cleanup-old-code Various cleanups of old and deprecated modules, this helps keep the code tidier for the py3k branch and future migration. Closes gh-180 (pull request).
Fernando Perez
merge
0
r3179:e6c4eeed
Merge branch 'minrk-pygments' into trunk Provide full support for all the Pygments styles at the console, and properly synchronize with IPython's own Linux/LightBG color schemes. In the long run we need to refactor our internal coloring code to only use CSS, but for now this provides a fairly clean user experience. Closes gh-171 (pull request)
MinRK
merge
0
r3178:5c6a3477
Merge branch 'fix-del-method-exit-test' of http://github.com/takowl/ipython into takowl-fix-del-method-exit-test Fix errors with __del__ methods being called on exit. This branch reintroduces a recent fix that got accidentally overwritten, as well as adding a more stringent form of the test so that we don't miss it again in the future (the old test only printed a message but didn't fail, so it was easy to miss). Closes gh-172 (pull request).
Thomas Kluyver
merge
0
r3177:35e407aa
Merge remote branch 'minrk/htmlfix' into trunk. This branch implements a number of improvements to the HTML save capabilities of the Qt console, and received extensive reviews. A short summary follows, see the pull request page for full details, at http://github.com/ipython/ipython/pull/170. Some small issues in the HTML code I noticed when I started playing with it. * only rich backends support toHtml, so the html/xhtml exports failed * modules were imported inside functions * relpath in image_tag was determined in platform-dependent way * save dialog strictly enforced non-standard '.htm' file extension * when selecting external PNG, the _files dir was always created, regardless of whether there were any images Fixes in this commit: * export options do not appear in non-rich widgets * module imports all at the top * relpath uses platform independent os.path * dialog uses standard '.html' by default, but allows any extension * no _files dir is created if no images are to be exported Closes gh-170 (pull request).
MinRK
merge
0
r3176:ec1f4d67
Fix protection of special characters on tab completion. Thanks to a patch by Batz (http://github.com/batz), added unit tests. Closes gh-36.
Fernando Perez
0
r3175:c94126c2
Complete implementation of interactive traceback support. Ever since IPython started, we've had no proper tracebacks for interactively entered code. The terminal version was fairly uncomfortable for more than just a few lines of code, so this was never too big of a deal. But the new architecture allows clients with complex multiline input, and having proper tracebacks becomes now critical for real-world use. Thanks to Robert Kern for key implementation ideas and original patch. Closes gh-177.
Fernando Perez
0
r3174:f71c5128
added 'don't ask again' option to HTML+PNG inline/external save dialog
MinRK
0
r3173:d7934bc7
color settings from ipythonqt propagate down to the ZMQInteractiveShell in the Kernel
MinRK
0
r3172:d9362b89
Using R. Kern's code to try to get better tracebacks. It's not quite working yet...
Fernando Perez
0
r3171:725adf92
added --colors flag to ipythonqt
MinRK
0
r3170:8d603c09
exposed pygments styles as ipythonqt options
MinRK
0
r3169:dc30beec
Merge branch 'minrk-keepkernel' into trunk Improvements to the closing behavior of a Qt console regarding what happens to the kernel and other consoles that may be active. Now, there is fine control on who is closed and who remains active. Closes gh-164 (pull request).
Fernando Perez
merge
0
r3168:ac47604b
underline N/Y accelerators for close dialog?
MinRK
0
r3167:296ffbed
N/Y accelerators for close dialog
MinRK
0
r3166:147b245d
Work around issue induced by curses with print buffering. For full details, see: http://bugs.python.org/issue10144 Reported by Wes McKinney on list.
Fernando Perez
0
r3165:0c1baf1a
single HTML option, inline only asked if images present
MinRK
0
r3164:5597f0e9
accelerators on ipythonqt close dialog
MinRK
0
r3163:ff0081b1
command should not be aliased to control by default
MinRK
0
r3162:e11b615e
HTML/XML export now single menu entry * added keyboard shortcuts for print/save * display dialog when export encounters error
MinRK
0
load next
< 1 .. 1277 1278 1279 1280 1281 .. 1438 >
showing 20 out of 28742 commits