172 Commits (22758b2bd1f603d93e15ff17a64da4e41d5ee708)

Author SHA1 Message Date
Thomas Kluyver 5904b9094d Version dependency on mistune
12 years ago
Thomas Kluyver 890f9cd88c Add deps for nbconvert to HTML for 'notebook' target
12 years ago
Thomas Kluyver 44ab946b2d Make mistune a requirement for nbconvert
12 years ago
MinRK 2235f16c5c remove jsonschema and jsonpointer from external
12 years ago
Thomas Kluyver a9ee746b59 Merge pull request #5571 from minrk/readline-deps
12 years ago
MinRK b563aaf948 add ipython[terminal] dependency group
12 years ago
cgohlke b05806e553 Remove PyReadline as a install requirement on Windows
12 years ago
MinRK c8a701e0f8 check for Python 3.2
12 years ago
Jonathan Frederic bd0bfad261 s/COPYING.txt/COPYING.rst
12 years ago
Thomas Kluyver 78943c7258 Add mock to requirements for testing
12 years ago
MinRK 990756af98 adjust dependency check for gnureadline on OS X
12 years ago
MinRK 1491e4cec6 depend on new gnureadline instead of readline on OS X
12 years ago
MinRK 17d5c263a8 run check_package_data as part of build_py
12 years ago
MinRK c79134f2d9 only validate package_data when it might be used
12 years ago
MinRK 0c62217720 make all of the extras lists
12 years ago
MinRK f1f56e7144 only check for dependencies when installing without setuptools
12 years ago
MinRK 4975f2db6b always construct requirements
12 years ago
Thomas Kluyver c185202194 Remove mention of iplogger from setup.py
12 years ago
Thomas Kluyver a9475b4a2b Remove some leftover traces of irunner
12 years ago
Thomas Kluyver 74cb75e0c9 Add 'unsymlink command to remove the symlink
12 years ago
Thomas Kluyver 4b55a7dddf Bump Sphinx version dependency
12 years ago
Thomas Kluyver 6745b97f91 Stop bundling the numpydoc Sphinx extension
12 years ago
MinRK 71d6a80629 add `setup.py jsversion`
12 years ago
Thomas Kluyver 883c46b5b5 Rework setup to allow installing on Python 2 and 3.
12 years ago
Thomas Kluyver 432377439b Fix renaming scripts with 3 suffix on Python 3
12 years ago
Thomas Kluyver 27c8c81c05 Update setup.py to not use 2to3
12 years ago
MinRK 6fa13ebb98 bump minimum tornado version to 3.1.0
12 years ago
Thomas Kluyver 0cd7d8a5de Remove pycolor script
13 years ago
MinRK 74795c2c56 add `setup.py css` command
13 years ago
MinRK 0b97ac8138 update version-check message in setup.py and IPython.__init__
13 years ago
MinRK c1731d914e add 'all' extras
13 years ago
Paul Ivanov 1f997d3892 check for markdown no longer needed, closes #3610
13 years ago
Brian E. Granger 072a94370d Fixing install logic for nbconvert.
13 years ago
Thomas Kluyver 642ef40c82 Make submodule checks work under Python 3.
13 years ago
MinRK cba52f17e5 use utils/submodule in setup.py
13 years ago
MinRK 6e32ee5546 ensure submodules exist prior to doing anything
13 years ago
Min RK b1acb5254e Merge pull request #2635 from cgohlke/windows-startmenu
13 years ago
MinRK f677571f61 don't give up on weird os names
13 years ago
MinRK 1c196310d4 bump minimum pyzmq version to 2.1.11
13 years ago
MinRK 27dab0b2fd add jinja to optional dependencies in setup.py
13 years ago
Christoph Gohlke 42a02ec447 Improve Windows start menu shortcuts
13 years ago
MinRK 660ea94d73 add missing 'qtconsole' extras_require
14 years ago
Benjie Chen ab1aef9b88 allow pip install from github repository directly
14 years ago
Matthias BUSSONNIER 268fdd80c3 remove tuple_params fix from 2to3 in setup.py
14 years ago
Bradley M. Froehle 9ff624471d Skip `has_key` when running 2to3.
14 years ago
Bradley M. Froehle 9dd190f134 Apply 2to3 `next` fix.
14 years ago
Matthias BUSSONNIER bd2ccf816a deactivate 2to3 repr fix when using setup.py
14 years ago
Matthias BUSSONNIER 86788872a8 deactivate 2to3 apply fix when using setup.py
14 years ago
Thomas Kluyver b43f24da5f Merge pull request #2064 from Carreau/pep-3110
14 years ago
Matthias BUSSONNIER 908c4ea8f9 fix english in comment
14 years ago
Matthias BUSSONNIER 86787a3b62 disable some specific 2to3 fixes whith setup.py
14 years ago
MinRK d2940640f5 record sysinfo in sdist
14 years ago
MinRK 3b4f48e16d enable uploading wininst to PyPI with tools/release_windows.py
14 years ago
Thomas Kluyver e825279ded Force setuptools to skip byte compilation when installing on Python 3.
14 years ago
MinRK 3e3137bd00 don't build sphinx docs for sdist
14 years ago
Nathan Rice 74b1c7d61e pyreadline dependency pushed to 1.7.1 for all versions of windows. Also, solves an issue that has been observed when IPython is used with some older versions of pyreadline.
14 years ago
Thomas Kluyver 75ec655663 Remove separate setup.py file for Python 3.
14 years ago
Fernando Perez b98add8e32 Fix setup.py script to be executable (other tools expect this)
15 years ago
Thomas Kluyver 4bf2e41967 Allow 'python setup.py install' to work correctly for either Python 2 or 3.
15 years ago
Brian E. Granger 0877b01a74 Adding initial documentation on the notebook.
15 years ago
Fernando Perez d4123881c6 Disable PDF manual building for distribution and installation.
15 years ago
Fernando Perez 7f4092a012 Fix installation of manpages.
15 years ago
Julian Taylor 290f796061 setup.py: add iplogger manpage to list of manpages
15 years ago
MinRK a79bd91af7 cleanup removed ipythonx,ipython-wx from setup.py
15 years ago
Christoph Gohlke ec560ae17b Windows install fixes
15 years ago
MinRK 0332489792 'install' depends on setuptools on Windows
15 years ago
MinRK 34b5f30a9a update zmq dependency to 2.1.4
15 years ago
epatters 8bd4f9272c Clean up entry point definition is setup.py.
15 years ago
Evan Patterson 3ba4061e0e Make ipython-qtconsole a GUI script in setuptools.
15 years ago
MinRK af196e3446 make display_status optional at runtime in setupext
15 years ago
MinRK 67c6025d9e don't rely on setuptools for readline dependency check
15 years ago
MinRK 131086119a make readline a dependency on OSX and pyreadline on Windows
15 years ago
MinRK e4a5c1815e prevent duplicate script installs in setuptools
15 years ago
MinRK b84c3f0cd6 organize IPython.parallel into subpackages
15 years ago
MinRK 587b10631a rebase IPython.parallel after removal of IPython.kernel
15 years ago
MinRK 2b4ab756ab move IPython.zmq.parallel to IPython.parallel
15 years ago
MinRK 9afdcad9e9 adapt kernel's ipcluster and Launchers to newparallel
15 years ago
MinRK 343d69750c Refactor newparallel to use Config system
15 years ago
MinRK 796c94b230 added simple cluster entry point
15 years ago
MinRK b364c8aad5 added zmq controller/engine entry points
15 years ago
MinRK 6ea1a28d55 remove IPython.kernel scripts and put migration notice in docs.
15 years ago
Brian Granger 527aa15f84 Removed Twisted related things from setup scripts and testing.
15 years ago
Darren Dale 8e91a9d0d9 fix windows post-installation routines with setuptools installed
16 years ago
Fernando Perez a1fa49b9d4 Add support for commit information in auto-generated archives.
16 years ago
Fernando Perez da1557f1c0 Fix invalid version check in setup.py.
16 years ago
Fernando Perez f759524310 Fix name of entry script for setuptools.
16 years ago
epatters 2b63052424 Update setup.py for setuptools support for ipythonqt script.
16 years ago
Brian Granger 30627d74a5 Moving and renaming in preparation of subclassing InteractiveShell.
16 years ago
Brian Granger e24997b0ba Work to address the review comments on Fernando's branch.
16 years ago
Fernando Perez 4041a88063 Inform user at install time of minimal python requirements if not met.
16 years ago
Fernando Perez 56d74fedba Move cleanup to main setup.py, where it belongs.
16 years ago
Fernando Perez f7422d6539 Improve setuptools support.
16 years ago
Brian Granger 4c83569772 Semi-working refactored ipcluster.
17 years ago
Brian Granger c9b9d7550a The ipengine script has been refactored to use the new config system.
17 years ago
Brian Granger f0301f402b Work on ipcontroller.
17 years ago
Brian Granger 81e0e8805d Removed ipapi compatability layer and updated top-level functions.
17 years ago
Brian Granger 6b0c7134ef Merging -r 1180 from lp:ipthon
17 years ago
Fernando Perez b7d773553d Update setup and support tools to include new man pages.
17 years ago
Brian Granger 7b495ced75 Fixing installation related issues.
17 years ago
Brian Granger 84df0f39f7 Fixing the setup.py script under setuptools and the __init__.py script.
17 years ago