summaryrefslogtreecommitdiff
path: root/numpy/lib/_iotools.py
Commit message (Expand)AuthorAgeFilesLines
* * fixed 'flatten_dtype' to support fields w/ titles (bug #1591). Thx to Stefa...pierregm2010-09-131-2/+2
* * add a `replace_space` option to NameValidatorpierregm2010-05-161-3/+10
* 3K: lib: missing_values in genfromtxt is never a basestring on Py3Pauli Virtanen2010-02-211-1/+1
* 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxtPauli Virtanen2010-02-201-3/+8
* 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly gen...Pauli Virtanen2010-02-201-12/+36
* 3K: lib: do not slice range() in _iotools needlesslyPauli Virtanen2010-02-201-1/+1
* * _iotools.LineSplitter : prevent the first and/or last empty tab-separated c...pierregm2009-12-081-8/+8
* first set of checkins from the doc editorJarrod Millman2009-11-131-7/+27
* * _iotools.StringConverterpierregm2009-10-141-1/+6
* * _iotools.StringConverterpierregm2009-10-121-8/+21
* * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #...pierregm2009-10-091-25/+125
* * _iotools.StringConverterpierregm2009-10-061-4/+33
* * Add warnings to genfromtxt describing inconsistencies in the number of colu...pierregm2009-10-051-7/+7
* Docstring update: libPauli Virtanen2009-10-021-79/+195
* lib._iotools : pierregm2009-05-281-4/+27
* * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai...pierregm2009-02-051-2/+17
* * Make sure that StringConverter.update sets the type to object if it can't d...pierregm2009-02-031-2/+7
* * _iotools.StringConverter :pierregm2009-01-261-2/+6
* * lib : introduced _iotoolspierregm2009-01-191-0/+469