summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Collapse)AuthorAgeFilesLines
* f2py: fixed issue 1533 (scanning pyf files will report lines that do not ↵Pearu Peterson2010-07-241-1/+1
| | | | match known patterns).
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵Pearu Peterson2009-10-251-1/+1
| | | | after using intent(align8) in the corresponding scipy pyf files.
* f2py: fix a bug evaluating parameters with kind function: kind(1.0), ↵Pearu Peterson2009-07-271-2/+2
| | | | kind(1.0d) must be 4, 8, respectively.
* f2py: ignore concatenation of strings in initexpressions.Pearu Peterson2009-04-211-1/+1
|
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-6/+15
|
* Fix a bug.Pearu Peterson2008-12-221-2/+2
|
* Removed unused/redundant imports.Alan McIntyre2008-09-181-1/+0
| | | | PEP8 conformance (only one import per line).
* Fix typo.Pearu Peterson2008-09-091-1/+1
|
* f2py: Allow expressions that contain max/min calls, be used as dimension ↵Pearu Peterson2008-05-191-2/+12
| | | | specifications. Defined macros min/max that are needed when --lower is used. Typical usage case: real a(min(1,n)).
* f2py: disallow matching module procedure-s as module-s.Pearu Peterson2008-05-151-1/+1
|
* 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 ↵Robert Kern2008-04-101-1/+1
| | | | Stefan, no unittest; the original code is not amenable to unittests without a large refactoring.
* 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 ↵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