Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 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/+3 |
* | FIX: fix doctest error with empty output | Matthew Brett | 2011-08-16 | 1 | -0/+18 |
* | ENH: move doctest tests to own file with ifmain | Matthew Brett | 2011-08-16 | 1 | -0/+35 |