summaryrefslogtreecommitdiff
path: root/numpy/core/_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* Merge pull request #14459 from eric-wieser/MemoryError-sizeAllan Haldane2019-09-091-2/+50
|\
| * ENH: Print the amount of memory that would be used by a failed allocationEric Wieser2019-09-081-2/+50
* | ENH: Override module in private error classes displayed as baseSebastian Berg2019-09-051-0/+1
|/
* 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