Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to example. | Travis Oliphant | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | Change occurrences of N.rand to N.random.rand. | Stefan van der Walt | 2006-07-12 | 1 | -4/+4 |
| | |||||
* | Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. ↵ | Travis Oliphant | 2006-07-02 | 2 | -8/+8 |
| | | | | Add .ctypes attribute for use with the ctypes module if it's available. | ||||
* | Add simple indexing test. | Travis Oliphant | 2006-06-28 | 1 | -0/+42 |
| | |||||
* | Add benchmark for creating new arrays. | Travis Oliphant | 2006-06-28 | 1 | -0/+9 |
| | |||||
* | Add a function to retrieve a user-defined type number from the name of the ↵ | Travis Oliphant | 2006-06-27 | 1 | -0/+9 |
| | | | | associated type-object | ||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -5/+0 |
| | | | | extraneous whitespace | ||||
* | More documentation updates | edschofield | 2006-01-05 | 1 | -3/+3 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Added benchmarks folder | Travis Oliphant | 2005-12-31 | 1 | -0/+36 |