summaryrefslogtreecommitdiff
path: root/numpy/lib/_iotools.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-281-0/+13
* BUG: genfromtxt gave OverflorError for large integersThomas Robitaille2015-03-061-6/+27
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-3/+3
* MAINT: Make argument determination in NameValidator more precise.Charles Harris2015-01-231-3/+4
* BUG: Closes #2917: numpy.lib._iotools.StringConverter.upgrade returnGarrett-R2014-11-301-2/+6
* DOC: Fix typo in _iotools.py docstring.Charles Harris2014-07-311-1/+1
* STY: Make files in numpy/lib PEP8 compliant.Charles Harris2014-07-311-76/+93
* MAINT: Fixes for problems in numpy/lib revealed by pyflakes.Charles Harris2014-07-311-1/+1
* 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+2
* Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-141-1/+1
|\
| * 2to3: Apply zip fixer.Charles Harris2013-04-131-1/+1
* | 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+1
|/
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-3/+3
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-1/+5
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+5
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-2/+3
|\ \ | |/ |/|
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-2/+3
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+5
* BUG: genfromtxt: make comments=None work with spaces in strings.Ralf Gommers2012-07-111-3/+8
* BUG: datetime: Various fixes for datetime arrays.Ben Walsh2011-07-191-9/+24
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-3/+3
* BUG: ticket #1428, allow int64 and uint64 integer types to be specified inCharles Harris2011-04-021-2/+8
* WHT: Cleanup trailing whitespace.Charles Harris2011-04-021-5/+4
* genfromtxt: Taking more adequate testing values when updating converters: bug...pierregm2010-11-131-3/+6
* Fix bug #1656pierregm2010-11-131-1/+1
* * 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