summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-5/+2
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-0/+1
* DOC: Update docs.Gabor Kovacs2015-06-211-4/+4
* DOC: core: contents of newly allocated space in memmapLars Buitinck2014-10-121-0/+5
* DOC: Remove close method from memmap docstring.Charles Harris2014-02-181-2/+3
* Update memmap.pyAndreas Hilboll2013-10-101-1/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* BUG: set filename to None for memmaps of unnamed filesJulian Taylor2013-05-251-1/+6
* MAINT: Remove unneeded version checks.Charles Harris2013-04-241-8/+4
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: fix incorrect references to parents in memmap children.Sveinung Gundersen2012-07-031-3/+6
* PY3: Fix memmap "ResourceWarning: unclosed file".Charles Harris2012-03-121-0/+5
* DOC: merge wiki doc edits.Ralf Gommers2012-03-031-5/+10
* BUG: mmap: Make the memmap subclass rely on the Python mmap's destructor bein...Mark Wiebe2011-07-191-24/+11
* STY: Fix up some two line old-style exceptions.Charles Harris2011-04-051-3/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-051-1/+1
* DEP: remove deprecated methods sync() and close() from memmap.rgommers2011-03-111-10/+0
* 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