##// 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
fperez -
r10:ec9735d7
Show More
Name Size Modified Last Commit Author
IPython
debian
doc
scripts
setupext
tools
ChangeLog Loading ...
MANIFEST.in Loading ...
README Loading ...
README_Windows.txt Loading ...
setup.py Loading ...
win32_manual_post_install.py Loading ...

Please see the doc/ directory for full manuals and other documents. The manual is
prepared using the LyX system (www.lyx.org), but in the doc/manual directory
you'll find HTML and PDF versions.

These manuals normally get installed to $PREFIX/share/doc/ipython-VERSION, unless you
redirect the installer via a --prefix/--home option. Normally, $PREFIX is
/usr, but your Python may be installed elsewhere. You can see its value by
running:

python -c "import sys;print sys.prefix"

# testing notes...