summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Jarrod Millman2007-10-291-2/+2
| | | | understand.
* 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 ↵cookedm2006-03-101-14/+14
| | | | extraneous whitespace
* 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