summaryrefslogtreecommitdiff
path: root/numpy/core/memmap.py
AgeCommit message (Expand)AuthorFilesLines
2017-03-25MAINT: Remove asbytes where a b prefix would sufficeEric Wieser1-1/+1
2017-01-05FIX set memmap offset attribute correctlyLoïc Estève1-2/+2
2016-10-28Merge pull request #7987 from f0k/advertise-open_memmapCharles Harris1-0/+4
2016-09-06DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl1-1/+1
2016-08-29DOC: Hint at lib.format.open_memmap from np.load and np.memmapJan Schlüter1-0/+4
2016-08-17DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip]Tom Bird1-0/+2
2016-08-17DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5Tom Bird1-5/+0
2016-04-06ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith1-3/+8
2016-04-04FIX ufunc called on memmap return a ndarrayLoïc Estève1-0/+21
2015-07-05MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris1-5/+2
2015-07-05STY: PEP8 fixes for numpy/core/*.pyCharles Harris1-0/+1
2015-06-21DOC: Update docs.Gabor Kovacs1-4/+4
2014-10-12DOC: core: contents of newly allocated space in memmapLars Buitinck1-0/+5
2014-02-18DOC: Remove close method from memmap docstring.Charles Harris1-2/+3
2013-10-10Update memmap.pyAndreas Hilboll1-1/+3
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-2/+2
2013-05-25BUG: set filename to None for memmaps of unnamed filesJulian Taylor1-1/+6
2013-04-24MAINT: Remove unneeded version checks.Charles Harris1-8/+4
2013-04-132to3: Apply basestring fixer.Charles Harris1-1/+1
2013-04-132to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris1-1/+2
2013-04-062to3: apply `dict` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-2/+2
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2012-07-03BUG: fix incorrect references to parents in memmap children.Sveinung Gundersen1-3/+6
2012-03-12PY3: Fix memmap "ResourceWarning: unclosed file".Charles Harris1-0/+5
2012-03-03DOC: merge wiki doc edits.Ralf Gommers1-5/+10
2011-07-19BUG: mmap: Make the memmap subclass rely on the Python mmap's destructor bein...Mark Wiebe1-24/+11
2011-04-05STY: Fix up some two line old-style exceptions.Charles Harris1-3/+3
2011-04-05STY: Update exception style, easy ones.Charles Harris1-1/+1
2011-03-11DEP: remove deprecated methods sync() and close() from memmap.rgommers1-10/+0
2010-06-02DOC: merge wiki edits for module core.rgommers1-0/+10
2010-04-12BUG: Need to use os.path.abspath on file handle name also.Charles Harris1-1/+1
2010-04-12ENH: Make the new memmap filename attribute store the full path to the file.Charles Harris1-1/+14
2010-04-12ENH: Add filename attribute to memmap.Charles Harris1-0/+2
2009-12-063K: core: bytes vs. str fixes in memmap.pyPauli Virtanen1-2/+4
2009-11-13first set of checkins from the doc editorJarrod Millman1-11/+6
2009-10-02Docstring update: corePauli Virtanen1-15/+22
2009-06-19Merge from doc wikiPauli Virtanen1-2/+2
2009-04-13Small cleanup of memmap code.Charles Harris1-5/+4
2009-04-12Fix memmap for python >= 2.6 by making offset multiple ofCharles Harris1-6/+8
2009-04-12Small style cleanup.Charles Harris1-4/+3
2009-04-11Fix ticket #1053. Basically the patch from Sturla Molden.Charles Harris1-3/+11
2008-09-02reindenting prior to releaseJarrod Millman1-1/+1
2008-08-27Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...Travis Oliphant1-1/+2
2008-08-24Note on mmap size on python 2.5 from numpy bookMatthew Brett1-0/+8
2008-08-24Cleaned up logic and annotation of __del__ method, with testMatthew Brett1-19/+7
2008-08-23Trial fix to ticket #698Travis Oliphant1-0/+1
2008-08-05Merge from documentation editor.Stefan van der Walt1-54/+79
2008-07-02Update doctests to use the implicit "import numpy as np" made available Alan McIntyre1-1/+0