Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix UserArray. | Travis Oliphant | 2006-07-06 | 1 | -1/+1 |
* | fix typo. | Travis Oliphant | 2006-04-18 | 1 | -1/+1 |
* | Fix bad __getattr__ code causing recursion. | Travis Oliphant | 2006-04-18 | 1 | -0/+2 |
* | use docstring header, fix 'import *', remove duplicate definition of __float_... | Tim Leslie | 2006-03-23 | 1 | -13/+12 |
* | remove unused imports | Tim Leslie | 2006-03-13 | 1 | -1/+0 |
* | Modest improvements to UserArray attribute access. | Travis Oliphant | 2006-02-28 | 1 | -18/+11 |
* | Add check for rint and a default implementation if not present. Make UserArr... | Travis Oliphant | 2006-02-24 | 1 | -1/+1 |
* | Fix scalar-multiply dotblas error for non-double types. Preserve more matric... | Travis Oliphant | 2006-02-23 | 1 | -0/+3 |
* | Fix _AIX bug and add UserArray for container class backward compatibility. | Travis Oliphant | 2006-02-23 | 1 | -0/+221 |