summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_fcompiler_gnu.py
Commit message (Expand)AuthorAgeFilesLines
* BLD: distutils: more robust gfortran version checking. Closes gh-5768.Ralf Gommers2015-04-191-1/+7
* MAINT: distutils: fix gfortran version check when gfortran emits warnings.Ralf Gommers2015-03-071-1/+6
* BLD: Change Fortran version flag and string checkRyan Nelson2014-12-011-6/+2
* BUG: Handle a version string from a custom-built mingw64.mwtoews2013-05-291-0/+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-4/+4
* Clean up test output such that a completely-passing test suite has no extrane...Robert Kern2008-07-031-2/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+3
* Rename test classes to CapWords.Stefan van der Walt2007-10-021-2/+2
* Better version handling for gnu and intel Fortran compilerscookedm2007-04-221-0/+52