summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_stride_tricks.py
Commit message (Expand)AuthorAgeFilesLines
* 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