summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_arrayterator.py
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-3/+1
|\
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-3/+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-0/+2
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-5/+6
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+4
* Datetime branch compiles and all numpy tests pass. Ready to be merged back t...Travis Oliphant2009-08-281-0/+4
* Add Roberto de Almeida's Arrayterator.Stefan van der Walt2008-08-131-0/+43