summaryrefslogtreecommitdiff
path: root/numpy/core/_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Prevent unsafe string concatenationEric Wieser2019-06-051-0/+16
* ENH:improve memory error message by adding shape and data type(#13225)Mircea Akos Bruma2019-04-231-3/+1
* ENH: improve memory error message by adding shape and data type (#13225)Mircea Akos Bruma2019-04-171-0/+14
* MAINT: Move exceptions from core._internal to core._exceptionsEric Wieser2019-04-131-0/+25
* DEV: cleanup imports and some assignments (from LGTM)mattip2019-03-171-2/+0
* ENH: Use richer exception types for ufunc type resolution errorsEric Wieser2019-01-131-0/+100