summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/strfuncs.c
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-3/+3
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+4
* MAINT: Make arrayprint str and repr the ndarray defaults.Charles Harris2020-08-221-144/+42
* MAINT: Stop Using PyEval_Call* and simplify some usesSebastian Berg2020-05-201-8/+4
* MAINT: Remove Python2 multiarray.c:array_unicode (#15268)Seth Troisi2020-01-071-31/+0
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* BLD: Add configuration to allow cross platform builds for iOS.Russell Keith-Magee2018-03-041-2/+2
* BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_func...Eric Wieser2017-11-121-0/+32
* STY: Add blank line after variable declarations.Charles Harris2017-10-181-0/+1
* ENH: Implement ndarray.__format__ for 0d arraysEric Wieser2017-10-171-0/+27
* MAINT: Use the PyArray_(GET|SET)_ITEM functions where possibleEric Wieser2017-09-231-2/+1
* MAINT: Move string functions to their own fileEric Wieser2017-06-011-0/+200