Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -4/+9 |
| | | | | | | | | 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: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -1/+2 |
| | | | | I think that is the end of it. | ||||
* | Correct the oldnumeric typecodes, update the tests to work on 32-bit ↵ | Robert Kern | 2008-07-03 | 1 | -4/+3 |
| | | | | machines, make sure these tests are installed with numpy so they can be run with numpy.test(). | ||||
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -14/+14 |
| | |||||
* | Fixes for the recent change to oldnumeric | Travis Oliphant | 2006-08-05 | 1 | -4/+6 |
| | |||||
* | More fixes to backward compatibility | Travis Oliphant | 2006-08-05 | 1 | -0/+167 |