summaryrefslogtreecommitdiff
path: root/numpy/distutils/tests/test_fcompiler_intel.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-2/+2
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Remove unittest dependencies in numpy/distutils/testsCharles Harris2017-07-171-3/+3
* STY: PEP8 and pyflakes fixes for numpy/distutils.Charles Harris2015-07-251-5/+5
* 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
* BUG: fix 64-bit Intel Fortran compiler detection. Closes #1448.rgommers2011-03-091-0/+34