Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Make numpy/polynomial/tests/*.py PEP8 compliant. | Charles Harris | 2013-09-03 | 1 | -30/+30 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -3/+3 |
* | BUG: Fix failure to return monic polynomials from roots. | Charles Harris | 2013-07-02 | 1 | -1/+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 |
* | TST: Remove docstring from test_class_methods. | Charles Harris | 2012-01-09 | 1 | -17/+1 |
* | ENH: Modify test classes to produce more informative test messages. | Charles Harris | 2012-01-09 | 1 | -1/+19 |
* | TST: Add tests for mismatched types, domains, and windows. | Charles Harris | 2012-01-09 | 1 | -0/+39 |
* | TST: Finish moving class tests into test_classes. | Charles Harris | 2012-01-09 | 1 | -344/+448 |
* | TST: Move more tests into numpy/polynomial/tests/test_classes.py | Charles Harris | 2012-01-09 | 1 | -61/+245 |
* | TST: Add tests for basis and cast static class methods. | Charles Harris | 2012-01-09 | 1 | -0/+193 |