summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix seg fault converting empty string to objectMike Kelly2014-08-081-1/+1
* BUG: Prevent division by zero. Closes #650.szpy2014-08-041-1/+3
* BUG: Fix lack of NULL check in array_richcompare.Charles Harris2014-08-041-1/+5
* BUG: Hold GIL for types with fields, fixes #4642jaimefrio2014-08-041-3/+6
* BUG: check alignment of strides for byteswapJulian Taylor2014-08-041-3/+3
* BUG: add missing elementsize alignment check for simd reductionsJulian Taylor2014-08-041-1/+3
* BUG: wrong selection for orders falling into equal rangesJulian Taylor2014-08-041-3/+7
* BUG: nditer: Initialize buffer reduce posSebastian Berg2014-03-232-2/+8
* BUG: add missing gufunc failure return values and missing malloc fail checkJulian Taylor2014-03-231-0/+7
* BUG: fix broken operand initialization for einsum.Jez Ng2014-03-221-1/+1
* BUG: catch overflow of nominator in datetime conversionsJulian Taylor2014-03-201-1/+1
* BUG: Buffered stride was erroneously marked fixed (fixes #4485)Mark Wiebe2014-03-171-7/+6
* BUG: Backport nditer fixes and tests.Charles Harris2014-03-177-111/+336
* ENH: Backport scalarmathmodule.h.src from 1.9.0-devel.Charles Harris2014-03-173-684/+44
* BUG: Fix commutativity of {dot,multiply,inner}(scalar, matrix_of_objs)Daniel da Silva2014-03-161-1/+1
* BUG: restore api for file npy_PyFile_Dup and npy_PyFile_DupCloseJulian Taylor2014-03-062-4/+4
* BUG: Only convert 0d arrays to scalars in powerJulian Taylor2014-03-021-19/+28
* BUG: Fix infinite recursion in str.format of flex arrays (Fixes #4359).Daniel da Silva2014-03-011-2/+1
* BUG: fix non-c99 fallback for np.inf input to log1p/expm1Julian Taylor2014-03-021-13/+23
* DOC: Document ldexp and frexp.Charles Harris2014-03-011-6/+90
* ENH: hint that nelem == 1 branch is more likelyJulian Taylor2014-02-271-3/+3
* BUG: Hang on to originally filled Py_Buffer view.Sebastian Berg2014-02-251-7/+8
* BUG: Whitespace stripping in pep3118 format parser and early freeSebastian Berg2014-02-251-3/+8
* ENH: core: add a fast path for PEP3118 buffer string parsingPauli Virtanen2014-02-251-0/+115
* BUG: don't change dtype in PyArray_CheckFromAny if it NPY_IGNOREJulian Taylor2014-02-151-1/+1
* BUG: fix use of capi without gil in ufunc.atJulian Taylor2014-02-151-1/+10
* BUG: fix missing memory allocation failure checksJulian Taylor2014-02-159-3/+48
* BUG: fix two missing array creation failure checksJulian Taylor2014-02-152-4/+7
* BLD: Fix ANSI C syntax errorcgohlke2014-01-241-1/+2
* BUG: fix build with single-threaded pythonUlrich Seidl2014-01-232-12/+18
* BUG: fix minor memory leak in memoryview failure caseJulian Taylor2014-01-231-1/+2
* BUG: Fix typos in conversion_utilsLeif Denby2014-01-231-2/+2
* BUG: Fetching a non-integer item caused array returnSebastian Berg2014-01-231-2/+2
* BUG: backport fromfile and large file fixes to 1.8Julian Taylor2014-01-193-7/+9
* BUG: fix native-only long long checkJulian Taylor2014-01-091-5/+5
* BUG: return immediately if memoryview cannot be non-nativeJulian Taylor2014-01-091-0/+1
* BUG: Fix missing NULL check in lexsortSebastian Berg2014-01-021-0/+3
* BUG: fix NaT handling in _strided_to_strided_string_to_datetimeCharles G Waldman2014-01-021-1/+2
* BUG: fix uninitialized use in _strided_to_strided_string_to_datetimeJulian Taylor2014-01-021-1/+1
* BUG: fix missing check for memory allocation failure in ufuncsJulian Taylor2014-01-021-0/+6
* BUG: Fix object scalar return type of 0-d array indicesSebastian Berg2013-12-191-11/+14
* BUG: Fix raising exception on invalid assignment from sequenceeltjpm2013-11-081-1/+1
* BUG: fix handling of infs in hypot on windowsEric Moore2013-11-031-7/+6
* BUG: #2052 del scalar subscript causes segfaultJohn Stechschulte2013-10-211-0/+6
* MAINT: Define NPY_NO_DEPRECATED_API in struct_ufunc_test.c.srcCharles Harris2013-10-171-1/+3
* BUG: multiarray/mapping -- address for former renaming of array_ass_big_itemYaroslav Halchenko2013-10-171-10/+1
* MAINT: Revert "BUG: do a boolean check on casting bool to other types"Charles Harris2013-10-011-1/+1
* BUG: fix small issues found with cppcheckJulian Taylor2013-09-293-5/+5
* BUG: core: consider both C and F order buffers as contiguousPauli Virtanen2013-09-281-5/+28
* Merge pull request #3810 from charris/backport-1.8-3788Charles Harris2013-09-272-10/+13
|\