summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
Commit message (Expand)AuthorAgeFilesLines
* remove unused variableTim Leslie2006-03-251-2/+0
* Changed fortran= keywords to order= keywordsTravis Oliphant2006-03-241-2/+2
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+1
* Have __array_finalize__ be called for every sub-class creation.Travis Oliphant2006-02-271-1/+1
* Made dtypedescr name attribute always report bit-width; fixed memmap slicing;...Travis Oliphant2006-01-151-7/+5
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-2/+2
* Slight change for memmapTravis Oliphant2006-01-061-4/+2
* A few cleanups to error code in PyArray_NewFromDescr. Some checks so that ce...Travis Oliphant2006-01-061-3/+14
* Added new feature to .view method so that if the argument is a sub-type of th...Travis Oliphant2006-01-061-2/+0
* rename sub-packagesTravis Oliphant2006-01-041-0/+88