Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `imports` fixer. | Charles Harris | 2013-04-02 | 1 | -1/+5 |
* | 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 |
* | STY: Replace assert by assert_ in tests. There remain 124 uses of | Charles Harris | 2011-04-05 | 1 | -5/+5 |
* | 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 |
* | 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 |