summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/textreading/tokenize.cpp
Commit message (Expand)AuthorAgeFilesLines
* BUG: lib: Tiny fix for the loadtxt tokenizer when PyMem_Malloc() fails.warren2023-04-141-0/+2
* BUG: fix code inside assertmattip2023-02-211-1/+1
* BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-011-1/+2
* BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-191-1/+3
* MAINT: avoid gcc warning that signed and unsigned types are being comparedStefan van der Walt2022-11-251-1/+1
* Rename symbols in textreading/ that may clash when statically linked.Peter Hawkins2022-11-221-3/+3
* BUG: Fix line skipping invalid read/use of invalid valueSebastian Berg2022-06-081-2/+3
* Use `inline` keyword instead of NPY_INLINE for C++ sourcesserge-sans-paille2022-04-021-3/+3
* BUG: Replace ``ssize_t`` with ``size_t`` in tokenize.cpp (#21074)Bas van Beek2022-02-161-2/+2
* BUG: (loadtxt) Ignore last empty field when `delimiter=None`Sebastian Berg2022-02-141-5/+14
* MAINT: Use C++ for tokenizer unicode-kind templatingSebastian Berg2022-02-111-0/+444