summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test__iotools.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix default fallback in genfromtxtSebastian Berg2020-05-181-2/+2
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-261-4/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-4/+4
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Refcount fixes (#13860)Sebastian Berg2019-07-031-8/+12
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+0
* Use set litteralsRoman Yurchak2018-11-241-1/+1
* BUG: delimiter/comments in genfromtxt should be encodedAllan Haldane2018-05-301-0/+5
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-4/+1
* MAINT: Various minor code cleanups.Charles Harris2017-11-241-6/+14
* MAINT: Refactor some code in npyio.py.Charles Harris2017-11-211-2/+0
* ENH: Add encoding option to numpy text IO.Julian Taylor2017-11-211-62/+61
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-6/+5
* MAINT: Remove asbytes_nested where b prefixes would sufficeEric Wieser2017-03-251-15/+14
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-251-42/+42
* BUG: genfromtxt gave OverflorError for large integersThomas Robitaille2015-03-061-2/+16
* MAINT: Make argument determination in NameValidator more precise.Charles Harris2015-01-231-1/+5
* BUG: Closes #2917: numpy.lib._iotools.StringConverter.upgrade returnGarrett-R2014-11-301-7/+11
* STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-311-1/+1
* MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-311-2/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-28/+31
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-10/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-2/+2
* BUG: ticket #1428, allow int64 and uint64 integer types to be specified inCharles Harris2011-04-021-0/+16
* * 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