Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: wiki merge, npyio, format and function_base | rgommers | 2010-07-31 | 1 | -24/+28 |
| | |||||
* | 3K: lib: fix some bytes/str issues in _format.py and its tests | Pauli Virtanen | 2010-02-20 | 1 | -5/+12 |
| | |||||
* | ENH: lib: write fortran-contiguous data to files using arr.T.tofile instead ↵ | Pauli Virtanen | 2010-02-20 | 1 | -4/+5 |
| | | | | | | | | | of arr.data (required for Py3 compatibility) The issue is that when passing a buffer object to Python's io.BufferedWriter.write, it will try to obtain the buffer using PyBUF_ND | PyBUF_C_CONTIGUOUS. This will fail for strided arrays -- seems to be an issue in Python, as it probably should try to obtain a SIMPLE buffer. | ||||
* | 3K: lib: bytes vs. str fixes in lib.format and lib.io | Pauli Virtanen | 2010-02-20 | 1 | -4/+4 |
| | |||||
* | 3K: rename compat.isfile to isfileobj to avoid confusion with os.path | Pauli Virtanen | 2009-12-06 | 1 | -3/+3 |
| | |||||
* | 3K: lib: some fixes to lib.format on strings vs bytes; and file objects | Pauli Virtanen | 2009-12-06 | 1 | -6/+6 |
| | |||||
* | Docstring update: lib | Pauli Virtanen | 2009-10-02 | 1 | -35/+114 |
| | |||||
* | Opening a memmap requires a filename. Raise an error otherwise. | Stefan van der Walt | 2008-11-29 | 1 | -2/+6 |
| | |||||
* | Apply modified version of Andrew Dalke's patch in #874 to create a ↵ | Travis Oliphant | 2008-08-27 | 1 | -1/+2 |
| | | | | quicker-loading numpy. | ||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -29/+74 |
| | |||||
* | BUG: Allow longs as well as ints to satisfy Win64. | Robert Kern | 2008-07-20 | 1 | -1/+1 |
| | |||||
* | Use join instead of += to build string. | Charles Harris | 2008-06-29 | 1 | -3/+4 |
| | |||||
* | Shorten long lines. | Charles Harris | 2008-06-28 | 1 | -39/+58 |
| | |||||
* | Fix ticket #828 by explicitly sorting keys instead of relying on pprint. | Charles Harris | 2008-06-28 | 1 | -8/+12 |
| | | | | Thanks to Neil Muller for the analysis and patch. | ||||
* | One dtype representation issue got fixed. Documented the remaining one. | Robert Kern | 2008-02-27 | 1 | -6/+7 |
| | |||||
* | Documentation update for the NPY format. | Robert Kern | 2008-02-27 | 1 | -7/+9 |
| | |||||
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -4/+1 |
| | |||||
* | Merge the lib_for_io branch back into the trunk. | Travis Oliphant | 2007-12-30 | 1 | -0/+412 |