summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_stride_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* Fix stride_stricks.as_strided function for object arraysJay Bourque2014-02-261-0/+17
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-1/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-72/+72
* 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
* ENH: core: Some fixes, change some tests to not use yieldMark Wiebe2011-07-191-15/+16
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-1/+1
* Make use of assert_raises from numpy.testing, and added run_module_suite to s...Alan McIntyre2008-07-141-3/+5
* ENH: Add broadcast_arrays() function to expose broadcasting to pure Python fu...Robert Kern2008-07-031-0/+206