Fernando Perez
89a6713551
Add utility to record commit information in archives/tarballs.
...
Thanks to Matthew Brett for the contribution (taken from nibabel).
Also, minor cleanups and updates for 2.6/3.x.
16 years ago
Fernando Perez
f609fd80a3
Rename entry point for Qt console to ipython-qtconsole.
...
This was the name we came up with on-list; also put all entry points
in IPython/scripts/ as discussed.
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
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
epatters
567d5b5952
Merge branch 'master' of git://github.com/ipython/ipython into qtfrontend and fix conflicts in setupbase.py.
...
Conflicts:
setupbase.py
16 years ago
Fernando Perez
2e8acf77e2
Finish cleanup of setup.py and tests after dead code removal.
...
This completes the cleanup from Brian's previous commits, so that
trunk again installs/tests correctly.
16 years ago
epatters
557abf30aa
Updated setupbase.py to reflect new 'frontend.qt' and 'zmq' packages.
16 years ago
bgranger
18fab0d4a1
Fixing a few small things on Windows.
...
* No os.environ['USER'].
* get_home_dir() now first looks at %HOMESHARE% to get a UNC shared
path if it exists.
* Minor fixes for setupbase.py.
17 years ago
Brian Granger
81e0e8805d
Removed ipapi compatability layer and updated top-level functions.
...
The ipapi.py module has been completely deprecated as of this point.
No new code should use it and all existing code that uses it will
migrate away from it. The launch_new_instance function has
been moved to ipapp and the setup.py scripts have been updated.
17 years ago
Brian Granger
cf5972e4aa
Fixed small bug in setup.py.
...
We have removed the config.userconfig directory.
17 years ago
Brian Granger
61cc720e11
Merging -r 1192 from lp:ipython.
17 years ago
Brian Granger
6b0c7134ef
Merging -r 1180 from lp:ipthon
...
No conflicts!
17 years ago
Fernando Perez
b7d773553d
Update setup and support tools to include new man pages.
17 years ago
Brian Granger
6221939722
Renaming Extensions=>extensions in code and imports.
17 years ago
Brian Granger
f50040feec
Fixing a few bugs to get the win32 installer working again.
17 years ago
Brian Granger
7b495ced75
Fixing installation related issues.
17 years ago
Gael Varoquaux
97d2d0f72e
Take in account remarks by Fernando on code review
17 years ago
Brian Granger
93179e9fbe
Added tests for the new get_ipython_dir and get_security_dir
...
functions in genutils.py. Also added one for get_home_dir.
18 years ago
Fernando Perez
055209bad7
More updates for release of 0.9.rc1.
...
- Fix links for pyreadline.
- Fix setup.py to include new -wx script.
- Add pylab profile to win32 native installer.
- Fix manual win32 post install script (though this script may not work, and
I'm considering removing it...)
18 years ago
Fernando Perez
0567523270
Include testing plugin for installation.
18 years ago
Fernando Perez
044c2de074
Checkpoint before merging with upstream
18 years ago
Fernando Perez
162df0fc47
Fixes to build/setup machinery.
...
Lots of changes to setup.py and doc building machinery to ensure we
get all the docs correctly built and installed at the end.
18 years ago
Fernando Perez
5020bb4d11
Fixes to build system.
18 years ago
gvaroquaux
b327410785
Add ipythonx to scripts.
18 years ago
gvaroquaux
89b977c2f7
Add the subpackage to the setupbase.py
18 years ago
Brian E Granger
0e08b770a0
package_data was missing the .txt files in the testing directories. This was causing
...
the test suite to fail when IPtyhon was installed. I have modified find_package_data
in setupbase.py to include these files. Anyone who writes tests that rely on .txt
files needs to add them to the package_data.
18 years ago
Brian E Granger
b31c7b2ebf
Temporary fix to get setup.py to not crash. Full fix on the way.
18 years ago
Brian E Granger
196e82d78d
Fixed setupbase.py and MANIFEST.in to reflect all the changes to docs. Currently,
...
the full tree of our rst docs are not included in the data_files. Not sure if/how
we want to handle that. It was easy when we had a single file documentation, but
not we have a full directory hierarchy full of rst files.
18 years ago
Brian E Granger
cc85cf9653
Fixing a few small bugs in the setup.py scripts. In setupbase.py, in find_scripts, ipython
...
was spelled as lowercase. This didn't cause a problem on OS X as it is case insensitive. But
on Linux, it crashed. Now ipython is spelled properly as "IPython". Also, kernel/config/tests
and UserConfig were missing their __init__.py files. These have been added.
18 years ago
Brian E Granger
d816e04b5f
More work fixing some small bugs in the setup.py infrastructure. It is almost working!
18 years ago
Brian E Granger
2593302b59
Adding documentation to setup* files.
18 years ago
Brian E Granger
f27ad5248e
Initial work towards refactoring the setup.py scripts to accept the new ipython1 packages
...
that have been merged. I am also bringing in a new way for checking dependencies at
build time that is simple, but really helpful now that we have lots of optional
dependencies.
18 years ago