summaryrefslogtreecommitdiff
path: root/numpy/lib/user_array.py
AgeCommit message (Expand)AuthorFilesLines
2017-02-24MAINT: replace len(x.shape) with x.ndimEric Wieser1-2/+2
2017-02-09MAINT: Remove __setslice__ and __getslice__Eric Wieser1-6/+0
2016-01-05DOC,BUG: Fix some latex generation problems.Charles Harris1-0/+17
2014-07-31STY: Make files in numpy/lib PEP8 compliant.Charles Harris1-40/+99
2014-07-31MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris1-4/+0
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-33/+33
2013-08-18STY: Giant whitespace cleanup.Charles Harris1-1/+1
2013-04-132to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris1-4/+7
2013-04-062to3: Apply `print` fixer.Charles Harris1-10/+10
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2011-04-05STY: Update exception style, easy ones.Charles Harris1-1/+1
2007-01-08Whitespace cleanup.Stefan van der Walt1-1/+1
2006-08-04Many name-changes in oldnumeric. This may break some numpy code that was usi...Travis Oliphant1-0/+217