summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
Commit message (Expand)AuthorAgeFilesLines
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-2/+1
* A little refactoring of memmapTravis Oliphant2007-09-211-8/+9
* Raise an error if you try to close a memory-map that you don't own.Travis Oliphant2007-09-211-1/+7
* Fix memmap passing on it's mmap attribute to views but not closing the file u...Travis Oliphant2007-09-211-6/+4
* Restore back to original .transpose behavior in memmap.py with explanation of...Travis Oliphant2007-06-081-6/+4
* Fix so that _mmap gets carried through .transposeTravis Oliphant2007-06-081-0/+4
* Fix so that _mmap gets carried through .transposeTravis Oliphant2007-06-081-3/+7
* Replace tabs with spaces.Stefan van der Walt2007-03-231-1/+1
* Add a close method to memmap arrays.Travis Oliphant2007-02-011-0/+3
* Add order keyword to argsort and fix documentation of sort and argsort. Also...Travis Oliphant2006-12-021-2/+2
* remove unused importTim Leslie2006-07-101-1/+0
* 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