summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_io.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Make np.load transfer file ownership to the returned NpzFile.Charles Harris2013-06-221-1/+13
* adjust the optimal IO buffer size for npz filesBartosz Telenczuk2013-06-121-5/+3
* BUG: fix loading large npz files (fixes #2922)Bartosz Telenczuk2013-06-121-1/+18
* 2to3: Apply zip fixer.Charles Harris2013-04-131-2/+2
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `imports` fixer.Charles Harris2013-04-021-223/+238
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* TST: Get rid of a ResourceWarning.Charles Harris2013-03-031-6/+15
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-2/+2
* Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSa...cgohlke2012-07-161-0/+1
* BUG: genfromtxt: make comments=None work with spaces in strings.Ralf Gommers2012-07-111-0/+3
* BUG: make genfromtxt work with comments=None. Closes Github issue 329.martingoodson2012-07-101-3/+5
* BF(PY3): open file handles in tests in binary modeYaroslav Halchenko2012-07-061-3/+3
* ENH: added a rudimentary test for having #1517 (too many open files) fixedYaroslav Halchenko2012-07-051-0/+24
* ENH: unittest for preceeding commit fixing #2178Yaroslav Halchenko2012-07-021-0/+21
* BUG: Fix some test bugs.Charles Harris2012-05-021-4/+4
* TST: fix string comparison test failures on Windows for Python 2.5.Ralf Gommers2012-03-071-3/+22
* TST: filter one more printed warning.Ralf Gommers2012-03-021-3/+12
* ENH: lib: break reference cycle in NpzFile (#2048)Pauli Virtanen2012-02-161-0/+15
* BUG: Fix improper usage of warning filters in the testsMark Wiebe2012-02-081-30/+46
* BUG: savetxt now handles complex arrays. Closes #1573.Paul Anton Letnes2011-12-281-0/+33
* ENH: Add provision for headers and footers to savetxt, fixes ticket 1236.Paul Anton Letnes2011-08-151-0/+35
* BUG: fix failing npyio test under py3k. Thanks to Derek Homeier. Closes #1793.Ralf Gommers2011-08-101-0/+1
* ENH: let genfromtxt return empty array for empty input file instead of an error.Paul Anton Letnes2011-07-311-5/+6
* BUG: datetime: Various fixes for datetime arrays.Ben Walsh2011-07-191-0/+9
* use np.atleast_Nd() to boost dimensions to ndminDerek Homeier2011-05-071-2/+16
* changed ndmin option in loadtxt to return shape (1, X.size) for single-row in...Derek Homeier2011-05-071-2/+8
* TST: test for different line endings in genfromtxt input file. NoteMatthew Brett2011-04-061-25/+27
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-8/+8
* BUG: ticket #1071, fix loadtxt to handle tab delimited data with missingDerek Homeir2011-04-041-8/+14
* ENH: Let genfromtxt accept generators as text sources. Add testCharles Harris2011-04-031-1/+9
* BUG: Fix strings for Python 3k.Charles Harris2011-04-031-1/+1
* ENH: ticket #1616, let loadtxt accept generators in additions toCharles Harris2011-04-031-0/+7
* ENH: add ndmin keyword to loadtxt. Closes #1562.Ralf Gommers2011-04-031-0/+17
* ENH: return empty array from loadtxt for an empty file. Closes #1752.Ralf Gommers2011-04-031-2/+7
* TST: add test for ticket #1458.Charles Harris2011-04-021-1/+12
* BUG: ticket #1565, fix conversion of int64 and uint64 types by loadtxt.Christoph Gohlke2011-04-021-0/+16
* BUG: open genfromtxt file as binary; add test for filename useMatthew Brett2011-03-301-1/+20
* ENH: core: Add new GetArrayParamsFromObject API function (fixes #1081)Mark Wiebe2011-02-061-1/+1
* ENH: core: Implement PyArray_CopyInto using the new iteratorMark Wiebe2011-01-161-1/+9
* genfromtxt: Taking more adequate testing values when updating converters: bug...pierregm2010-11-131-0/+9
* Fix bug #1656pierregm2010-11-131-0/+7
* Fixing genfromtxt: names w/ usecols (bug #1636)pierregm2010-11-131-0/+21
* * fixed the behavior of {{{skip_footer}}} in {{{genfromtxt}}} when some inval...pierregm2010-09-131-1/+24
* 3K: lib/tests: fix test_io.RoundtripTest on Python3 + WindowsPauli Virtanen2010-07-171-1/+2
* * add a `replace_space` option to NameValidatorpierregm2010-05-161-0/+24
* BUG/3K: lib: make savetxt work with filenamesPauli Virtanen2010-05-131-0/+11