summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/parser/block_statements.py
Commit message (Collapse)AuthorAgeFilesLines
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-031-1229/+0
|
* Interfaces have attributes.Robert Kern2007-12-161-1/+1
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-9/+9
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-14/+14
|
* F2PY: Impl. (suboptimal) solution for nested f90 module wrapping.Pearu Peterson2006-10-131-12/+12
|
* F2PY G3: improved public/private spec handling. Added function wrapping support.Pearu Peterson2006-10-111-29/+72
|
* F2PY G3: refactored Python specific wrapper code from parser.Pearu Peterson2006-10-091-19/+0
|
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ↵Pearu Peterson2006-10-081-2/+2
| | | | argument. Fixed bugs.
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-041-16/+39
| | | | module containing derived type with scalar components.
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-14/+29
|
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-011-0/+1167