208 Commits (a1fa49b9d4d1fceae7583b7fefb475e8b74dfcaa)
 

Author SHA1 Message Date
Fernando Perez a1fa49b9d4 Add support for commit information in auto-generated archives.
16 years ago
Fernando Perez 89a6713551 Add utility to record commit information in archives/tarballs.
16 years ago
Fernando Perez da1557f1c0 Fix invalid version check in setup.py.
16 years ago
Fernando Perez 8921529206 Merge branch 'logo-fix' of http://github.com/eteq/ipython into trunk
16 years ago
Erik Tollerud 14db36cf37 added logo to sphinx documentation
16 years ago
Fernando Perez 3c50c7ece3 Merge branch 'takowl-ipy3-preparation' into trunk
16 years ago
Thomas Kluyver 495d7316f3 Ignore .bak files
16 years ago
Thomas Kluyver 365896cd23 Ignore .py~ files
16 years ago
Fernando Perez f759524310 Fix name of entry script for setuptools.
16 years ago
Fernando Perez ca9a81f9b5 Merge branch 'newkernel' into trunk with all new Qt console work.
16 years ago
Fernando Perez f609fd80a3 Rename entry point for Qt console to ipython-qtconsole.
16 years ago
epatters 2b63052424 Update setup.py for setuptools support for ipythonqt script.
16 years ago
Fernando Perez 56ede30647 Add ipythonqt script to main list of user-installed scripts.
16 years ago
epatters a631f0fc1e Updated setupbase.py to include zmq.pylab package.
16 years ago
epatters 3ef5b1de92 Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend
16 years ago
Brian Granger 29259fc441 Refactor of prompts and the displayhook.
16 years ago
epatters 8b42896342 Merge branch 'newkernel' of git://github.com/ellisonbg/ipython into qtfrontend
16 years ago
Brian Granger 30627d74a5 Moving and renaming in preparation of subclassing InteractiveShell.
16 years ago
epatters 567d5b5952 Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend and fix conflicts in setupbase.py.
16 years ago
Fernando Perez 2e8acf77e2 Finish cleanup of setup.py and tests after dead code removal.
16 years ago
epatters 557abf30aa Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages.
16 years ago
Brian Granger a46f74f371 Adding .gitignore and updating release to remove bzr tag.
16 years ago
Brian Granger 5dae9f5f49 Merging Fernando's trunk (fp-trunk-dev) and Brian's edits (fp-review).
16 years ago
Brian Granger 9d00d5e3da Minor cleanup in iptest.py and growl.py.
16 years ago
Brian Granger ba5e56c49f Removed the top-level iptest.py and INSTALLED logic.
16 years ago
Brian Granger e5b30872ed More work addressing review comments for Fernando's branch.
16 years ago
Brian Granger e24997b0ba Work to address the review comments on Fernando's branch.
16 years ago
Fernando Perez 8965698c56 Added diagnostics printout at the end of the test suite.
16 years ago
Fernando Perez e1ea030504 Robustness fixes in test suite machinery.
16 years ago
Fernando Perez 4041a88063 Inform user at install time of minimal python requirements if not met.
16 years ago
Fernando Perez ecff1e9e39 Make the test suite runnable without X11 connections.
16 years ago
Fernando Perez 5740081c62 Fix tests to return consistent results regardless of how they are called.
16 years ago
Fernando Perez 34dd139174 Fixes to make test suite more robust on Fedora.
16 years ago
Fernando Perez 5756b33e52 Make it possible to run the tests from the source dir without installation.
16 years ago
Fernando Perez ae70bfc440 Let iptest pass arguments correctly to nose (in-process or in subprocess).
16 years ago
Fernando Perez 1621f0a23f Fix bug where python -c "import IPython; IPython.test()" could fail.
16 years ago
Fernando Perez 59117c597e Include 'kernel' in the nose tests as well; it picks up doctests that trial
16 years ago
Fernando Perez 91791416ab Fixes for test suite in win32 when all dependencies (esp. Twisted) are
16 years ago
Fernando Perez 56d74fedba Move cleanup to main setup.py, where it belongs.
16 years ago
Fernando Perez e3a6f8da77 Fix test failure when pexpect not available
16 years ago
Fernando Perez 2b7da9a1bd Fix test suite when Twisted not available, cleanups to iptest for clarity.
16 years ago
Fernando Perez 0e94b28cd8 Remove accidentally introduced runtime nose dependencies.
16 years ago
Fernando Perez f7422d6539 Improve setuptools support.
16 years ago
Fernando Perez 22cb80d555 Fix config part of the test suite.
16 years ago
Fernando Perez 72cb0a3c73 Massive amount of work to improve the test suite, restores doctests.
16 years ago
Fernando Perez 6d8161fac0 A few small fixes so ipythonx works, and PEP-8 cleanups I found along the way.
16 years ago
Fernando Perez e68e992d80 Improve test suite robustness by cleaning up stale processes when possible.
16 years ago
Fernando Perez dabdb5361a Work in multiple places to improve state of the test suite.
16 years ago
Fernando Perez dd4405c646 Progress towards getting the test suite in shape again.
16 years ago
Fernando Perez ed2f210ebe Add new testing support machinery with better parametric tests.
16 years ago