summaryrefslogtreecommitdiff
path: root/numpy/doc/pyrex/numpyx.c
Commit message (Collapse)AuthorAgeFilesLines
* Move documentation outside of source tree. Remove `doc` import from __init__.Stefan van der Walt2008-08-231-1037/+0
|
* Correct c_numpy.pxdRobert Kern2007-01-311-81/+70
|
* Fix UserArray.Travis Oliphant2006-07-061-97/+107
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-2/+2
| | | | mingw32 and c++ code combination to work correctly.
* Add rest of the examples for pyrex and swigTravis Oliphant2006-03-141-0/+1038