summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/refcount.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add a proper implementation for structured zerofillSebastian Berg2023-04-201-1/+6
* MAINT: refactor zero-filling to use a traversal loopNathan Goldbaum2023-04-181-5/+2
* MAINT: return early from PyArray_FillObjectArray for non-legacy dtypesNathan Goldbaum2023-02-241-3/+12
* MAINT: initialize non-legacy REFCHK arrays outside PyArray_FillObjectArrayNathan Goldbaum2023-02-241-6/+1
* API: expose traversal typedefs and get_clear_function slotNathan Goldbaum2023-02-241-1/+6
* DOC: Add code comment about why flags are not used in refcount.cSebastian Berg2023-02-191-4/+6
* Fixups, but npyiter is blocking me as it actually uses the "clear" logic onceSebastian Berg2023-02-191-1/+57
* WIP: Further fixups and full implementation for structured dtypesSebastian Berg2023-02-191-7/+7
* MAINT: Reorganize array dealloc and nditer buffer cleanupSebastian Berg2023-02-191-0/+40
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+2
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* MAINT: Finish replacing PyInt_Check (#17364)Charles Harris2020-09-281-11/+13
* MAINT: Remove NPY_COPY_PYOBJECT_PTREric Wieser2020-08-261-7/+7
* MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-1/+1
* MAINT: Fix internal misuses of `NPY_TITLE_KEY`Eric Wieser2020-02-051-3/+3
* MAINT: Remove need for intermediate refcount incs in deallocSebastian Berg2019-07-261-17/+15
* BUG: Fix reference counting for subarrays containing objects (#12650)Sebastian Berg2019-01-151-10/+76
* MAINT: Fix miscellaneous sign-compare warnings.Charles Harris2018-01-231-1/+3
* BUG: initialize object array of array on resize and zerosJulian Taylor2014-07-181-2/+6
* MAINT: fix a bunch of compiler warningsJulian Taylor2014-02-221-1/+1
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-1/+1
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
* UPD: Make multiarray *.c files use prefixed macros.Charles Harris2012-02-041-2/+1
* UPD: Use prefixed macros in *.c files except numarray and linalg.Charles Harris2012-02-041-3/+3
* STY: core/src - replace macros in old_defines.h with new versions.Charles Harris2012-02-041-9/+9
* ENH: core: More cleanup towards deprecating direct arrayobject field accessMark Wiebe2011-07-191-13/+13
* ENH: core: Deprecate some bad namespace-polluting macrosMark Wiebe2011-07-061-0/+1
* WHT: Whitespace cleanup.Charles Harris2011-02-031-1/+0
* ENH: core: make npy_3kcompat.h header public, for easier usage in ScipyPauli Virtanen2010-07-171-1/+1
* 3K: compatibility wrappers for PyInt->PyLong and PyString->PyBytesPauli Virtanen2009-12-061-0/+2
* Apply patch from mdroe to fix ticket #1267.Charles Harris2009-10-201-19/+18
* Cleanup refcount.c.Charles Harris2009-10-201-4/+4
* wrap config header with npy_config.hDavid Cournapeau2009-09-221-1/+1
* Put special functions for reference counting for arrays of objects in separat...David Cournapeau2009-05-051-0/+282