summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite/fortran.py
Commit message (Expand)AuthorAgeFilesLines
* REV: 30f8391Dimitri Papadopoulos2021-09-211-0/+4
* MAINT: force shebang to python2.7Dimitri Papadopoulos2021-09-211-0/+1
* MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-1/+1
* MAINT: Clean-up 'next = __next__' used for Python 2 compatibilityMike Taves2020-04-011-4/+0
* 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
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* DOC: Remove explicit .next method calls with built-in nextMSeifert042019-07-071-1/+1
* Moved statements out of with blockBharat123rox2019-05-111-2/+2
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-11/+10
* 2to3: Apply next fixer.Charles Harris2013-04-151-4/+12
* 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
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-271-0/+114