summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_memmap.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-2/+2
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* MAINT: Rm deprecated ``mktemp()`` from io test suite (#18958)Lisa2021-05-121-11/+8
* TST: fix tests for windows + PyPymattip2020-07-301-1/+6
* MAINT: Python2 CleanupsSeth Troisi2020-01-211-2/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Fix bad error message in np.memmapEric Wieser2019-04-111-0/+10
* BUG: test_path() now uses Path.resolve()Tyler Reddy2018-10-021-1/+4
* add test from issuemattip2018-06-111-0/+5
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-6/+2
* TST: Switch to using pytest markersCharles Harris2018-04-041-4/+6
* MAINT: Stop using non-tuple indices internallyEric Wieser2018-02-161-1/+1
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-12/+12
* TST: Check .flags.writeable on a read-only mmapRonan Lamy2017-02-211-0/+1
* FIX set memmap offset attribute correctlyLoïc Estève2017-01-051-0/+6
* TST: Path test should resolve symlinks when comparingWendell Smith2016-11-131-3/+3
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-7/+9
* ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-0/+14
* FIX ufunc called on memmap return a ndarrayLoïc Estève2016-04-041-1/+48
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-6/+6
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-2/+5
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-2/+2
* TST: avoid opening files twice which doesn't work on windowsJulian Taylor2014-02-161-16/+19
* ENH: remove insecure mktemp useJulian Taylor2014-02-061-18/+16
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* BUG: set filename to None for memmaps of unnamed filesJulian Taylor2013-05-251-1/+6
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* FIX: base always refers to the original subclassGaelVaroquaux2012-11-151-1/+3
* Merge pull request #2736 from certik/fix415Ralf Gommers2012-11-141-0/+2
|\
| * FIX: Mark a tests knownfail on HurdOndřej Čertík2012-11-131-0/+2
* | BUG: Update base-traversal algorithm for array sub-classes so as to stop the ...Travis E. Oliphant2012-11-061-0/+7
|/
* BUG: fix incorrect references to parents in memmap children.Sveinung Gundersen2012-07-031-0/+19
* DEP: Fix some functions now deprecated in Python 3.Charles Harris2012-02-181-5/+5
* BUG: Fix improper usage of warning filters in the testsMark Wiebe2012-02-081-1/+0
* BUG: mmap: Make the memmap subclass rely on the Python mmap's destructor bein...Mark Wiebe2011-07-191-12/+11
* DEP: remove deprecated methods sync() and close() from memmap.rgommers2011-03-111-6/+2
* TST: fix memmap test error. Closes #1550. Thanks to Christoph Gohlke.rgommers2010-08-081-0/+1
* ENH: Add more tests for new memmap object attributes.Charles Harris2010-04-131-2/+16
* ENH: Add filename attribute to memmap.Charles Harris2010-04-121-0/+12
* Fix #951: make tests to clean temp files properlyPauli Virtanen2008-12-311-0/+3
* Cleaned up logic and annotation of __del__ method, with testMatthew Brett2008-08-241-1/+16
* ran reindentJarrod Millman2008-08-081-1/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+2
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-5/+5
* Try to access file only once to make Windows tests pass.Stefan van der Walt2008-03-111-0/+1
* Use mktemp as a last resort to fix the memmap tests that break underStefan van der Walt2008-03-111-5/+5
* Allow file-like object to be used to create a memmap.Stefan van der Walt2008-03-111-5/+16