summaryrefslogtreecommitdiff
path: root/numpy/core/_methods.py
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+6
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-26/+38
* BLD: core: onefile build fix and Python3 compatibility changeMark Wiebe2011-08-271-3/+3
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-8/+0
* ENH: missingdata: Add maskna= flag to np.eye constructorMark Wiebe2011-08-271-1/+1
* ENH: core: Add static caching of the callables for C to core._method callsMark Wiebe2011-08-271-0/+105