summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* STY: Remove hardtabs, reindent.Charles Harris2010-02-171-182/+250
* STY: Remove hardtabs, reindent.Charles Harris2010-02-171-15/+19
* STY: Remove hard tabs, reindent.Charles Harris2010-02-171-8/+9
* STY: Remove hard tabs. Reindent.Charles Harris2010-02-171-43/+43
* STY: Remove hard tabs.Charles Harris2010-02-171-7/+7
* STY: Remove hard tab.Charles Harris2010-02-171-3/+2
* BUG: Import warnings module in polynomial modules.Charles Harris2010-02-172-1/+2
* removed old behavior for the histogram function.dhuard2010-02-163-158/+67
* Fix Order of scalartypes.Travis Oliphant2010-02-161-3/+3
* Update ordering of cast functions which was incorrectly placed.Travis Oliphant2010-02-151-1/+1
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (an...Travis Oliphant2010-02-1516-327/+350
* Fix #1367 (round 2)pierregm2010-02-141-1/+1
* Fix #1367pierregm2010-02-141-1/+1
* BUG: Apply patch to fix ticket #1326.Charles Harris2010-02-141-1/+1
* Fix _dotblas ob_type pointer for py3k.Charles Harris2010-02-131-4/+4
* Update trunk version to 2.0 and fix descriptor pickle code so that it produce...Travis Oliphant2010-02-122-44/+55
* ENH: handle complex input for assert_array_almost_equal_nulp.David Cournapeau2010-02-091-3/+6
* BUG: fix typo.David Cournapeau2010-02-091-1/+1
* TST: add simple test for complex arrays input to assert_array_almost_equal_nulp.David Cournapeau2010-02-091-0/+13
* BUG: Check input to poly for zero-dimensional arrays.Stefan van der Walt2010-02-082-2/+8