Go to file
Brian Granger ee8f2e43e3 Massive package and module reorganization of all of IPython.
* New top-level sub-packages have been created: :mod:`IPython.core`, 
  :mod:`IPython.lib`, :mod:`IPython.utils`, :mod:`IPython.deathrow`,
  :mod:`IPython.quarantine`.  All existing top-level modules have been
  moved to appropriate sub-packages.  All internal import statements
  have been updated and tests have been added.  The build system (setup.py
  and friends) have been updated.
* Compatability modules have been created for :mod:`IPython.Shell`, 
  :mod:`IPython.ipapi` and :mod:`IPython.iplib` that display warnings
  and then load the actual implementation from :mod:`IPython.core`.
* :mod:`Extensions` has been moved to :mod:`extensions`.
2009-08-13 16:15:05 -07:00
IPython/testing Merging -r 1196 from lp:ipython. 2009-08-04 09:50:23 -07:00
setup.py Merging -r 1180 from lp:ipthon 2009-08-03 13:04:27 -07:00
setupbase.py Merging -r 1192 from lp:ipython. 2009-08-04 08:22:09 -07:00