summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/python_wrapper.py
Commit message (Expand)AuthorAgeFilesLines
* F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs.Pearu Peterson2006-10-071-687/+0
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 module...Pearu Peterson2006-10-041-11/+0
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-8/+27
* F2PY G3: fixed bugs, added float and complex scalars support.Pearu Peterson2006-10-011-36/+8
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-011-6/+8
* F2PY G3: wrapping nested derived types.Pearu Peterson2006-09-301-249/+391
* Fixed typos, started impl. derived type support.Pearu Peterson2006-09-171-3/+17
* 4G f2py: first working example.Pearu Peterson2006-09-161-0/+549