summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test__iotools.py
Commit message (Expand)AuthorAgeFilesLines
* * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to Stefa...pierregm2010-09-131-11/+33
* 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxtPauli Virtanen2010-02-201-13/+14
* 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly gen...Pauli Virtanen2010-02-201-50/+65
* Hard tab removal.Charles Harris2009-10-201-5/+5
* * _iotools.StringConverterpierregm2009-10-141-1/+10
* * _iotools.StringConverterpierregm2009-10-121-0/+12
* * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #...pierregm2009-10-091-1/+86
* * genfromtxt : fixed case when using explicit converters and explicit dtype.pierregm2009-02-141-0/+8
* * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai...pierregm2009-02-051-1/+16
* test_upgrademapper : got rid of the dateutil importpierregm2009-02-041-10/+11
* * test__iotools : prevent test_upgrademapper if dateutil is not installedpierregm2009-02-041-7/+10
* * lib : introduced _iotoolspierregm2009-01-191-0/+140