Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 1 | -2/+2 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2019-12-19 | 1 | -1/+1 |
* | DOC: Remove explicit .next method calls with built-in next | MSeifert04 | 2019-07-07 | 1 | -1/+1 |
* | Moved statements out of with block | Bharat123rox | 2019-05-11 | 1 | -2/+2 |
* | Use with statement to open/close files to fix LGTM alerts | Bharat123rox | 2019-05-07 | 1 | -11/+10 |
* | 2to3: Apply next fixer. | Charles Harris | 2013-04-15 | 1 | -4/+12 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | Add the code that generates lapack_lite from LAPACK sources. | cookedm | 2006-06-27 | 1 | -0/+114 |