summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/util.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-20/+12
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-5/+4
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-2/+16
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-271-0/+6
* BUG: f2py: fix F90 detection in the testsPauli Virtanen2010-03-061-2/+2
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-4/+4
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+346