Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -5/+5 |
| | | | | assert in non-testing files that should be checked for correctness. | ||||
* | Add tests for ``deprecate``. | Stefan van der Walt | 2009-10-25 | 1 | -0/+28 |
| | |||||
* | Fix lookfor on python 2.6. Add a test for it. Make it import submodules more ↵ | Pauli Virtanen | 2009-10-24 | 1 | -0/+10 |
| | | | | aggressively. | ||||
* | Fix Python 2.5 compatibility to work with new b3 release | Travis Oliphant | 2006-08-14 | 1 | -62/+0 |
| | |||||
* | Fix ndpointer and add tests from ticket #245 | Travis Oliphant | 2006-08-14 | 1 | -0/+62 |