summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_indexerrors.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: improved error message `IndexError: too many indices for array` (#15832)Yilin LI2020-03-261-1/+13
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-2/+2
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-2/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-18/+18
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: non-empty takes on empty axes failed for clip/wrap logicSebastian Berg2013-02-251-0/+4
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-28/+0
* Add coverage tests for IndexErrors, fix one bug, clean up two checksThouis (Ray) Jones2012-06-061-0/+149