##// END OF EJS Templates
- Big iplib cleanups, moved all tab-completion functionality to its own module...
- Big iplib cleanups, moved all tab-completion functionality to its own module (IPython.completer). - Added support for 'quit/exit' doing the intuitively correct thing. - IPython doesn't depend on code.py anymore (it doesn't even import it). At this point it was only a matter of copying two methods. This gives us a standalone object which we can clean up/refactor at ease.
fperez -
r51:751ff333
Show More
Name Size Modified Last Commit Author
/ IPython
Extensions
UserConfig
ColorANSI.py Loading ...
ConfigLoader.py Loading ...
CrashHandler.py Loading ...
DPyGetOpt.py Loading ...
Debugger.py Loading ...
FakeModule.py Loading ...
Gnuplot2.py Loading ...
GnuplotInteractive.py Loading ...
GnuplotRuntime.py Loading ...
Itpl.py Loading ...
Logger.py Loading ...
Magic.py Loading ...
OInspect.py Loading ...
OutputTrap.py Loading ...
Prompts.py Loading ...
PyColorize.py Loading ...
Release.py Loading ...
Shell.py Loading ...
Struct.py Loading ...
__init__.py Loading ...
background_jobs.py Loading ...
completer.py Loading ...
deep_reload.py Loading ...
demo.py Loading ...
excolors.py Loading ...
genutils.py Loading ...
hooks.py Loading ...
iplib.py Loading ...
ipmaker.py Loading ...
numutils.py Loading ...
ultraTB.py Loading ...
usage.py Loading ...
wildcard.py Loading ...