to work fine.
I have also gone through the tests in various subpackages (like kernel) and have protected imports of
twisted, zope.interface and foolscap with a try/except clause. Now the tests are simply not run
if these deps are missing. All tests now pass no matter what.
that have been merged. I am also bringing in a new way for checking dependencies at
build time that is simple, but really helpful now that we have lots of optional
dependencies.
At that time, a clean bzr branch was started from the SVN tree, but
without SVN history. That SVN history has now been used as the basis
of this branch, and the development done on the history-less BZR
branch has been added and is the content of this merge.
This branch will be the new official main line of development in
Launchpad (equivalent to the old SVN trunk).
few days.
- In particular, add Gael's nice physical constants module.
- Apply fix for igrid help files in setup, and other minor setup cleanups.
- Update release numbers for 0.8.2 development.
- Missing part of win32 install patch by N. Pernetty that I'd inadvertedly
not applied.
- Unicode fixes for emacs under win32
- Small bug fix (recently introduced) in pycolorize.
- Improve handling of history file after %run, reduces memory usage.
support. Her original idea was kept in full, code reworked for compactness
and better integration with the rest of ipython.
- Added download_url arg to setup.py to support setuptools.