summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: merge wiki edits for module core.rgommers2010-06-021-0/+10
* BUG: Need to use os.path.abspath on file handle name also.Charles Harris2010-04-121-1/+1
* ENH: Make the new memmap filename attribute store the full path to the file.Charles Harris2010-04-121-1/+14
* ENH: Add filename attribute to memmap.Charles Harris2010-04-121-0/+2
* 3K: core: bytes vs. str fixes in memmap.pyPauli Virtanen2009-12-061-2/+4
* first set of checkins from the doc editorJarrod Millman2009-11-131-11/+6
* Docstring update: corePauli Virtanen2009-10-021-15/+22
* Merge from doc wikiPauli Virtanen2009-06-191-2/+2
* Small cleanup of memmap code.Charles Harris2009-04-131-5/+4
* Fix memmap for python >= 2.6 by making offset multiple ofCharles Harris2009-04-121-6/+8
* Small style cleanup.Charles Harris2009-04-121-4/+3
* Fix ticket #1053. Basically the patch from Sturla Molden.Charles Harris2009-04-111-3/+11
* reindenting prior to releaseJarrod Millman2008-09-021-1/+1
* Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant2008-08-271-1/+2
* Note on mmap size on python 2.5 from numpy bookMatthew Brett2008-08-241-0/+8
* Cleaned up logic and annotation of __del__ method, with testMatthew Brett2008-08-241-19/+7
* Trial fix to ticket #698Travis Oliphant2008-08-231-0/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-54/+79
* Update doctests to use the implicit "import numpy as np" made available Alan McIntyre2008-07-021-1/+0
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-2/+1
* Allow file-like object to be used to create a memmap.Stefan van der Walt2008-03-111-6/+9
* Refactor __del__ so views of memmaps do not close the python mmap.chris.burns2008-03-081-9/+25
* Deprecate close method on memmap arrays.Travis Oliphant2008-03-041-4/+9
* Fix the way memory maps are created to avoid masked_array and memory mapped.Travis Oliphant2008-03-021-8/+4
* Small sync-to-flush doc update.chris.burns2008-02-221-2/+2
* Deprecate 'sync' in favour of 'flush'.Stefan van der Walt2008-02-221-2/+8
* Remove type-checking which failed with MaskedArrays. Add documentation and t...chris.burns2008-02-211-3/+127
* 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