summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/parser/statements.py
Commit message (Collapse)AuthorAgeFilesLines
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-3/+3
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-18/+17
|
* F2PY G3: improved public/private spec handling. Added function wrapping support.Pearu Peterson2006-10-111-4/+5
|
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ↵Pearu Peterson2006-10-081-120/+121
| | | | argument. Fixed bugs.
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-041-1/+1
| | | | module containing derived type with scalar components.
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-2/+1
|
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-011-0/+1856