summaryrefslogtreecommitdiff
path: root/numpy/core/src/common/get_attr_string.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-3/+3
* PERF: Skip probing `__array_ufunc__` for NumPy builtin scalars (#21470)Pieter Eendebak2022-05-111-1/+1
* PERF: Improve performance of special attribute lookups (#21423)Pieter Eendebak2022-05-031-41/+20
* MAINT: Standardize guards in numpy/core/src/common.Charles Harris2021-09-051-3/+3
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-10/+0
* MAINT: Improve const-correctness of string argumentsEric Wieser2020-01-061-4/+4
* BUG: clear only attribute errors in get_attr_string.h::maybe_get_attr (#14745)keewis2019-10-301-12/+8
* ENH: port __array_function__ overrides to CStephan Hoyer2018-12-191-1/+0
* MAINT: move private -> commonmattip2018-08-211-0/+131