##// END OF EJS Templates
* IPython/iplib.py (runsource): remove self.code_to_run_src attribute. I...
* IPython/iplib.py (runsource): remove self.code_to_run_src attribute. I realized this is nothing more than '\n'.join(self.buffer), and having the same data in two different places is just asking for synchronization bugs. This may impact people who have custom exception handlers, so I need to warn ipython-dev about it (F. Mantegazza may use them). * Fix http://www.scipy.net/roundup/ipython/issue38

File last commit:

r0:6f629fcc
r10:ec9735d7
Show More
MANIFEST.in
29 lines | 551 B | text/plain | TextLexer
include README_Windows.txt
include win32_manual_post_install.py
graft scripts
graft setupext
graft IPython/UserConfig
graft doc
exclude doc/*.1
exclude doc/*.lyx
exclude doc/ChangeLog.*
exclude doc/#*
exclude doc/magic.tex
exclude doc/update_magic.sh
exclude doc/update_version.sh
exclude doc/manual_base*
exclude doc/manual/WARNINGS
exclude doc/manual/*.aux
exclude doc/manual/*.log
exclude doc/manual/*.out
exclude doc/manual/*.pl
exclude doc/manual/*.tex
global-exclude *~
global-exclude *.flc
global-exclude *.pyc
global-exclude .dircopy.log