summaryrefslogtreecommitdiff
path: root/numpy/doc/cython/Python.pxi
Commit message (Collapse)AuthorAgeFilesLines
* Updated Cython code to use .pxd files with cimport instead of .pxi/include.Fernando Perez2008-06-191-62/+0
| | | | | Using cimport/pxd is the currently recommended approach by the Cython team.
* Add up to date (and slightly cleaned up) support for Cython after portingFernando Perez2008-04-091-0/+62
the existing Pyrex one, put in deprecation markers in the old Pyrex dir. The pyrex dir can be removed in a subsequent commit.