summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 3K: lib: adapt safe_eval for Py3 ast modulePauli Virtanen2010-02-201-32/+88
* 3K: compat: make isfileobj recognize only real file objects with FILE* pointe...Pauli Virtanen2010-02-201-1/+1
* 3K: lib: do not slice range() in _iotools needlesslyPauli Virtanen2010-02-201-1/+1
* 3K: lib: Make _datasource and its tests Py3 compatible + slight cleanup of th...Pauli Virtanen2010-02-202-9/+12
* 3K: fft: fix integer division in (i)fftshiftPauli Virtanen2010-02-201-2/+2
* 3K: f2py: use integer division to avoid problems with string multiplicationPauli Virtanen2010-02-201-1/+1
* 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them ...Pauli Virtanen2010-02-202-2/+3
* 3K: ENH: core: alias __round__ -> round for the generic scalar type, for the ...Pauli Virtanen2010-02-201-0/+6
* 3K: doc: note in Py3K porting log that intp('0xff', 16) does not work any morePauli Virtanen2010-02-201-0/+6
* ENH: core: Fix the test for #99 -- np.long == raw Python long. The test shoul...Pauli Virtanen2010-02-201-5/+5
* 3K: core: fix pickling of unicode scalars on Py3 -- they do not have buffer i...Pauli Virtanen2010-02-201-0/+8
* 3K: lib: bytes vs. str fixes in lib.format and lib.ioPauli Virtanen2010-02-202-5/+7
* 3K: core: use BytesIO instead of StringIO in test_regressions on Py3Pauli Virtanen2010-02-201-0/+4
* ENH: core: allow unicode file names in PyArray_DumpPauli Virtanen2010-02-201-1/+1
* 3K: core: allow unicode type strings in __array_interface__ since we allow th...Pauli Virtanen2010-02-201-1/+12
* 3K: linalg: fix some str/bytes issuesPauli Virtanen2010-02-201-20/+30
* 3K: core: fix up some testsPauli Virtanen2010-02-201-2/+2
* 3K: doc: update porting documentationPauli Virtanen2010-02-201-1/+23
* 3K: ENH: core/numerictypes: Update string/unicode aliases for Py3Pauli Virtanen2010-02-201-15/+55
* 3K: ENH: on py3k, rename scalar type display names as unicode_ -> str_ and st...Pauli Virtanen2010-02-201-1/+16
* BUG: core: make sure PyArray_FromAny respects wanted type and flags also for ...Pauli Virtanen2010-02-202-2/+12
* ENH: implement PEP 3118 buffer consumer on Py2.6, adding a simple Memoryview ...Pauli Virtanen2010-02-2010-16/+371
* 3K: ENH: make defchararray work on Py3, and make its tests Py3 compliantPauli Virtanen2010-02-202-80/+124
* ENH: Add some tools to numpy.compatPauli Virtanen2010-02-202-3/+16
* 3K: BUG: do not convert Bytes/Unicode via PEP 3118 buffers -- use 'S/U#' insteadPauli Virtanen2010-02-201-5/+3
* 3K: doc: update Py3K port documentationPauli Virtanen2010-02-201-45/+77
* BUG: core: prefer byte strings over PEP 3118 buffers when determining array t...Pauli Virtanen2010-02-201-15/+15
* 3K: BUG: core: fix some bytes/str issues in defchararray.pyPauli Virtanen2010-02-201-2/+4
* 3K: ENH: core: audit some PyString -> PyBytes conversionsPauli Virtanen2010-02-201-3/+3
* ENH: core: make PyArray_FromAny error message more clearPauli Virtanen2010-02-201-1/+14
* 3K: BUG: cast any object to unicode/bytes in UNICODE/STRING_setitem also for ...Pauli Virtanen2010-02-201-4/+34
* 3K: BUG: make test_defchararray convert properly via 2to3Pauli Virtanen2010-02-202-4/+6
* 3K: core: adjust some tests vs. str/bytes and int inheritance issuesPauli Virtanen2010-02-206-25/+48
* 3K: core: fix one str/bytes issue in records.pyPauli Virtanen2010-02-201-2/+3
* 3K: BUG: fix tofile/fromfile on Py3 by dup-ing the file descriptor before fdo...Pauli Virtanen2010-02-203-8/+31
* 3K: BUG: core: fix some tests for Py3Pauli Virtanen2010-02-202-8/+10
* ENH: core: implement support for PEP 3118 buffer objects in asarray() and arr...Pauli Virtanen2010-02-202-5/+145
* ENH: core: add some support routines needed for consuming PEP 3118 buffersPauli Virtanen2010-02-205-1/+193
* ENH: add some tests for PEP 3118 buffer interfacePauli Virtanen2010-02-201-5/+124
* ENH: core: require PEP 3118 buffer contiguity only with ND and not STRIDESPauli Virtanen2010-02-201-8/+21
* ENH: core: cleanups in PEP 3118 providerPauli Virtanen2010-02-201-36/+38
* ENH: core: support sub-arrays in PEP 3118 buffersPauli Virtanen2010-02-201-6/+27
* ENH: rewrite PEP 3118 interface without adding items to structsPauli Virtanen2010-02-204-97/+211
* 3K: core: sort using the key= methodPauli Virtanen2010-02-201-1/+1
* 3K: BUG: bytes as dtype should map to 1-byte strings, not longPauli Virtanen2010-02-201-6/+0
* updated documentation from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-1725-336/+425
* more docstring updates from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-1717-626/+1281
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-176-46/+122
* STY: Remove hard tabs, reindent.Charles Harris2010-02-171-144/+150
* STY: Remove hardtabs, reindent.Charles Harris2010-02-171-145/+136