summaryrefslogtreecommitdiff
path: root/numpy/core/getlimits.py
Commit message (Expand)AuthorAgeFilesLines
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-23/+25
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-14/+14
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-7/+7
* 2to3: Use absolute imports.Charles Harris2013-03-281-5/+5
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+3
* ENH: add useful repr's for finfo, iinfo.Brent Pedersen2011-08-181-0/+11
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-1/+1
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* DOC: fix doc build complaint about too-long tables.rgommers2011-03-021-5/+7
* DOC: merge wiki edits for numpy.core.rgommers2011-03-021-18/+20
* ENH: core: Add half/float16 finfo supportMark Wiebe2010-12-011-0/+4
* BUG: core: finfo.tiny, resolution, and epsneg should be scalars (#1538)Pauli Virtanen2010-07-171-1/+1
* Docstring update: corePauli Virtanen2009-10-021-6/+4
* Move finfo into core.David Cournapeau2009-09-161-0/+287