##// END OF EJS Templates
Put auto_rewrite functionality into a method so subclasses can do the...
Put auto_rewrite functionality into a method so subclasses can do the right thing. The zmqshell now sends the transformed inputs as a payload. Currently our client doesn't handle this payload, but at least we don't get the visual noise of the '> new' prompts on the screen. We still need to implement the payload handler.

File last commit:

r2514:aa693782
r2951:229c64e1
Show More
MANIFEST.in
36 lines | 619 B | text/plain | TextLexer
include ipython.py
include setupbase.py
include setupegg.py
graft setupext
graft scripts
graft IPython/kernel
graft IPython/config
graft IPython/core
# graft IPython/deathrow
graft IPython/external
graft IPython/frontend
graft IPython/gui
graft IPython/lib
graft IPython/quarantine
graft IPython/scripts
graft IPython/testing
graft IPython/utils
graft docs
exclude docs/\#*
exclude docs/man/*.1
# docs subdirs we want to skip
prune docs/attic
prune docs/build
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log
global-exclude .svn
global-exclude .bzr
global-exclude .hgignore