Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -1/+4 |
| | | | | | | | | 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: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | using faster string methods rather than deprecated string module | Jarrod Millman | 2007-10-29 | 1 | -2/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+2 |
| | |||||
* | Don't share __all__ between numarray.linear_algebra and ↵ | Stefan van der Walt | 2006-11-22 | 1 | -1/+1 |
| | | | | oldnumeric.linear_algebra. | ||||
* | Fixes for the recent change to oldnumeric | Travis Oliphant | 2006-08-05 | 1 | -4/+2 |
| | |||||
* | More fixes to backward compatibility | Travis Oliphant | 2006-08-05 | 1 | -0/+70 |