summaryrefslogtreecommitdiff
path: root/numpy/_build_utils
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
|
* MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-0/+2
| | | | | Some newer *.py files are missing the `from __future__` boilerplate that helps assure Python2 and Python3 compatibility.
* MAINT: remove _build_utils/waf.py.Ralf Gommers2015-11-071-528/+0
| | | | This was used by Bento, and support for Bento was removed in gh-6268.
* MAINT: list litteralRémy Léone2015-11-071-4/+1
|
* DOC: Add warning about numpy._build_utilsAlex Willmer2015-08-051-0/+8
|
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-055-0/+918
This fixes the distutils built from an sdist (e.g. under tox), without including _build_utils in binary distributions or the installed numpy.