Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Fix some typos in a code string and comments | Dongjoon Hyun | 2016-01-27 | 1 | -1/+1 |
| | |||||
* | MAINT: Include from __future__ boilerplate in some files missing it. | Charles Harris | 2015-12-05 | 1 | -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 Gommers | 2015-11-07 | 1 | -528/+0 |
| | | | | This was used by Bento, and support for Bento was removed in gh-6268. | ||||
* | MAINT: list litteral | Rémy Léone | 2015-11-07 | 1 | -4/+1 |
| | |||||
* | DOC: Add warning about numpy._build_utils | Alex Willmer | 2015-08-05 | 1 | -0/+8 |
| | |||||
* | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in | Alex Willmer | 2015-08-05 | 5 | -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. |