| Commit message (Expand) | Author | Age | Files | Lines |
* | Interfaces have attributes. | Robert Kern | 2007-12-16 | 1 | -1/+1 |
* | use 'in' keyword to test dictionary membership | Jarrod Millman | 2007-11-28 | 7 | -22/+23 |
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 8 | -57/+57 |
* | removing decorators (see #580) | Jarrod Millman | 2007-10-19 | 1 | -10/+10 |
* | Rename test classes to CapWords. | Stefan van der Walt | 2007-10-02 | 7 | -124/+124 |
* | Fix whitespace to conform to Python 3000 convention. | Stefan van der Walt | 2007-08-21 | 1 | -9/+9 |
* | extgen: removing old files | Pearu Peterson | 2007-08-10 | 7 | -1278/+0 |
* | extgen: restored numpy support, fixed bugs. | Pearu Peterson | 2007-08-10 | 4 | -28/+330 |
* | extgen: rewrite, clean up, update docs, simple example from Python reference ... | Pearu Peterson | 2007-08-10 | 7 | -137/+1724 |
* | extgen: added initial values to C declarations. | Pearu Peterson | 2007-08-07 | 1 | -77/+75 |
* | extgen: impl support to all scalar C types and strings that Python supports. | Pearu Peterson | 2007-08-07 | 4 | -116/+201 |
* | extgen: added argument dependecies support, reviewed reference counting of in... | Pearu Peterson | 2007-08-07 | 3 | -45/+141 |
* | Added numpy array and scalar support to PyCTypePython. | Pearu Peterson | 2007-08-06 | 3 | -91/+224 |
* | extgen: Impl argument support to all Python types. | Pearu Peterson | 2007-08-06 | 5 | -70/+172 |
* | ExtGen: impl PObject* and C int support, minor improvements. | Pearu Peterson | 2007-08-05 | 9 | -97/+156 |
* | Impl CType classes and rewrote docs. | Pearu Peterson | 2007-08-05 | 9 | -313/+541 |
* | Add extgen subpackage. | Stefan van der Walt | 2007-08-04 | 1 | -0/+1 |
* | ExtGen: doc update. | Pearu Peterson | 2007-08-04 | 1 | -5/+5 |
* | Impl basic argument support and documentation generation. | Pearu Peterson | 2007-08-04 | 6 | -75/+475 |
* | Initial commit of extgen - Python Extension module Generator package. | Pearu Peterson | 2007-08-03 | 8 | -0/+954 |
* | Doc update 2. | Pearu Peterson | 2007-07-27 | 1 | -4/+157 |
* | Doc update. | Pearu Peterson | 2007-07-27 | 1 | -1/+27 |
* | Added doc file for the g3 f2py library package. | Pearu Peterson | 2007-07-27 | 1 | -0/+60 |
* | update fortran parser docs, 2 | Pearu Peterson | 2007-07-19 | 1 | -10/+21 |
* | update fortran parser docs. | Pearu Peterson | 2007-07-19 | 1 | -3/+21 |
* | updated fortran parser docs to rest | Pearu Peterson | 2007-07-19 | 1 | -145/+146 |
* | Minor for Python 2.3 support. | Pearu Peterson | 2007-05-18 | 1 | -4/+3 |
* | g3 f2py: impl. compiling Fortran codes online (function numpy.f2py.lib.compil... | Pearu Peterson | 2007-05-18 | 9 | -265/+264 |
* | Fix f2py command line doc. | Pearu Peterson | 2007-05-14 | 1 | -0/+2 |
* | Fix doc rest formatting - 2. | Pearu Peterson | 2007-05-14 | 1 | -18/+19 |
* | Fix doc rest formatting. | Pearu Peterson | 2007-05-14 | 1 | -12/+12 |
* | G3 F2PY: Fixed parsing a*b**c expression. | Pearu Peterson | 2007-01-18 | 1 | -3/+26 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 19 | -160/+153 |
* | Cont. implementing F2000 parser. | Pearu Peterson | 2006-12-23 | 3 | -413/+868 |
* | Moving the research/ directory out of the trunk as it takes up space in the s... | Robert Kern | 2006-11-17 | 7 | -115301/+0 |
* | F2PY G3: continued F2003 parser implementation and unittesting. | Pearu Peterson | 2006-11-03 | 8 | -1788/+3375 |
* | F2PY G3: Cont impl F2003 parser; defined all syntax rules. | Pearu Peterson | 2006-11-01 | 3 | -44/+735 |
* | F2PY: Cont implementing Fortran 2003 parser. Clean up. | Pearu Peterson | 2006-10-31 | 6 | -3168/+3950 |
* | F2PY: Cont. unifying Fortran stmt and expr parsers. | Pearu Peterson | 2006-10-30 | 9 | -52/+1330 |
* | F2PY: start unifying Fortran statement and expression parsers. | Pearu Peterson | 2006-10-27 | 3 | -0/+672 |
* | F2PY G3: more tests for Fortran expr parser. | Pearu Peterson | 2006-10-25 | 2 | -7/+72 |
* | F2PY: Optimised Fortran expr parser. Fixed bugs. | Pearu Peterson | 2006-10-25 | 2 | -262/+246 |
* | F2PY G3: finished Fortran expression parser implementation, comes with comple... | Pearu Peterson | 2006-10-24 | 3 | -204/+760 |
* | F2PY G3: Cont implementing Fortran expression parser, almost finished. | Pearu Peterson | 2006-10-23 | 3 | -383/+495 |
* | F2PY G3: Cont. implementing Fortran expression parser and unittests. | Pearu Peterson | 2006-10-23 | 3 | -110/+614 |
* | F2PY G3: implementingg Fortran expression parser cont. | Pearu Peterson | 2006-10-22 | 3 | -164/+1173 |
* | F2PY G3: fixed bugs (ticket 361), impl expression parser. | Pearu Peterson | 2006-10-21 | 3 | -215/+510 |
* | F2PY G3: Impl. pattern tools for expression parsing. | Pearu Peterson | 2006-10-20 | 3 | -40/+251 |
* | F2PY G3: started impl array support. | Pearu Peterson | 2006-10-20 | 4 | -47/+56 |
* | F2PY G3: started impl array support and expression parser. | Pearu Peterson | 2006-10-20 | 5 | -7/+312 |