summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/extgen/base.py
Commit message (Expand)AuthorAgeFilesLines
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-2/+2
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-13/+13
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
* extgen: restored numpy support, fixed bugs.Pearu Peterson2007-08-101-1/+11
* extgen: rewrite, clean up, update docs, simple example from Python reference ...Pearu Peterson2007-08-101-15/+98
* Added numpy array and scalar support to PyCTypePython.Pearu Peterson2007-08-061-3/+3
* extgen: Impl argument support to all Python types.Pearu Peterson2007-08-061-0/+3
* ExtGen: impl PObject* and C int support, minor improvements.Pearu Peterson2007-08-051-3/+3
* Impl CType classes and rewrote docs.Pearu Peterson2007-08-051-87/+117
* Impl basic argument support and documentation generation.Pearu Peterson2007-08-041-19/+88
* Initial commit of extgen - Python Extension module Generator package.Pearu Peterson2007-08-031-0/+348