summaryrefslogtreecommitdiff
path: root/numpy/linalg/lapack_lite/clapack_scrub.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* MAINT: Fix LGTM.com errorDimitri Papadopoulos2021-09-221-9/+12
* REV: 96727cfDimitri Papadopoulos2021-09-211-7/+11
* MAINT: force shebang to python2.7Dimitri Papadopoulos2021-09-211-1/+2
* REV: 583901aDimitri Papadopoulos2021-09-211-1/+1
* fix unhashable instance and potential exception identified by LGTMSista Seetaram2021-09-031-1/+0
* fixed unhashable instance and potential exception as listed in LGTM#19077Sista Seetaram2021-09-031-2/+2
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+2
* [MAINT] Cleanup python2 sys.version checksSeth Troisi2020-01-201-12/+8
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-3/+2
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-1/+1
* BUG: Align type definition with generated lapack (#10477)xoviat2018-02-161-5/+44
* ENH: Add patch files to allow LAPACK 3.2.2 to be f2c'dEric Wieser2017-03-251-1/+1
* BUG: Fix incorrect use of StringIO to handle bytesEric Wieser2016-12-291-5/+5
* MAINT: Switch to the PyPI version of plexEric Wieser2016-12-291-2/+2
* MAINT: replace import * with explicit importEric Wieser2016-12-291-2/+1
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-1/+1
* MAINT: Remove commented out code blocksgfyoung2015-12-201-4/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-2/+2
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-2/+2
* 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/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+0
* Add the code that generates lapack_lite from LAPACK sources.cookedm2006-06-271-0/+276