summaryrefslogtreecommitdiff
path: root/numpy/lib/io.py
Commit message (Expand)AuthorAgeFilesLines
* Restore change to docstring overwritten by wiki merge.Stefan van der Walt2008-05-141-2/+2
* Merge docstrings from wiki.Stefan van der Walt2008-05-141-8/+11
* Fix ticket #791.Travis Oliphant2008-05-131-2/+2
* Add comments to savetxt.Stefan van der Walt2008-04-281-4/+10
* Support for multi formatting elements in savetxt [patch by David Huard].Stefan van der Walt2008-04-281-40/+60
* ran reindent in preparation for the 1.1 releaseJarrod Millman2008-04-201-31/+30
* Don't require gzip or bz2 until the actual functionality is requested.Robert Kern2008-04-171-1/+7
* Added and fixed some tests for loadtxt and savetxt. Cleaned up the docstring ...dhuard2008-04-161-13/+46
* Fix fromregex, add documentation and tests [patch by Pauli Virtanen].Stefan van der Walt2008-04-121-10/+32
* Formatted the docstring. Added comment regarding the handling of missing valu...dhuard2008-04-091-42/+40
* Modified io._getconv to allow loading values stored as float as integers arra...dhuard2008-04-041-1/+1
* Add fromregex function (needs more testing) and some simple spreadsheet-like ...Travis Oliphant2008-04-041-0/+22
* added 1D tests for loadtxt and savetxt. Fixed a bugdhuard2008-04-031-1/+1
* Fixed a bug with loadtxt and savetxt failing on record arrays. This addresses...dhuard2008-04-031-4/+2
* Correct condition.Robert Kern2008-02-281-1/+1
* Typo.Robert Kern2008-02-281-1/+1
* Handle the no-comment case correctly.Robert Kern2008-02-271-1/+5
* ran reindentJarrod Millman2008-02-081-27/+23
* Fix deprecate_with_doc and deprecate for builtin functions.Travis Oliphant2007-12-301-3/+8
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+360