= IPython = == Description == From the IPython website: IPython is a multiplatform, Free Software project (BSD licensed) that offers: * An enhanced Python shell designed for efficient interactive work. It includes many enhancements over the default Python shell, including the ability for controlling interactively all major GUI toolkits in a non-blocking manner. * A library to build customized interactive environments using Python as the basic language (but with the possibility of having extended or alternate syntaxes). * A system for interactive distributed and parallel computing (this is part of IPython's new development). == License == BSD == SPKG Maintainers == * William Stein * Michael Abshoff * Mike Hansen == Upstream Contact == http://ipython.scipy.org/ ipython-dev@scipy.org ipython-user@scipy.org == Dependencies == * Python == Special Update/Build Instructions == === Patches === * src/IPython/rlineimpl.py: We disable the check for libedit which caused "sage -gdb" not to work under OS X. This was trac ticket #4991. * src/IPython/ultraTB.py: We add two lines which cause IPython not to print blank lines for frames in tracebacks that occur within Cython extensions. This was trac ticket #5051. * src/IPython/Magic.py: Replace Set with set due to deprecation. == Changelog == === ipython-0.9.1 (Mike Hansen, June 17th, 2009) === * Remove usage of Set. === ipython-0.9.1 (Mike Hansen, January 24th, 2009) === * Update to IPython 0.9.1 === ipython-0.8.4.p1 (Michael Abshoff, January 19th, 2009) === * Do not check for libedit on Darwin since that breaks 'sage -gdb' (#4991) === ipython-0.8.4.p0 (Mike Hansen July 15th, 2008) === * update to the official 0.8.4 release === ipython-0.8.2.p0 (Michael Abshoff, May 11th, 2008) === * add hg repo & .hgignore * clean up spkg-install * make sure SAGE_LOCAL is defined (#633) === ipython-0.8.2 (Burcin Erocal, May 11, 2008) === * update to the official IPython 0.8.2 release * remove workaround patches