summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-0/+15
* Fixed a bug with loadtxt and savetxt failing on record arrays. This addresses...dhuard2008-04-031-0/+52