summaryrefslogtreecommitdiff
path: root/numpy/f2py/capi_maps.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde)Pauli Virtanen2010-10-061-2/+4
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-171-0/+2
* BUG: f2py: replace a string exception with a real one (fixes #1515)Pauli Virtanen2010-06-191-1/+2
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-0/+6
* Disable 7712 patch.Pearu Peterson2009-11-101-1/+1
* f2py: fix a code generation bug when callback function is taking arguments wi...Pearu Peterson2009-11-091-1/+5
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-48/+73
* typoJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-26/+28
* f2py: support for assumed shape arrays of fortran callback functions (will no...Pearu Peterson2007-04-171-0/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* f2py-2e is not ready for PyArray_STRING, using PyArray_CHAR for now (characte...Pearu Peterson2006-10-191-1/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-14/+12
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-3/+3
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+723