summaryrefslogtreecommitdiff
path: root/numpy/lib/arrayterator.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-3/+1
* STY: use 'yield from <expr>' for simple cases (#15444)Mike Taves2020-01-271-2/+1
* 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
* TST, DOC: enable refguide_checkTyler Reddy2018-12-141-4/+3
* MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-241-2/+2
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-2/+2
* DOC: add lib.Arrayterator to reference guide. Closes gh-6404.Ralf Gommers2015-10-111-4/+3
* MAINT: remove use of 'raise StopIteration' from generatorsNathaniel J. Smith2015-06-241-2/+2
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-5/+8
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-1/+0
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-2/+4
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 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-1/+0
* DOC: merge more doc wiki edits.rgommers2011-03-021-0/+29
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+4
* Docstring update: libPauli Virtanen2009-10-021-18/+63
* Add Roberto de Almeida's Arrayterator.Stefan van der Walt2008-08-131-0/+146