summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/array_from_pyobj/wrapmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-196/+0
| | | | | | Rewrite F2Py's test suite, so that it is run as a part of Numpy's tests. These tests require compiling extension modules on-the-fly, so I added a small helper module for that.
* More f2py changesTravis Oliphant2006-07-081-8/+8
|
* Make ext module typespecs to use PyMODINIT_FUNC that is essential for ↵Pearu Peterson2006-04-241-1/+1
| | | | mingw32 and c++ code combination to work correctly.
* Updated f2py tests to recent numpy CAPI.Pearu Peterson2006-01-251-3/+5
|
* numpy.base -> numpyTravis Oliphant2006-01-051-1/+1
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+194