summaryrefslogtreecommitdiff
path: root/pavement.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Prepare master for 1.15 development.Charles Harris2017-12-081-2/+2
* MAINT: Reuse the code to compute sha256, md5 hashesSrinivas Reddy Thatiparthy2017-08-251-16/+9
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-1/+1
* MAINT: Update master branch for 1.14.0 development.Charles Harris2017-05-101-2/+2
* ENH: Python 3.6 invalid escape sequence deprecation fixesVille Skyttä2017-05-091-4/+4
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris2017-01-151-7/+14
* BUG: Fix pavement.py write_release_task.Charles Harris2016-11-161-3/+3
* MAINT: Update pavement.py and setup.py for numpy 1.13.0.Charles Harris2016-11-051-11/+2
* MAINT: Update pavement.pyCharles Harris2016-11-041-4/+20
* ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
* REL: Update master branch after 1.12.x branch has been made.Charles Harris2016-01-191-2/+2
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-191-1/+1
* REL: Do not include merge commits in Changelog.Charles Harris2016-01-161-2/+3
* BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers2016-01-161-2/+2
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-1/+1
* REL: update Paver file to ensure sdist contents are OK for releases.Ralf Gommers2015-10-141-0/+8
* BUG: PEP440 compliant versioning for development releases.Charles Harris2015-09-231-1/+1
* MAINT: Init master branch for 1.11.0 development.Charles Harris2015-08-031-2/+2
* Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-2/+2
|\
| * MAINT: Update pavement.py to 1.10.0.Charles Harris2014-05-061-2/+2
* | BLD: compute sha256 sums of build artifactsJulian Taylor2014-06-081-2/+23
|/
* MAINT: add python3.4 to paver fileJulian Taylor2014-02-281-0/+4
* MAINT: update pavement.py for no-2to3.Ralf Gommers2013-10-151-4/+1
* MAINT: update release scripts for building OS X binaries.Ralf Gommers2013-09-161-7/+3
* MAINT: Update pavement.py script.Charles Harris2013-09-021-11/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-271-1/+1
* BLD: Add support for Python 3.3 in paverOndřej Čertík2012-12-281-0/+4
* pavement.py: rename "yop" to "atlas"Ondrej Certik2012-08-141-3/+3
* REL: change Sphinx version in release script to 1.1.3.Ralf Gommers2012-05-041-1/+1
* REL: forward port changes to release scripts from 1.6.x branch.Ralf Gommers2011-07-201-4/+18
* BUG: Py3K: fix setup.py to work from a released tarball.Ralf Gommers2011-03-271-1/+13
* DOC: BLD: fix some doc build warnings.Ralf Gommers2011-03-141-1/+2
* REL: update release scripts for Python 3.2.rgommers2011-03-081-1/+5
* BUG: fix up setup.py and pavement.py so the binary builds work again.rgommers2011-03-041-7/+26
* DOC: update notes in release script and reorganize paver script a little.rgommers2011-03-011-4/+16
* REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.rgommers2010-09-041-2/+10
* 3K: copy built installers from build/py3k/dist instead of dist/.rgommers2010-08-051-1/+4
* ENH: Several changes to Paver script taken from 1.4.x branch.rgommers2010-07-241-11/+11
* BUG: fix paver execution on windows 7 for python 2.6.David Cournapeau2010-03-041-1/+3
* REL: fix atlas detection for SSE2/SSE3 wininst.David Cournapeau2009-11-301-2/+2
* REL: re-enable SSE2 binary in the superpack.David Cournapeau2009-11-301-2/+2
* REL: fix dmg name and dmg build.David Cournapeau2009-11-301-11/+13
* Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard.David Cournapeau2009-11-301-1/+4
* BUG: fix md5 import for python 2.6 in paver file.David Cournapeau2009-11-261-3/+3
* REL: new, better paver file.David Cournapeau2009-11-221-292/+378
* ENH: update version for paver script.David Cournapeau2009-11-161-2/+2