summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* TST: use assert_warns to check for warnings (and to avoid cluttering non-verb...David Cournapeau2009-11-231-4/+17
* * io.genfromtxtpierregm2009-10-161-13/+17
* * io.genfromtxtpierregm2009-10-161-0/+16
* * _iotools.StringConverterpierregm2009-10-141-2/+38
* * io.genfromtxtpierregm2009-10-121-2/+14
* * _iotools.StringConverterpierregm2009-10-121-13/+49
* * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #...pierregm2009-10-091-10/+71
* * _iotools.StringConverterpierregm2009-10-061-0/+25
* * Add warnings to genfromtxt describing inconsistencies in the number of colu...pierregm2009-10-051-0/+38
* Add tests for dictionary interface to NpzFile.Stefan van der Walt2009-07-041-0/+26
* lib._iotools : pierregm2009-05-281-0/+29
* loadtxt: allow shaped dtypes.Stefan van der Walt2009-05-271-0/+9
* Fixed #852: avoid filename clashes in savez, by using a secure temporary file...Pauli Virtanen2009-03-301-0/+27
* Fix import issue.David Cournapeau2009-03-091-1/+1
* Remove dead code.David Cournapeau2009-03-091-1/+0
* Do not hardcode string for savetxt testing, as the exact representation depen...David Cournapeau2009-03-091-5/+6
* BUG: Rewrite test_gzip_loadtxt to avoid NamedTemporaryFile which is unusable...David Cournapeau2009-03-091-9/+30
* Correctly handle gzip filenames in loadtxt.Stefan van der Walt2009-03-021-0/+8
* Add test for Gzip loader.Stefan van der Walt2009-02-221-0/+14
* Whitespace cleanup.Stefan van der Walt2009-02-221-4/+3
* Fix tests using strptime to be Python 2.4 compatible.Stefan van der Walt2009-02-191-6/+13
* Tag known failure on win32.David Cournapeau2009-02-191-0/+2
* * genfromtxt : fixed case when using explicit converters and explicit dtype.pierregm2009-02-141-2/+11
* Removed an unneccessary return statement in a unit test.Travis Oliphant2009-02-061-1/+0
* * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai...pierregm2009-02-051-0/+29
* * Make sure that StringConverter.update sets the type to object if it can't d...pierregm2009-02-031-0/+11
* * _iotools.StringConverter :pierregm2009-01-261-0/+17
* * genfromtxt : if names is True, accept a line starting with a comment charac...pierregm2009-01-221-1/+25
* * lib : introduced _iotoolspierregm2009-01-191-1/+357
* Use new-style classes with multiple-inheritance to address bug in IronPython.Stefan van der Walt2009-01-061-1/+1
* BUG (#827): close temp file before reopning them on windows, and make sure th...David Cournapeau2008-12-271-1/+15
* Reformat spacing in io tests.Stefan van der Walt2008-11-291-33/+37
* Add test for load's mmap_mode.Stefan van der Walt2008-11-291-26/+61
* Fix ambiguous assert.David Cournapeau2008-11-201-1/+1
* Ignore unused converters in `loadtxt`.Stefan van der Walt2008-09-221-0/+11
* FIX: Loadtxt raises on empty input (closes #908).Stefan van der Walt2008-09-091-3/+5
* Applied patch from R. May fixing ticket #905 (loadtxt). Fixed other bug occur...dhuard2008-09-051-1/+15
* ran reindentJarrod Millman2008-08-081-3/+3
* Apply Stefan's patch for Ryan's loadtext fix.Charles Harris2008-07-221-0/+9
* Committed patch from Ryan May. It fixes error in loadtxt occurring when useco...dhuard2008-07-221-0/+11
* Added tests to improve coverage.Alan McIntyre2008-07-131-0/+58
* 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-4/+5
* Support for multi formatting elements in savetxt [patch by David Huard].Stefan van der Walt2008-04-281-21/+20
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-11/+11
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ...dhuard2008-04-161-6/+78
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-121-19/+53
* Compare against native-endian types, not endian-specific types.Robert Kern2008-04-121-2/+2
* Added test for handling missing data using loadtxt.dhuard2008-04-091-0/+18
* Modified io._getconv to allow loading values stored as float as integers arra...dhuard2008-04-041-0/+10