summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-20/+20
* TST: Remove unittest dependencies in numpy/lib/tests.Charles Harris2017-07-241-16/+16
* Merge pull request #6632 from mcmtroffaes/feature/fromfile-ioopen-bugCharles Harris2017-04-141-2/+3
|\
| * BUG: npy_PyFile_Dup2 - fix PyFile_AsFile failing on io style classesMatthias C. M. Troffaes2016-09-081-2/+3
* | MAINT: Replace unicode() with u prefixEric Wieser2017-03-251-1/+1
* | MAINT: Other cleanup Python < 2.7 and Python3 < 3.4Alexandr Shadchin2016-12-091-6/+4
* | BUG: Apply more robust string converts in loadtxtgfyoung2016-12-081-0/+9
|/
* TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-16/+13
* ENH: skip or avoid gc/objectmodel differences btwn pypy and cpythonmattip2016-08-151-1/+2
* TST: mark two tests in numpy.lib as slow, speeds up numpy.lib tests by 5xRalf Gommers2016-05-161-2/+2
* TST: fix test errors for Pathlib usage tests in io.py.Ralf Gommers2016-05-151-10/+13
* ENH: Add support for pathlib.Path objects to save/load functionsWendell Smith2016-04-061-1/+101
* ENH: usecols now accepts an int when only one column has to be readI--P2016-02-011-0/+38
* TST: Add missing suffix to temppath managerSebastian Berg2016-01-301-1/+1
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-55/+31
* MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-21/+12
* MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-3/+3
* TST: attempt to make test_load_refcount deterministicNathaniel J. Smith2015-10-281-6/+11
* STY: PEP8 and pyflakes fixes for numpy/lib/testsCharles Harris2015-07-251-82/+73
* BUG: Fix imports in test_io.py and test_recfunctions.py.Charles Harris2015-07-041-7/+9
* ENH: Multiple comment tokens in loadtxtJoseph Martinot-Lagarde2015-04-221-3/+37
* BUG: loadtxt fails with complex data in Python 3.Charles Harris2015-03-111-0/+8
* BUG: genfromtxt gave OverflorError for large integersThomas Robitaille2015-03-061-2/+27
* TST: Make loadtxt able to load floats as hex strings.Charles Harris2015-02-131-0/+13
* Merge pull request #5495 from charris/cleanup-gh-4649Charles Harris2015-01-241-2/+26
|\
| * TST: Fix bug in test_dtype_with_converters_and_usecols.Charles Harris2015-01-231-2/+2
| * BUG: Fix genfromtext NameValidator arguments passed to easy_dtype.Alan Briolat2015-01-231-0/+24
* | ENH: genfromtxt: Change 'nrows' to 'max_rows'.Warren Weckesser2015-01-231-12/+40
* | ENH:Add keyword nrows to genfromtxt.styr2015-01-231-0/+26
|/
* TST: Add test for loadtxt with None as string type.Charles Harris2015-01-231-0/+8
* TEST: added test of BagObjWendell Smith2014-11-181-0/+11
* Merge pull request #5006 from dhomeier/ioconv_usecolsJulian Taylor2014-08-271-0/+15
|\
| * BUG: fix genfromtxt check of converters when using usecolsDerek Homeier2014-08-271-0/+15
* | BUG: io: genfromtxt did not handle filling_values=0 correctly. Closes gh-2317.Warren Weckesser2014-08-151-0/+10
* | Move tempdir context manager to numpy.testing.utilsOlivier Grisel2014-06-301-12/+4
|/
* TST: add a format 2.0 roundtrip testJulian Taylor2014-06-031-0/+7
* BUG: fix test deleting temporary file before using it on windowsJulian Taylor2014-06-031-22/+28
* ENH: Better error w/ line num for bad column count in np.loadtxt()Daniel da Silva2014-04-051-2/+13
* TST: Added regression test for recfromcsv dtype error, as suggested by @hpauljYaron de Leeuw2014-02-281-0/+8
* Merge pull request #4273 from juliantaylor/test-file-leakJulian Taylor2014-02-091-7/+8
|\
| * TST: clean up tempfile in test_closing_zipfile_after_loadJulian Taylor2014-02-081-7/+8
* | TST: fix test_io.TestSavezLoadJulian Taylor2014-02-081-1/+1
|/
* ENH: remove insecure mktemp useJulian Taylor2014-02-061-8/+16
* TST: Increase test coverage of numpy.save/load roundtripsOlivier Grisel2013-11-261-6/+36
* MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-201-0/+4
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-129/+110
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* TST: Test that savetxt works with objects having a write method.Daniel2013-08-151-0/+12
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-26/+10
* BUG: Make np.load transfer file ownership to the returned NpzFile.Charles Harris2013-06-221-1/+13