Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | MAINT: Apply 2to3 idioms fixer. | Charles Harris | 2013-05-02 | 1 | -3/+2 |
* | 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 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -1/+1 |
* | Docstring update: numpy.doc | Pauli Virtanen | 2009-10-02 | 1 | -1/+1 |
* | Import documentation topic modules when numpy.doc is imported, so that they a... | Pauli Virtanen | 2008-08-27 | 1 | -2/+17 |
* | Move documentation outside of source tree. Remove `doc` import from __init__. | Stefan van der Walt | 2008-08-23 | 1 | -2/+12 |
* | Add numpy.doc topical documentation framework. | Stefan van der Walt | 2008-07-09 | 1 | -0/+2 |