Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BUG: setup.py install --skip-build fails | mattip | 2019-05-26 | 1 | -0/+3 |
* | 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 |
* | Fix typo in install_clib fix. | David Cournapeau | 2009-08-04 | 1 | -1/+1 |
* | BUG: fix install_clib failure on win32. | David Cournapeau | 2009-08-04 | 1 | -4/+8 |
* | Move import at the top of module. | David Cournapeau | 2009-08-04 | 1 | -1/+1 |
* | Installing a clib now works. | David Cournapeau | 2009-07-26 | 1 | -4/+18 |
* | Add a install_clib command. | David Cournapeau | 2009-07-26 | 1 | -0/+19 |