summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-031-1/+2
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-2/+4
* TST: add unittest for byte_boundsOlivier Grisel2014-03-191-0/+9
* TST: add test for Python 3.4 _ast.NameConstantChristoph Gohlke2013-09-081-0/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-0/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+5
* 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/+5
* Add tests for ``deprecate``.Stefan van der Walt2009-10-251-0/+28
* Fix lookfor on python 2.6. Add a test for it. Make it import submodules more ...Pauli Virtanen2009-10-241-0/+10
* Fix Python 2.5 compatibility to work with new b3 releaseTravis Oliphant2006-08-141-62/+0
* Fix ndpointer and add tests from ticket #245Travis Oliphant2006-08-141-0/+62