summaryrefslogtreecommitdiff
path: root/numpy/core/_exceptions.py
Commit message (Expand)AuthorAgeFilesLines
* API: Always reject equal/not_equal for datetime/timedelta mixSebastian Berg2022-12-011-14/+13
* API: Add new exceptions module and move exception exposed via numericSebastian Berg2022-11-301-107/+0
* MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+1
* DOC: adding docstring to TooHardError class (#21471)Angéllica Araujo2022-06-011-0/+9
* ENH: Add the `axis` and `ndim` attributes to `np.AxisError` (#19459)Bas van Beek2021-07-201-11/+85
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* BUG: ensure _UFuncNoLoopError can be pickled (#17377)bernie gray2020-11-181-2/+0
* 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