summaryrefslogtreecommitdiff
path: root/numpy/lib/format.py
Commit message (Expand)AuthorAgeFilesLines
* adjust the optimal IO buffer size for npz filesBartosz Telenczuk2013-06-121-8/+11
* Chunk reads in format.read_array.Alex Ford2013-06-121-3/+14
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+1
* 2to3: Apply basestring fixer.Charles Harris2013-04-131-1/+1
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-1/+1
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-4/+7
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-4/+7
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-1/+1
|\ \ | |/ |/|
| * DOC: regex-assisted fixes of definition list formattingendolith2013-03-191-1/+1
* | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
|/
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-2/+2
* DOC: wiki merge, npyio, format and function_basergommers2010-07-311-24/+28
* 3K: lib: fix some bytes/str issues in _format.py and its testsPauli Virtanen2010-02-201-5/+12
* ENH: lib: write fortran-contiguous data to files using arr.T.tofile instead o...Pauli Virtanen2010-02-201-4/+5
* 3K: lib: bytes vs. str fixes in lib.format and lib.ioPauli Virtanen2010-02-201-4/+4
* 3K: rename compat.isfile to isfileobj to avoid confusion with os.pathPauli Virtanen2009-12-061-3/+3
* 3K: lib: some fixes to lib.format on strings vs bytes; and file objectsPauli Virtanen2009-12-061-6/+6
* Docstring update: libPauli Virtanen2009-10-021-35/+114
* 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 quicker-lo...Travis Oliphant2008-08-271-1/+2
* 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
* 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