summaryrefslogtreecommitdiff
path: root/numpy/core/src/dummymodule.c
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-3/+3
* MAIN: Minor include rationalization.Charles Harris2021-09-031-2/+3
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-9/+0
* MAINT: silence some build warnings due to missing NO_IMPORT_ARRAYRalf Gommers2014-01-191-0/+1
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-2/+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
* BUG: fix dummy module build.David Cournapeau2011-08-211-1/+1
* ENH: Disallow deprecated macros in more files.Charles Harris2011-07-061-0/+2
* ENH: Move sorting functions into a library.Charles Harris2011-06-161-0/+46