summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Opening a memmap requires a filename. Raise an error otherwise.Stefan van der Walt2008-11-291-2/+6
|
* Apply modified version of Andrew Dalke's patch in #874 to create a ↵Travis Oliphant2008-08-271-1/+2
| | | | quicker-loading numpy.
* Merge from documentation editor.Stefan van der Walt2008-08-051-29/+74
|
* BUG: Allow longs as well as ints to satisfy Win64.Robert Kern2008-07-201-1/+1
|
* Use join instead of += to build string.Charles Harris2008-06-291-3/+4
|
* Shorten long lines.Charles Harris2008-06-281-39/+58
|
* Fix ticket #828 by explicitly sorting keys instead of relying on pprint.Charles Harris2008-06-281-8/+12
| | | | Thanks to Neil Muller for the analysis and patch.
* One dtype representation issue got fixed. Documented the remaining one.Robert Kern2008-02-271-6/+7
|
* Documentation update for the NPY format.Robert Kern2008-02-271-7/+9
|
* ran reindentJarrod Millman2008-02-081-4/+1
|
* Merge the lib_for_io branch back into the trunk.Travis Oliphant2007-12-301-0/+412