summaryrefslogtreecommitdiff
path: root/numpy/compat/py3k.py
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Fix ticket #1990.Bryan Van de Ven2012-03-031-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 Gommers2011-07-011-1/+1
|
* BUG: compat: fix a bug in open_latin1Pauli Virtanen2010-05-131-1/+1
|
* BUG/3K: distutils: do not assume that files output e.g. by gcc can be read ↵Pauli Virtanen2010-05-111-1/+5
| | | | in ascii codec
* 3K: lib: more str vs bytes issues in the lib/io loadtxt, savetxt and genfromtxtPauli Virtanen2010-02-201-1/+1
|
* ENH: compat: additional Py3 convenience functionsPauli Virtanen2010-02-201-3/+9
|
* 3K: compat: make isfileobj recognize only real file objects with FILE* ↵Pauli Virtanen2010-02-201-1/+1
| | | | pointers as file objects
* ENH: Add some tools to numpy.compatPauli Virtanen2010-02-201-2/+15
|
* 3K: core: adjust some tests vs. str/bytes and int inheritance issuesPauli Virtanen2010-02-201-1/+7
|
* 3K: BUG: core: fix some tests for Py3Pauli Virtanen2010-02-201-1/+3
|
* 3K: compat: add getexception to compat.py3kPauli Virtanen2009-12-061-1/+6
|
* 3K: rename compat.isfile to isfileobj to avoid confusion with os.pathPauli Virtanen2009-12-061-3/+3
|
* 3K: add some compatibility tools to numpy.compatPauli Virtanen2009-12-061-0/+22