##// END OF EJS Templates
Commit Message Age Author Refs
load previous
r2381:e4e2bdda
Update argparse to current SVN. This fixes a few small bugs from upstream, but more importantly, syncs us so we can add some local changes (see next commit)
Fernando Perez
0
r2380:3305aa2a
diff I sent to Fernando
Dav Clark
0
r2379:89f51ace
Minor fix to exit/quit
Fernando Perez
0
r2378:8d8664ea
Fix broken multiline input - ugly fix, needs cleanup later. See comment in code, my fix is nasty and should be cleaned up later, but right now I can't do it (no time to understand the component tree machinery well enough for a clean fix).
Fernando Perez
0
r2377:745e9cb8
Better handling of no-readline.
Fernando Perez
0
r2376:c983029d
Fix bug where output prompts were coming *after* output values. This means that on exit/quit, we'll see something, so I added a simple 'bye' to those. Not pretty, but easier than messing with the prompt logic.
Fernando Perez
0
r2375:c088079d
Fix bugs when readline is absent (pdb and quitting would crash badly) https://bugs.launchpad.net/ipython/+bug/495173
Fernando Perez
0
r2374:2f3cb7f2
Fix bugs when readline is absent (pdb and quitting would crash badly) https://bugs.launchpad.net/ipython/+bug/495173
Fernando Perez
0
r2373:655cbfd1
Fix debugging with breakpoints. URL: https://bugs.launchpad.net/ipython/+bug/381069
Fernando Perez
0
r2372:61746a14
Fix debugging with breakpoints. URL: https://bugs.launchpad.net/ipython/+bug/381069
Fernando Perez
0
r2371:b3fbb5e8
Fix auto-quoting via ',' as the first character, which had broken in refactor.
Fernando Perez
0
r2370:d6fd1d8a
Fix quitting: now, typing bare 'exit' or 'quit' unconditionally quits. We still ask for confirmation by default with C-d (EOF), since that can happen accidentally quite easily (though users can always disble that safety if desired).
Fernando Perez
0
r2369:edf8566b
Update numpy's decorators.py from upstream.
Fernando Perez
0
r2368:277cf879
Add new testing support machinery with better parametric tests. Also included are new tools for doctests with ipython syntax.
Fernando Perez
0
r2367:d8925ba1
Added test support for better parametric tests and nose fixes. These are the underlying support files needed by the rest.
Fernando Perez
0
r2366:87b47586
Remove redundant decorators and unify into decorators.py
Fernando Perez
0
r2365:10038790
Fix tab-completion for magics, other completion cleanup and fixes. Mostly simplifying the code and updating it, no major functionality changes other than fixing magic completion, which had broken in the 0.11 refactor. Also added a small test file for completion-specific tests.
Fernando Perez
0
r2364:a65d8801
Small fix to info message when pylab starts.
Fernando Perez
0
r2363:f4d0cb7d
First semi-complete support for -pylab and %pylab. Now the magic works, -pylab -*thread work (with one or two dashes, and alone or combined). Other minor fixes and cleanups, including initializing the exception mode correctly.
Fernando Perez
0
r2362:365c0d86
Minor cleanup for local lookup
Fernando Perez
0
load next
< 1 .. 1317 1318 1319 1320 1321 .. 1438 >
showing 20 out of 28742 commits