##// END OF EJS Templates
Removed shell.py entirely and made the embedded shell a proper subclass....
Removed shell.py entirely and made the embedded shell a proper subclass. This created a new model :mod:`IPython.core.embed` with a subclass of :class:`IPython.core.iplib.InteractiveShell` called :class:`InteractiveShellEmbed`. This subclass now has all the embedding logic that was in :mod:`shell`.
Brian Granger -
r2206:5496710c
Show More
Name Size Modified Last Commit Author
/ IPython / core
tests
__init__.py Loading ...
application.py Loading ...
autocall.py Loading ...
completer.py Loading ...
component.py Loading ...
crashhandler.py Loading ...
debugger.py Loading ...
embed.py Loading ...
error.py Loading ...
excolors.py Loading ...
fakemodule.py Loading ...
history.py Loading ...
hooks.py Loading ...
ipapi.py Loading ...
ipapp.py Loading ...
iplib.py Loading ...
logger.py Loading ...
macro.py Loading ...
magic.py Loading ...
oinspect.py Loading ...
oldusersetup.py Loading ...
outputtrap.py Loading ...
page.py Loading ...
prefilter.py Loading ...
prompts.py Loading ...
release.py Loading ...
shadowns.py Loading ...
ultratb.py Loading ...
usage.py Loading ...