summaryrefslogtreecommitdiff
path: root/numpy/core/src/dummymodule.c
Commit message (Expand)AuthorAgeFilesLines
* 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