##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3281:33bf1173
Fixing sympy profile.
Brian Granger
0
r3280:1bba7395
Lots of work on the display system, focused on pylab stuff. * Moved the pprint attribute to PlainTextFormatter. * Added DisplayFormatter.plain_text_only for disabling all but the plain text formatting. This is now used by doctest_mode. * Remove result_display hook. * Fixed doctest_mode magic. * Refactored inline matplotlib backend to use new display system. * Added display formatter for matplotlib.figure.Figure objects. so the display system will show the svg for them. * Added display and display_png to the user's namespace in pylab. * Cleaned up pylabtools.py
Brian Granger
0
r3279:c892f267
More improvements to the display system. * Full PNG handling in the rich frontend. * Sympy printer now can render to latex->png.
Brian Granger
0
r3278:0beeb581
Display system is fully working now. * Top-level display function. * The follow MIME types are supports: text/plain, text/html, text/latex, image/png, image/svg+xml, application/json. * All display data is published to all frontends. * Currently the qtconsole handles text/plain, text/html and image/svg+xml data.
Brian Granger
0
r3277:aba5f629
Mostly final version of display data. * New publish_display_data function. * backend_inline is using publish_display_data. * Documentation added.
Brian Granger
0
r3276:2a5fd2a7
Initial version of DisplayPublisher is working. * Backend and frontend implementations. * plain text, html and svg handlers in the Qt console.
Brian Granger
0
r3275:7278686d
Initial draft of repr_data message type.
Brian Granger
0
r3274:6d136257
Merge branch 'takowl-fix-terminal-exit' into trunk
Brian Granger
merge
0
r3273:4ac55452
Updating comments and docstrings for history autosave.
Thomas Kluyver
0
r3272:6d84fb9b
Merge branch 'minrk-session.send' into trunk
Brian Granger
merge
0
r3271:b22855a2
add docstrings, per review.
MinRK
0
r3270:edd6d7dc
Rework history autosave, so that the timer thread sets an event, and the save is performed in the main thread after executing a user command.
Thomas Kluyver
0
r3269:8c0b3978
all sends/recvs now via Session.send/recv. This allows changes to protocols/patterns to happen in a single location.
MinRK
0
r3268:470b5592
Defining system default encoding in log file header comment.
TvrtkoM
0
r3267:8e474641
Encode data with system default encoding before writing to log file. This enables writing non-ascii characters to be written in log file during logging session.
TvrtkoM
0
r3266:3d119562
Yet more revisions to the wildcard module.
Thomas Kluyver
0
r3265:a5680be9
Make ipython.py cProfile-able When using __file__ on startup and cProfile in the same time, __file__ is defined as the __file__ of cProfile and not the local ipython.py. With using sys.argv[0] instead, it's possible to get a cProfile.
Thomas Spura
0
r3264:2196e585
Further tidying up of IPython.utils.wildcard.
Thomas Kluyver
0
r3263:8785b6ee
Simplify and tidy up IPython.utils.wildcard.
Thomas Kluyver
0
r3262:2818a76e
Fix for issue 129. Tests in previous commit now pass.
Thomas Kluyver
0
load next
< 1 .. 1272 1273 1274 1275 1276 .. 1438 >
showing 20 out of 28742 commits