summaryrefslogtreecommitdiff
path: root/numpy/core/machar.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Spelling fixesVille Skyttä2017-05-091-1/+1
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-24/+28
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-5/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-8/+8
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-2/+4
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-8/+8
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-2/+2
* Docstring update: corePauli Virtanen2009-10-021-2/+24
* Move finfo into core.David Cournapeau2009-09-161-0/+317