summaryrefslogtreecommitdiff
path: root/numpy/lib/_iotools.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove users of `numpy.compat.bytes`Eric Wieser2020-08-311-1/+1
* Update numpy/lib/_iotools.pySebastian Berg2020-05-181-1/+2
* BUG: Fix default fallback in genfromtxtSebastian Berg2020-05-181-3/+5
* MAINT: Extract a helper function from StringConverterEric Wieser2020-05-081-26/+30
* STY: remove some parens in iterationEric Wieser2020-05-081-3/+3
* MAINT: remove unused private membersEric Wieser2020-05-081-2/+0
* STY: Remove some weird comments from iotoolsEric Wieser2020-05-081-42/+27
* MAINT: Remove duplicated code in iotools.pyEric Wieser2020-03-311-37/+22
* DEP: Do not allow "abstract" dtype conversion/creationSebastian Berg2020-02-061-6/+11
* MAINT: Replace basestring with str.Charles Harris2020-01-231-7/+7
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: lib: Clean up in _iotools.pyWarren Weckesser2020-01-011-45/+6
* Merge remote-tracking branch 'upstream/master' into fix-if-fieldsEric Wieser2019-08-191-9/+15
|\
| * MAINT: address several reviewer commentsTyler Reddy2018-12-141-1/+9
| * TST, DOC: enable refguide_checkTyler Reddy2018-12-141-9/+7
* | BUG: Don't allow extra fields to be added in genfromtxtEric Wieser2019-08-191-6/+5
* | BUG: Fix crash on genfromtxt with nested empty structured arrayEric Wieser2019-08-191-1/+1
|/
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* Use set litteralsRoman Yurchak2018-11-241-1/+1
* BUG: delimiter/comments in genfromtxt should be encodedAllan Haldane2018-05-301-0/+4
* MAINT: Various minor code cleanups.Charles Harris2017-11-241-2/+2
* MAINT: Refactor some code in npyio.py.Charles Harris2017-11-211-13/+35
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-211-33/+29
* MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-051-1/+1
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-13/+13
* DOC: There's a name for {False, True}, and it's "bool"Eric Wieser2017-03-231-2/+3
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* 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