summaryrefslogtreecommitdiff
path: root/numpy/lib/io.py
Commit message (Expand)AuthorAgeFilesLines
* Rename numpy/lib/io.py to numpy/lib/npyio.py. The py3tool can probably beCharles Harris2010-03-241-1603/+0
* WHT: Whitespace removal.Charles Harris2010-02-211-2/+1
* 3K: lib: missing_values in genfromtxt is never a basestring on Py3Pauli Virtanen2010-02-211-1/+1
* BUG: lib: ensure 'bytes' is imported in io.pyPauli Virtanen2010-02-201-1/+1
* 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxtPauli Virtanen2010-02-201-16/+44
* 3K: lib: fix savetxtPauli Virtanen2010-02-201-9/+23
* 3K: lib: fix some bytes vs. str issues in _iotools.py and io.py -- mainly gen...Pauli Virtanen2010-02-201-13/+15
* 3K: lib: bytes vs. str fixes in lib.format and lib.ioPauli Virtanen2010-02-201-1/+3
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-24/+42
* np.genfromtxt: make sure we're using the actual names when double-checking fo...pierregm2010-01-201-1/+2
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-8/+9
* 3K: lib: use open instead of filePauli Virtanen2009-12-061-1/+1
* docs : renamed basic.io.rst and basic.io.genfromtxt to basics.io and basics.i...pierregm2009-11-071-22/+12
* * io.genfromtxt : make sure that `names` is a list and not a tuplepierregm2009-10-191-12/+14
* * io.genfromtxtpierregm2009-10-161-2/+2
* * io.genfromtxtpierregm2009-10-161-4/+7
* * _iotools.StringConverterpierregm2009-10-141-12/+36
* * io.genfromtxtpierregm2009-10-121-8/+26
* * _iotools.StringConverterpierregm2009-10-121-54/+126
* * ma.masked_equal : force the `fill_value` of the output to `value` (ticket #...pierregm2009-10-091-71/+40
* * _iotools.StringConverterpierregm2009-10-061-10/+30
* * Add warnings to genfromtxt describing inconsistencies in the number of colu...pierregm2009-10-051-43/+85
* Docstring update: libPauli Virtanen2009-10-021-83/+256
* Add example to savez.Stefan van der Walt2009-07-041-0/+6
* More complete dictionary interface to NpzFile [patch by David Warde-Farley]Stefan van der Walt2009-07-041-0/+21
* Merge from doc wikiPauli Virtanen2009-06-191-50/+58
* lib._iotools : pierregm2009-05-281-13/+17
* loadtxt: allow shaped dtypes.Stefan van der Walt2009-05-271-1/+4
* Fixed #852: avoid filename clashes in savez, by using a secure temporary file...Pauli Virtanen2009-03-301-16/+19
* Merge from the doc wikiPauli Virtanen2009-03-241-9/+34
* Close file handle in loadtxt if we opened the file ourselves.David Cournapeau2009-03-091-45/+51
* Correctly handle gzip filenames in loadtxt.Stefan van der Walt2009-03-021-0/+3
* Add GzipFile wrapper to support the "whence" keyword in GzipFile.seek.Stefan van der Walt2009-02-221-1/+36
* * genfromtxt : fixed case when using explicit converters and explicit dtype.pierregm2009-02-141-1/+11
* Avoid re-creating the sequence when there is only one field in the regular ex...Travis Oliphant2009-02-061-4/+9
* * genfromtxt : Fixed when a dtype involving objects is explicitly given. Rai...pierregm2009-02-051-3/+15
* * _iotools.StringConverter :pierregm2009-01-261-7/+10
* * genfromtxt : if names is True, accept a line starting with a comment charac...pierregm2009-01-221-1/+8
* * lib : introduced _iotoolspierregm2009-01-191-6/+470
* Add bz2 support to loadtxt [patch by Ryan May].Stefan van der Walt2008-11-291-2/+5
* Identify file object using 'readline', rather than 'seek'.Stefan van der Walt2008-11-291-1/+1
* Add memory map support to `load` [patch by Gael Varoquaux]. Closes #954.Stefan van der Walt2008-11-291-14/+29
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-14/+25
* Ignore unused converters in `loadtxt`.Stefan van der Walt2008-09-221-1/+5
* FIX: Loadtxt raises on empty input (closes #908).Stefan van der Walt2008-09-091-4/+6
* Applied patch from R. May fixing ticket #905 (loadtxt). Fixed other bug occur...dhuard2008-09-051-2/+5
* Merge from documentation editor.Stefan van der Walt2008-08-051-87/+138
* Fix string type comparisons.Stefan van der Walt2008-07-301-4/+4
* Fix doctest command continuation line.Alan McIntyre2008-07-231-1/+1
* Clean up loadtxt. Fix Python 2.3 compatibility.Stefan van der Walt2008-07-221-9/+10