summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/textreading/readtext.c
Commit message (Expand)AuthorAgeFilesLines
* BLD: fix missing `Python.h` includesRalf Gommers2022-11-251-3/+3
* Cleanup: Fix designator order not matching declaration orderjuztamau52022-11-071-3/+3
* MAINT: Add a check of the return value of PyMem_Calloc().warren2022-06-151-0/+4
* DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxtSebastian Berg2022-06-031-0/+1
* TST: Some tests for control character collisions.Ross Barnowski2022-01-281-2/+2
* ENH: Give a clear error when control characters match/are newlinesSebastian Berg2022-01-191-0/+84
* MAINT: Use skiplines rather than skiprows internally throughoutSebastian Berg2022-01-141-5/+5
* MAINT: Remove unused/unnecessary allow-embedded-newlines optionSebastian Berg2022-01-141-1/+0
* TST,BUG: Additional bad-file-like test, add missing error path freeSebastian Berg2022-01-141-1/+3
* MAINT,TST,BUG: Simplify streamer init, fix issues, and add testsSebastian Berg2022-01-141-1/+0
* MAINT: Move usecol handling to C and support more than integer colsSebastian Berg2022-01-141-32/+48
* MAINT: Add sanity check to ensure usecols is correct.Sebastian Berg2022-01-141-0/+19
* ENH: Reject empty string as control characterSebastian Berg2022-01-141-7/+7
* MAINT: Remove float-to-int integer parsing fallbackSebastian Berg2022-01-141-6/+0
* ENH: Move npreadtext into NumPy for faster text readingSebastian Berg2022-01-141-0/+199