summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in parsing initexpr in 'INTEGER, PARAMETER :: ny = nx + 2'Pearu Peterson2008-04-181-1/+1
* Fix a long-standing typo preventing the build of scipy.stats.mvn. Sorry Stefa...Robert Kern2008-04-101-1/+1
* Fix intent(callback) when used inside Fortran source.Pearu Peterson2008-01-311-3/+7
* Fix typo.Pearu Peterson2007-12-051-1/+1
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-213/+284
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-90/+96
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-291-2/+2
* Ignore blank lines when determining Fortran free format.Robert Kern2007-08-021-1/+1
* Apply #368Travis Oliphant2006-11-021-3/+3
* Bug fix for DATA statement with components containing subexpressions.Pearu Peterson2006-10-051-3/+6
* Made only/skip f2py options active when using -h option.Pearu Peterson2006-05-011-0/+6
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-14/+14
* Fixed intent(c) statement bug when only spaces follow.Pearu Peterson2006-02-071-1/+1
* Ignore implied-do list in data statement.Pearu Peterson2006-01-241-0/+5
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+2659