summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_format.py
Commit message (Expand)AuthorAgeFilesLines
* TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5xRalf Gommers2016-05-161-0/+1
* TST: fix test error when saving large array with savez.Ralf Gommers2016-05-161-2/+9
* BUG: Cast size to int64 when loading from archivedrasmuss2016-05-091-0/+14
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-2/+1
* ENH: add options for disabling use of pickle in load/savePauli Virtanen2015-04-181-0/+16
* TST: tests for format.read_array_header_* and test read_magicBlake Griffith2015-04-011-0/+44
* STY: fold long linesPauli Virtanen2015-03-081-2/+2
* BUG: enable working around pickle compatibility issues on Py3 in npy filesPauli Virtanen2015-03-081-1/+66
* Merge pull request #5178 from charris/fix-npz-header-incompatibilityJulian Taylor2014-10-131-0/+10
|\
| * TST: Add tests for Python2, Python3 *.npy compatibility.Charles Harris2014-10-121-0/+10
* | Merge pull request #5005 from juliantaylor/use-tempdir-for-large-fileJulian Taylor2014-08-271-16/+16
|\ \ | |/ |/|
| * TST: skip large file test on windowsJulian Taylor2014-08-271-0/+2
| * BUG: avoid NamedTemporaryFile for large file testMatthew Brett2014-08-271-16/+14
* | MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-6/+8
|/
* ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-021-2/+55
* TST: document reason for truncate instead of seek past endJulian Taylor2014-01-141-0/+3
* BUG: fix large file support on 32 bit systemsJulian Taylor2014-01-111-0/+24
* MAINT: Change test to read random sized chunksMax Sperlich2013-12-111-13/+9
* MAINT: Introduced _read_array functionMax Sperlich2013-12-111-0/+8
* MAINT: Better handling of very small chunksMax Sperlich2013-12-091-11/+16
* STY: pep8Max Sperlich2013-12-081-5/+11
* TST: Adds test case for Issue 4093Max Sperlich2013-12-081-4/+37
* TST: improve test_long_str and add documentationJulian Taylor2013-11-091-1/+3
* BUG: Fix chunked reading of strings longer than BUFFERSIZELuke Carmichael2013-11-081-1/+1
* test for failing chunk read of large stringLuke Carmichael2013-11-081-0/+3
* TST: improve test speedJulian Taylor2013-09-281-0/+1
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-12/+26
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-12/+12
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-29/+19
* 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
* WRN: Get rid of some of the deprecation warnings about 'O4'Mark Wiebe2011-07-081-12/+12
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-1/+1
* TST: clean up some ResourceWarnings from python 3.2.rgommers2011-03-021-1/+1
* 3K: lib: even more bytes/str fixes in format.py testsPauli Virtanen2010-02-201-6/+8
* 3K: lib: fix some bytes/str issues in _format.py and its testsPauli Virtanen2010-02-201-2/+10
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+1
* reindenting prior to releaseJarrod Millman2008-09-021-3/+3
* Disable memmap test which crashes nose tests on cygwin.David Cournapeau2008-09-011-1/+1
* Disable memmap test on windows because it crashes the testsuite. This has to ...David Cournapeau2008-08-131-31/+34
* Added tests to improve coverage of numpy.lib.Alan McIntyre2008-07-221-1/+41
* Remove uses of set_package_path, set_local_path, restore_path.Alan McIntyre2008-07-031-1/+0
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-0/+4
* ran reindentJarrod Millman2008-02-081-15/+13
* Removed dependency on nose.tools. Ripped nose.tools.raise and placed it in n...Travis Oliphant2008-01-021-3/+1
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+512