Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix ticket #1990. | Bryan Van de Ven | 2012-03-03 | 1 | -6/+19 |
| | | | | | | | When an array is created from a sequence of numeric (boolean, int, float, complex) and string (bytes, str, unicode) values, the resulting array type is string, but only the string values were being used to choose the string length, leading to truncation of data. | ||||
* | BUG:py3k: fix error with recarry. Patch by C. Gohlke. Closes #1843. | Ralf Gommers | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | BUG: compat: fix a bug in open_latin1 | Pauli Virtanen | 2010-05-13 | 1 | -1/+1 |
| | |||||
* | BUG/3K: distutils: do not assume that files output e.g. by gcc can be read ↵ | Pauli Virtanen | 2010-05-11 | 1 | -1/+5 |
| | | | | in ascii codec | ||||
* | 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxt | Pauli Virtanen | 2010-02-20 | 1 | -1/+1 |
| | |||||
* | ENH: compat: additional Py3 convenience functions | Pauli Virtanen | 2010-02-20 | 1 | -3/+9 |
| | |||||
* | 3K: compat: make isfileobj recognize only real file objects with FILE* ↵ | Pauli Virtanen | 2010-02-20 | 1 | -1/+1 |
| | | | | pointers as file objects | ||||
* | ENH: Add some tools to numpy.compat | Pauli Virtanen | 2010-02-20 | 1 | -2/+15 |
| | |||||
* | 3K: core: adjust some tests vs. str/bytes and int inheritance issues | Pauli Virtanen | 2010-02-20 | 1 | -1/+7 |
| | |||||
* | 3K: BUG: core: fix some tests for Py3 | Pauli Virtanen | 2010-02-20 | 1 | -1/+3 |
| | |||||
* | 3K: compat: add getexception to compat.py3k | Pauli Virtanen | 2009-12-06 | 1 | -1/+6 |
| | |||||
* | 3K: rename compat.isfile to isfileobj to avoid confusion with os.path | Pauli Virtanen | 2009-12-06 | 1 | -3/+3 |
| | |||||
* | 3K: add some compatibility tools to numpy.compat | Pauli Virtanen | 2009-12-06 | 1 | -0/+22 |