Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.in | Alex Willmer | 2015-08-05 | 1 | -1/+0 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
* | BUG: build waf build utils in separate module to avoid 'spurious' imports. | David Cournapeau | 2011-08-29 | 1 | -467/+0 |
* | BUG: use 1/0 instead of booleans in config.h | David Cournapeau | 2011-08-29 | 1 | -0/+8 |
* | BENTO: add complex checks. | David Cournapeau | 2011-08-29 | 1 | -0/+27 |
* | BENTO: check for inline support. | David Cournapeau | 2011-08-29 | 1 | -0/+38 |
* | BENTO: add math runtime checks. | David Cournapeau | 2011-08-29 | 1 | -0/+172 |
* | BENTO: add basic type checks. | David Cournapeau | 2011-08-29 | 1 | -0/+114 |
* | BENTO: check for C99 formats + add check_declaration. | David Cournapeau | 2011-08-29 | 1 | -0/+29 |
* | BENTO: start numpy.core configuration + waf_utils helpers. | David Cournapeau | 2011-08-29 | 1 | -0/+79 |