summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/textreading/stream_pyobject.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22663 from rgommers/build-with-mesonRalf Gommers2022-11-271-2/+3
|\
| * BLD: fix missing `Python.h` includesRalf Gommers2022-11-251-2/+3
* | MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-2/+2
|/
* TST,BUG: Additional bad-file-like test, add missing error path freeSebastian Berg2022-01-141-3/+0
* MAINT,TST,BUG: Simplify streamer init, fix issues, and add testsSebastian Berg2022-01-141-51/+22
* MAINT: Fixup include guards and use NPY_NO_EXPORT (or static) throughoutSebastian Berg2022-01-141-2/+2
* MAINT: Replace last uses of raw malloc with PyMem_MALLOCSebastian Berg2022-01-141-10/+10
* ENH: Move npreadtext into NumPy for faster text readingSebastian Berg2022-01-141-0/+271