Commit message Age Author Refs
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
< 1 .. 2543 2544 2545 2546 2547 .. 2875 >