| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: lib: Tiny fix for the loadtxt tokenizer when PyMem_Malloc() fails. | warren | 2023-04-14 | 1 | -0/+2 |
| * | BUG: fix code inside assert | mattip | 2023-02-21 | 1 | -1/+1 |
| * | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996) | Sebastian Berg | 2023-01-11 | 1 | -1/+10 |
| * | BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp... | dmbelov | 2023-01-01 | 1 | -1/+2 |
| * | BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836) | Sebastian Berg | 2022-12-19 | 2 | -3/+6 |
| * | Merge pull request #22663 from rgommers/build-with-meson | Ralf Gommers | 2022-11-27 | 4 | -6/+10 |
| |\ |
|
| | * | MAINT: avoid gcc warning that signed and unsigned types are being compared | Stefan van der Walt | 2022-11-25 | 1 | -1/+1 |
| | * | BLD: fix missing `Python.h` includes | Ralf Gommers | 2022-11-25 | 3 | -5/+9 |
| * | | MAINT: replace `NPY_INLINE` with `inline` | Ralf Gommers | 2022-11-25 | 2 | -3/+3 |
| |/ |
|
| * | Rename symbols in textreading/ that may clash when statically linked. | Peter Hawkins | 2022-11-22 | 8 | -52/+52 |
| * | Cleanup: Fix designator order not matching declaration order | juztamau5 | 2022-11-07 | 1 | -3/+3 |
| * | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 3 | -3/+3 |
| * | ENH,MAINT: Add overflow handling for negative integers scalar multiplication ... | Meekail Zain | 2022-07-17 | 1 | -1/+1 |
| * | BUG: lib: A loadtxt error message had two values reversed. | warren | 2022-06-18 | 1 | -5/+5 |
| * | MAINT: Add a check of the return value of PyMem_Calloc(). | warren | 2022-06-15 | 1 | -0/+4 |
| * | BUG: Decref `loadtxt` converters when done | Sebastian Berg | 2022-06-14 | 1 | -2/+12 |
| * | BUG: Fix line skipping invalid read/use of invalid value | Sebastian Berg | 2022-06-08 | 1 | -2/+3 |
| * | DOC: Update the loadtxt int-via-float deprecation warning message | Sebastian Berg | 2022-06-07 | 1 | -3/+8 |
| * | DEP: Deprecate (rather than remove) the int-via-float parsing in loadtxt | Sebastian Berg | 2022-06-03 | 3 | -4/+48 |
| * | Use `inline` keyword instead of NPY_INLINE for C++ sources | serge-sans-paille | 2022-04-02 | 1 | -3/+3 |
| * | MAINT: Fix incorrect signature in readtext header file (#21109) | Sebastian Berg | 2022-02-22 | 1 | -1/+2 |
| * | BUG: Replace ``ssize_t`` with ``size_t`` in tokenize.cpp (#21074) | Bas van Beek | 2022-02-16 | 1 | -2/+2 |
| * | BUG: (loadtxt) Ignore last empty field when `delimiter=None` | Sebastian Berg | 2022-02-14 | 1 | -5/+14 |
| * | MAINT: Use C++ for tokenizer unicode-kind templating | Sebastian Berg | 2022-02-11 | 5 | -41/+60 |
| * | TST: Some tests for control character collisions. | Ross Barnowski | 2022-01-28 | 1 | -2/+2 |
| * | TST: Skip unparsable field error tests on PyPy | Sebastian Berg | 2022-01-19 | 1 | -0/+5 |
| * | ENH: Give a clear error when control characters match/are newlines | Sebastian Berg | 2022-01-19 | 1 | -0/+84 |
| * | TST,BUG: Fortify byteswapping tests and make a small fix | Sebastian Berg | 2022-01-15 | 2 | -14/+18 |
| * | DOC: Remove outdated loadtxt TODOs from code | Sebastian Berg | 2022-01-14 | 1 | -6/+3 |
| * | MAINT: Only allocate converters if necessary | Sebastian Berg | 2022-01-14 | 1 | -9/+10 |
| * | MAINT: Very minor style cleanups (mostly) | Sebastian Berg | 2022-01-14 | 3 | -18/+21 |
| * | MAINT: Use skiplines rather than skiprows internally throughout | Sebastian Berg | 2022-01-14 | 1 | -5/+5 |
| * | MAINT: Remove unused/unnecessary allow-embedded-newlines option | Sebastian Berg | 2022-01-14 | 3 | -25/+1 |
| * | TST: Improve test coverage, replace impossible error with assert | Sebastian Berg | 2022-01-14 | 1 | -8/+3 |
| * | TST,MAINT: New tests, byteswap cleanups and fixed assert | Sebastian Berg | 2022-01-14 | 3 | -20/+37 |
| * | TST,BUG: Additional bad-file-like test, add missing error path free | Sebastian Berg | 2022-01-14 | 2 | -4/+3 |
| * | MAINT,TST,BUG: Simplify streamer init, fix issues, and add tests | Sebastian Berg | 2022-01-14 | 3 | -54/+34 |
| * | MAINT: Small cleanup, use FINLINE for int parsers | Sebastian Berg | 2022-01-14 | 2 | -5/+2 |
| * | ENH: Give warning for empty-lines not counting towards max-rows | Sebastian Berg | 2022-01-14 | 3 | -12/+38 |
| * | BUG: Ensure current num fields holds enough space for ultra-wide columns | Sebastian Berg | 2022-01-14 | 1 | -1/+1 |
| * | BUG: Make sure num-fields is intp/ssize_t compatible | Sebastian Berg | 2022-01-14 | 2 | -5/+13 |
| * | MAINT: Move usecol handling to C and support more than integer cols | Sebastian Berg | 2022-01-14 | 3 | -40/+57 |
| * | BUG: Fix growing when NPY_RELAXED_STRIDES_DEBUG=1 is used | Sebastian Berg | 2022-01-14 | 1 | -0/+6 |
| * | BUG: Fix some issues found by a valgrind run | Sebastian Berg | 2022-01-14 | 3 | -2/+3 |
| * | BUG,TST: Add test for huge-float buffer path and ensure error return | Sebastian Berg | 2022-01-14 | 1 | -0/+4 |
| * | BUG: Fix complex parser and add tests for whitespace and failure paths | Sebastian Berg | 2022-01-14 | 1 | -19/+33 |
| * | MAINT: Add sanity check to ensure usecols is correct. | Sebastian Berg | 2022-01-14 | 1 | -0/+19 |
| * | MAINT: Fixup include guards and use NPY_NO_EXPORT (or static) throughout | Sebastian Berg | 2022-01-14 | 16 | -69/+68 |
| * | MAINT: Replace last uses of raw malloc with PyMem_MALLOC | Sebastian Berg | 2022-01-14 | 1 | -10/+10 |
| * | BUG: Add missing quote copy | Sebastian Berg | 2022-01-14 | 1 | -0/+5 |