summaryrefslogtreecommitdiff
path: root/pavement.py
AgeCommit message (Expand)AuthorFilesLines
2017-12-08MAINT: Prepare master for 1.15 development.Charles Harris1-2/+2
2017-08-25MAINT: Reuse the code to compute sha256, md5 hashesSrinivas Reddy Thatiparthy1-16/+9
2017-06-03BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser1-1/+1
2017-05-10MAINT: Update master branch for 1.14.0 development.Charles Harris1-2/+2
2017-05-09ENH: Python 3.6 invalid escape sequence deprecation fixesVille Skyttä1-4/+4
2017-05-09ENH: Spelling fixesVille Skyttä1-1/+1
2017-01-15MAINT: Forward port accumulated changes from the 1.12.0 release.Charles Harris1-7/+14
2016-11-16BUG: Fix pavement.py write_release_task.Charles Harris1-3/+3
2016-11-05MAINT: Update pavement.py and setup.py for numpy 1.13.0.Charles Harris1-11/+2
2016-11-04MAINT: Update pavement.pyCharles Harris1-4/+20
2016-09-02ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg1-1/+1
2016-01-19REL: Update master branch after 1.12.x branch has been made.Charles Harris1-2/+2
2016-01-19REL: Prepare for 1.10.x branch.Charles Harris1-1/+1
2016-01-16REL: Do not include merge commits in Changelog.Charles Harris1-2/+3
2016-01-16BUG: fix TravisCI test issues when using setuptools unconditionally.Ralf Gommers1-2/+2
2015-12-05MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris1-1/+1
2015-10-14REL: update Paver file to ensure sdist contents are OK for releases.Ralf Gommers1-0/+8
2015-09-23BUG: PEP440 compliant versioning for development releases.Charles Harris1-1/+1
2015-08-03MAINT: Init master branch for 1.11.0 development.Charles Harris1-2/+2
2014-07-06Merge pull request #4671 from charris/prepare-1.10-develCharles Harris1-2/+2
2014-06-08BLD: compute sha256 sums of build artifactsJulian Taylor1-2/+23
2014-05-06MAINT: Update pavement.py to 1.10.0.Charles Harris1-2/+2
2014-02-28MAINT: add python3.4 to paver fileJulian Taylor1-0/+4
2013-10-15MAINT: update pavement.py for no-2to3.Ralf Gommers1-4/+1
2013-09-16MAINT: update release scripts for building OS X binaries.Ralf Gommers1-7/+3
2013-09-02MAINT: Update pavement.py script.Charles Harris1-11/+3
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+1
2013-02-272to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris1-1/+1
2012-12-28BLD: Add support for Python 3.3 in paverOndřej Čertík1-0/+4
2012-08-14pavement.py: rename "yop" to "atlas"Ondrej Certik1-3/+3
2012-05-04REL: change Sphinx version in release script to 1.1.3.Ralf Gommers1-1/+1
2011-07-20REL: forward port changes to release scripts from 1.6.x branch.Ralf Gommers1-4/+18
2011-03-27BUG: Py3K: fix setup.py to work from a released tarball.Ralf Gommers1-1/+13
2011-03-14DOC: BLD: fix some doc build warnings.Ralf Gommers1-1/+2
2011-03-08REL: update release scripts for Python 3.2.rgommers1-1/+5
2011-03-04BUG: fix up setup.py and pavement.py so the binary builds work again.rgommers1-7/+26
2011-03-01DOC: update notes in release script and reorganize paver script a little.rgommers1-4/+16
2010-09-04REL: Apply changes to release notes and paver script in 1.5.x branch to trunk.rgommers1-2/+10
2010-08-053K: copy built installers from build/py3k/dist instead of dist/.rgommers1-1/+4
2010-07-24ENH: Several changes to Paver script taken from 1.4.x branch.rgommers1-11/+11
2010-03-04BUG: fix paver execution on windows 7 for python 2.6.David Cournapeau1-1/+3
2009-11-30REL: fix atlas detection for SSE2/SSE3 wininst.David Cournapeau1-2/+2
2009-11-30REL: re-enable SSE2 binary in the superpack.David Cournapeau1-2/+2
2009-11-30REL: fix dmg name and dmg build.David Cournapeau1-11/+13
2009-11-30Use gcc-4.0 for python 2.5, to avoid using gcc 4.2 on Snow Leopard.David Cournapeau1-1/+4
2009-11-26BUG: fix md5 import for python 2.6 in paver file.David Cournapeau1-3/+3
2009-11-22REL: new, better paver file.David Cournapeau1-292/+378
2009-11-16ENH: update version for paver script.David Cournapeau1-2/+2