##// END OF EJS Templates
Merging -r 1196 from lp:ipython....
Merging -r 1196 from lp:ipython. A couple of issues came up: * Some tests in testing and frontend rely on twisted, but are being tested with nose. This is bad! We currently have hackish logic in iptest to skip these if twisted is not installed, but if it is we are testing them with nose! * Some modules (engineservice, kernel/error, newserialized) have nose skip logic even though they should never be tested with nose. * When trial is run on testStrictDict we get an uncaught error. testStrictDict ... ERROR: An unexpected error occurred while tokenizing input The following traceback may be corrupted or invalid The error message is: ('EOF in multi-line statement', (37, 0))
Brian Granger -
r2150:b44b6920 merge
Show More
Name Size Modified Last Commit Author
IPython
docs
sandbox
scripts
setupext
test
tools
.bzrignore Loading ...
.checkeol Loading ...
.hgignore Loading ...
COPYING.txt Loading ...
MANIFEST.in Loading ...
README.txt Loading ...
ipython.py Loading ...
setup.py Loading ...
setupbase.py Loading ...
setupegg.py Loading ...

==============
IPython README
==============

Overview
========

Welcome to IPython. Our documentation can be found in the docs/source
subdirectory. We also have ``.html`` and ``.pdf`` versions of this
documentation available on the IPython `website <http://ipython.scipy.org>`_.