Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ . | Charles Harris | 2013-02-27 | 1 | -1/+1 |
| | | | | This should finish the updating of the exception syntax. | ||||
* | BLD: Add support for Python 3.3 in paver | Ondřej Čertík | 2012-12-28 | 1 | -0/+4 |
| | |||||
* | pavement.py: rename "yop" to "atlas" | Ondrej Certik | 2012-08-14 | 1 | -3/+3 |
| | |||||
* | REL: change Sphinx version in release script to 1.1.3. | Ralf Gommers | 2012-05-04 | 1 | -1/+1 |
| | | | | | | | | Version 1.0.4 was used till now, but has become too old. New version gives far fewer warnings and thereby increases the reference guide with O(100) pages that previously got lost. Also update current Cython version number. | ||||
* | REL: forward port changes to release scripts from 1.6.x branch. | Ralf Gommers | 2011-07-20 | 1 | -4/+18 |
| | |||||
* | BUG: Py3K: fix setup.py to work from a released tarball. | Ralf Gommers | 2011-03-27 | 1 | -1/+13 |
| | | | | | This was first fixed in commit 0131218 (but that broke the paver script), and broken again in commit 13212a5d. Should now work in both cases. | ||||
* | DOC: BLD: fix some doc build warnings. | Ralf Gommers | 2011-03-14 | 1 | -1/+2 |
| | | | | | Word of warning: do not use Sphinx 1.0.7 (latest release), its autodoc extension is broken. 1.0.4 works fine. | ||||
* | REL: update release scripts for Python 3.2. | rgommers | 2011-03-08 | 1 | -1/+5 |
| | |||||
* | BUG: fix up setup.py and pavement.py so the binary builds work again. | rgommers | 2011-03-04 | 1 | -7/+26 |
| | |||||
* | DOC: update notes in release script and reorganize paver script a little. | rgommers | 2011-03-01 | 1 | -4/+16 |
| | |||||
* | REL: Apply changes to release notes and paver script in 1.5.x branch to trunk. | rgommers | 2010-09-04 | 1 | -2/+10 |
| | |||||
* | 3K: copy built installers from build/py3k/dist instead of dist/. | rgommers | 2010-08-05 | 1 | -1/+4 |
| | |||||
* | ENH: Several changes to Paver script taken from 1.4.x branch. | rgommers | 2010-07-24 | 1 | -11/+11 |
| | |||||
* | BUG: fix paver execution on windows 7 for python 2.6. | David Cournapeau | 2010-03-04 | 1 | -1/+3 |
| | |||||
* | REL: fix atlas detection for SSE2/SSE3 wininst. | David Cournapeau | 2009-11-30 | 1 | -2/+2 |
| | |||||
* | REL: re-enable SSE2 binary in the superpack. | David Cournapeau | 2009-11-30 | 1 | -2/+2 |
| | |||||
* | REL: fix dmg name and dmg build. | David Cournapeau | 2009-11-30 | 1 | -11/+13 |
| | |||||
* | Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard. | David Cournapeau | 2009-11-30 | 1 | -1/+4 |
| | |||||
* | BUG: fix md5 import for python 2.6 in paver file. | David Cournapeau | 2009-11-26 | 1 | -3/+3 |
| | |||||
* | REL: new, better paver file. | David Cournapeau | 2009-11-22 | 1 | -292/+378 |
| | |||||
* | ENH: update version for paver script. | David Cournapeau | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | ENH: fix paver script for wine-built simple wininst installer. | David Cournapeau | 2009-11-16 | 1 | -2/+2 |
| | |||||
* | Don't use paver html target to avoid using a numpy which is different than ↵ | David Cournapeau | 2009-04-17 | 1 | -1/+2 |
| | | | | the one installed in the bootstrapped venv. | ||||
* | Clean up paver.py. | Stefan van der Walt | 2009-04-16 | 1 | -3/+3 |
| | |||||
* | Use environment instead of config files for superpack arc config: simpler ↵ | David Cournapeau | 2009-04-05 | 1 | -21/+6 |
| | | | | and more reliable. | ||||
* | Depend on sphinx 0.6.1 now for building numpy doc. | David Cournapeau | 2009-04-05 | 1 | -1/+1 |
| | |||||
* | HACK: Make sure we use python.org interpreter to build the mpkg in paver | David Cournapeau | 2009-04-02 | 1 | -2/+10 |
| | |||||
* | Remove leftover from when I copied the paver file from samplerate scikit. | David Cournapeau | 2009-03-29 | 1 | -3/+2 |
| | |||||
* | Update paver script file doc + TODO. | David Cournapeau | 2009-03-29 | 1 | -3/+25 |
| | |||||
* | Simplify and fix the latex build in paver. | David Cournapeau | 2009-03-28 | 1 | -27/+8 |
| | |||||
* | Add a task to write notes and changelog once the installers are ready. | David Cournapeau | 2009-03-28 | 1 | -1/+7 |
| | |||||
* | Copy tarballs and superpack into release dir. | David Cournapeau | 2009-03-28 | 1 | -1/+29 |
| | |||||
* | re-enable correct dep rules for superpack target. | David Cournapeau | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | Abstract superpack installer name. | David Cournapeau | 2009-03-28 | 1 | -1/+5 |
| | |||||
* | Document global vars in paver. | David Cournapeau | 2009-03-28 | 1 | -0/+8 |
| | |||||
* | Do not import numpy.distutils in pavement script - not needed. | David Cournapeau | 2009-03-28 | 1 | -1/+0 |
| | |||||
* | Fix tab issues in paver file. | David Cournapeau | 2009-03-28 | 1 | -6/+6 |
| | |||||
* | Add darwine config. | David Cournapeau | 2009-03-27 | 1 | -2/+6 |
| | |||||
* | Superpack can now be built from wine, bye bye windows pain. | David Cournapeau | 2009-03-27 | 1 | -13/+46 |
| | |||||
* | Add tasks to build arch specifics wininst. | David Cournapeau | 2009-03-27 | 1 | -11/+65 |
| | |||||
* | Add some doc to the paver script. | David Cournapeau | 2009-03-27 | 1 | -0/+33 |
| | |||||
* | Add pdf task + full dmg build for paver script. | David Cournapeau | 2009-03-27 | 1 | -3/+55 |
| | |||||
* | Update paver script such as one can create the fancy numpy dmg in one command. | David Cournapeau | 2009-03-27 | 1 | -12/+33 |
| | |||||
* | Add a bdist_mpkg task + fix setup import issues. | David Cournapeau | 2009-03-27 | 1 | -2/+7 |
| | |||||
* | Add simple .dmg build to paver. | David Cournapeau | 2009-03-27 | 1 | -1/+49 |
| | |||||
* | Add wine-based bdist_wininst installers. | David Cournapeau | 2009-03-27 | 1 | -0/+42 |
| | |||||
* | Bypass paver sdist. | David Cournapeau | 2009-03-27 | 1 | -0/+6 |
| | |||||
* | Clean egg-info too in paver. | David Cournapeau | 2009-03-27 | 1 | -1/+1 |
| | |||||
* | Add bootstrap task. | David Cournapeau | 2009-03-27 | 1 | -3/+31 |
| | |||||
* | Add task to build html doc. | David Cournapeau | 2009-03-27 | 1 | -1/+15 |
| |