##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r3301:ed15d147
Fix typo in %reset docstring. Closes gh-256.
Fernando Perez
0
r3300:de4ba654
Fix bug with execution of naked multiline strings. The actual bug fix was a trivial one-line change, made here. The rest of the commits in this series improve our testing machinery and clean up related code. The actual fix was just calling the run_source instead of the run_code method, which should only be called with compiled code objects.
Fernando Perez
0
r3299:827b2686
Limit special-casing of _ variable to doctests. In doctests, _ *must* be special-cased and removed from the user's namespace because otherwise Python won't set it. But we were doing this special-casing unconditionally, making it impossible to write unittests that checked the _ variable after cell execution. This commit makes the special-casing of _ apply only in the doctest execution (where it's needed) and leaves normal unittests alone.
Fernando Perez
0
r3298:346bc9b1
Remove code that is not needed once python 2.6 is our minimal version.
Fernando Perez
0
r3297:d42a12c7
Improve docs and comments of some internal tools, and of testing code
Fernando Perez
0
r3296:65f85671
Small cleanup of dead debug code
Fernando Perez
0
r3295:9cfbcc75
DOC: Fix typo in a recommended command in gitwash.
Robert Kern
0
r3294:e1c78797
logging implemented kernel's messages
Omar Andres Zapata Mesa
0
r3293:2ccc90d6
Fix bug where bare strings would be silently ignored in input. Bare strings are parsed by the AST module as the docstring of the 'module' (in our case, the string of user input), so they need to be special-cased.
Robert Kern
0
r3292:e0e8fbb8
BUG: Use arg_split instead of shlex.split
Robert Kern
0
r3291:6aff23d2
BUG: when given unicode inputs, arg_split should return unicode outputs. Always use utf-8 to encode the string instead of relying on sys.stdin.encoding, which may not be able to accept the full range of Unicode characters. When given unicode strings, arg_split is probably not receiving input from a terminal.
Robert Kern
0
r3290:21940ff9
Fixing typos in session.py.
Brian Granger
0
r3289:7ac6be05
Merge branch 'ellisonbg-payload' into trunk
Brian Granger
merge
0
r3288:97160622
Final work on display system. * getfigs added to replicate figure finding of pastefig. This function is auto-loaded in pylad mode. * display* functions now take *args to allow the display of multiple objects. * Updated %guiref magic to reflect display system.
Brian Granger
0
r3287:00041a1f
Using session.send in DisplayPublisher now.
Brian Granger
0
r3286:50add39d
Addressing review comments. * InteractiveShell.instance() is only called one in core.display. * Fixed docstrings in displayhook. * displaypub is using print().
Brian Granger
0
r3285:7b2be7dd
Fixing Matrix/overbar printing for sympy.
Brian Granger
0
r3284:3204f1f2
Small fixes for latex/png printing. * Added space after Out[] prompt and before png data to improve look. * Translating "operatorname" to "" when rendering latex using mathtext.
Brian Granger
0
r3283:33933f99
Using inline mode for rendering sympy Expr to latex.
Brian Granger
0
r3282:5b6b2db2
Fixed docstring in formatter.py.
Brian Granger
0
load next
< 1 .. 1271 1272 1273 1274 1275 .. 1438 >
showing 20 out of 28742 commits