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.
...
Manually set `next = __next__` for Python 2 support.
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
...
Use new style "except Exception as e" syntax.
14 years ago
Matthias BUSSONNIER
908c4ea8f9
fix english in comment
14 years ago
Matthias BUSSONNIER
86787a3b62
disable some specific 2to3 fixes whith setup.py
...
this should allow a more compatible codebase between python 2.x and 3.x
14 years ago
MinRK
d2940640f5
record sysinfo in sdist
...
closes #2054
14 years ago
MinRK
3b4f48e16d
enable uploading wininst to PyPI with tools/release_windows.py
...
adds upload_wininst command to setup.py
14 years ago
Thomas Kluyver
e825279ded
Force setuptools to skip byte compilation when installing on Python 3.
...
Closes gh-1470
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.
...
The PDF docs are huge, take forever to build and aren't particularly
useful in practice being so unwieldy. We can always build and
manually upload a static copy if there's demand, but they don't really
serve much useful purpose anymore and bloat our downloads.
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
...
* Make Start menu item include Python version and bit-ness (prevents clobbering)
* don't ask setuptools to install pyreadline on 64b Windows, due to pyreadline bug #787574
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
...
This allow the check_for_readline to *not* print its indented status line
closes gh-361
closes gh-20
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
...
closes gh-343
15 years ago
MinRK
e4a5c1815e
prevent duplicate script installs in setuptools
...
closes gh-335
15 years ago
MinRK
b84c3f0cd6
organize IPython.parallel into subpackages
15 years ago
MinRK
587b10631a
rebase IPython.parallel after removal of IPython.kernel
...
This commit removes all '*z' suffixes from scripts and docs,
as there is no longer conflict with 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
...
This is working, but incomplete.
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.
...
closes gh-325
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
15 years ago
Fernando Perez
a1fa49b9d4
Add support for commit information in auto-generated archives.
...
This uses the tool to record the commit data from our previous commit,
and ensures that auto-generated archives from Github, for example,
always carry identifying information.
Ideas and code taken from Matthew Brett's tools in nibabel.
15 years ago
Fernando Perez
da1557f1c0
Fix invalid version check in setup.py.
15 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.
...
* IPython/scripts/ipython -> IPython/frontend/terminal/scripts
* IPython.core.ipapp -> IPython.frontend.terminal.ipapp
* IPython.core.embed -> IPython.frontend.terminal.embed
* IPython.core.iplib -> IPython.core.interactiveshell
16 years ago
Brian Granger
e24997b0ba
Work to address the review comments on Fernando's branch.
...
* Added comment about Magic(object) (r1224)
* Moved InteractiveTB.set_mode from IPythonApp -> InteractiveShell (r1229)
* Moved pylabtools.py to IPython/lib (r1229)
* Cleaned up comments and copyrights in testing (r1233)
* Added comment about ip.shell._ofind (r1237)
* Removed "Bye." from quitter (r1240).
* Refactored and removed :mod:`IPython.utils.genutils` and
:mod:`IPython.utils.platutils`. These modules have been replaced by topical
focused modules in :mod:`IPython.utils`.
* Refactored tests in :mod:`IPython.utils.tests`.
* Moved :func:`IPython.testing.tools.temp_pyfile` to :mod:`IPython.utils.io`.
* Moved :func:`IPython.testing.tools.cmd2argv` to
:func:`IPython.testing.tools.pycmd2argv` and documented the fact that this
only works with Python based command line programs.
* Created a new :func:`IPython.utils.path.get_ipython_module_path` to use
in finding paths to IPython modules.
16 years ago
Fernando Perez
4041a88063
Inform user at install time of minimal python requirements if not met.
...
Fixes: https://bugs.launchpad.net/ipython/+bug/505090
16 years ago
Fernando Perez
56d74fedba
Move cleanup to main setup.py, where it belongs.
...
Distutils now generates .egg-info stuff even without setuptools, so we
should do the cleanup in the main script.
16 years ago
Fernando Perez
f7422d6539
Improve setuptools support.
...
Many thanks to Gael for the code/idea for the solution, see bug page for
details.
Fixes: https://bugs.launchpad.net/ipython/+bug/504968
16 years ago
Brian Granger
4c83569772
Semi-working refactored ipcluster.
...
This version uses the NotificationCenter, which I am not sure I like.
But, it is important to see how all of this works.
16 years ago