index
:
platform/upstream/python-numpy
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
accepted/tizen_unified_dev
master
sandbox/backup/numpy-1.15.0_20210104
sandbox/dh0128.kwak/numpy-1.16.6_20201231
sandbox/nmerinov/llvm
sandbox/wangbiao/qemu-5.2
tizen
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
upstream-git
Domain: System / Base; Licenses: BSD-3-Clause;
Inki Dae <inki.dae@samsung.com>, Semun Lee <semun.lee@samsung.com>, Tae-Young Chung <ty83.chung@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
numpy
/
core
/
memmap.py
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-25
MAINT: Remove asbytes where a b prefix would suffice
Eric Wieser
1
-1
/
+1
2017-01-05
FIX set memmap offset attribute correctly
Loïc Estève
1
-2
/
+2
2016-10-28
Merge pull request #7987 from f0k/advertise-open_memmap
Charles Harris
1
-0
/
+4
2016-09-06
DOC: change Numpy to NumPy in dosctrings and comments
Pierre de Buyl
1
-1
/
+1
2016-08-29
DOC: Hint at lib.format.open_memmap from np.load and np.memmap
Jan Schlüter
1
-0
/
+4
2016-08-17
DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5 [ci skip]
Tom Bird
1
-0
/
+2
2016-08-17
DOC: #7927. Remove deprecated note for memmap relevant for Python <2.5
Tom Bird
1
-5
/
+0
2016-04-06
ENH: Add support for pathlib.Path objects to save/load functions
Wendell Smith
1
-3
/
+8
2016-04-04
FIX ufunc called on memmap return a ndarray
Loïc Estève
1
-0
/
+21
2015-07-05
MAINT: Fix some pyflakes warnings in numpy/core/*.py
Charles Harris
1
-5
/
+2
2015-07-05
STY: PEP8 fixes for numpy/core/*.py
Charles Harris
1
-0
/
+1
2015-06-21
DOC: Update docs.
Gabor Kovacs
1
-4
/
+4
2014-10-12
DOC: core: contents of newly allocated space in memmap
Lars Buitinck
1
-0
/
+5
2014-02-18
DOC: Remove close method from memmap docstring.
Charles Harris
1
-2
/
+3
2013-10-10
Update memmap.py
Andreas Hilboll
1
-1
/
+3
2013-08-18
STY: Giant comma spacing fixup.
Charles Harris
1
-2
/
+2
2013-05-25
BUG: set filename to None for memmaps of unnamed files
Julian Taylor
1
-1
/
+6
2013-04-24
MAINT: Remove unneeded version checks.
Charles Harris
1
-8
/
+4
2013-04-13
2to3: Apply basestring fixer.
Charles Harris
1
-1
/
+1
2013-04-13
2to3: Apply the `numliterals` fixer and skip the `long` fixer.
Charles Harris
1
-1
/
+2
2013-04-06
2to3: apply `dict` fixer.
Charles Harris
1
-1
/
+1
2013-04-06
2to3: Apply `print` fixer.
Charles Harris
1
-1
/
+1
2013-03-28
2to3: Use absolute imports.
Charles Harris
1
-2
/
+2
2013-03-01
2to3: Put `from __future__ import division in every python file.
Charles Harris
1
-0
/
+2
2012-07-03
BUG: fix incorrect references to parents in memmap children.
Sveinung Gundersen
1
-3
/
+6
2012-03-12
PY3: Fix memmap "ResourceWarning: unclosed file".
Charles Harris
1
-0
/
+5
2012-03-03
DOC: merge wiki doc edits.
Ralf Gommers
1
-5
/
+10
2011-07-19
BUG: mmap: Make the memmap subclass rely on the Python mmap's destructor bein...
Mark Wiebe
1
-24
/
+11
2011-04-05
STY: Fix up some two line old-style exceptions.
Charles Harris
1
-3
/
+3
2011-04-05
STY: Update exception style, easy ones.
Charles Harris
1
-1
/
+1
2011-03-11
DEP: remove deprecated methods sync() and close() from memmap.
rgommers
1
-10
/
+0
2010-06-02
DOC: merge wiki edits for module core.
rgommers
1
-0
/
+10
2010-04-12
BUG: Need to use os.path.abspath on file handle name also.
Charles Harris
1
-1
/
+1
2010-04-12
ENH: Make the new memmap filename attribute store the full path to the file.
Charles Harris
1
-1
/
+14
2010-04-12
ENH: Add filename attribute to memmap.
Charles Harris
1
-0
/
+2
2009-12-06
3K: core: bytes vs. str fixes in memmap.py
Pauli Virtanen
1
-2
/
+4
2009-11-13
first set of checkins from the doc editor
Jarrod Millman
1
-11
/
+6
2009-10-02
Docstring update: core
Pauli Virtanen
1
-15
/
+22
2009-06-19
Merge from doc wiki
Pauli Virtanen
1
-2
/
+2
2009-04-13
Small cleanup of memmap code.
Charles Harris
1
-5
/
+4
2009-04-12
Fix memmap for python >= 2.6 by making offset multiple of
Charles Harris
1
-6
/
+8
2009-04-12
Small style cleanup.
Charles Harris
1
-4
/
+3
2009-04-11
Fix ticket #1053. Basically the patch from Sturla Molden.
Charles Harris
1
-3
/
+11
2008-09-02
reindenting prior to release
Jarrod Millman
1
-1
/
+1
2008-08-27
Apply modified version of Andrew Dalke's patch in #874 to create a quicker-lo...
Travis Oliphant
1
-1
/
+2
2008-08-24
Note on mmap size on python 2.5 from numpy book
Matthew Brett
1
-0
/
+8
2008-08-24
Cleaned up logic and annotation of __del__ method, with test
Matthew Brett
1
-19
/
+7
2008-08-23
Trial fix to ticket #698
Travis Oliphant
1
-0
/
+1
2008-08-05
Merge from documentation editor.
Stefan van der Walt
1
-54
/
+79
2008-07-02
Update doctests to use the implicit "import numpy as np" made available
Alan McIntyre
1
-1
/
+0
[next]