summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-5/+3
|\
| * MAINT: added space for readability in strings and basic refactoringdefault-3032021-06-111-2/+2
| * MAINT: fixed indentation in crackfortran.py and removed unused variables in s...default-3032021-06-111-1/+1
| * MAINT: Addressed Azure lint check 'Line too long error' on line 2554, added i...default-3032021-05-261-1/+2
| * MAINT: Removed unused variables and handled unfinished implementation in crac...default-3032021-05-261-5/+2
| * MAINT: Restored crackfortran.py after review for unused variables listed in LGTMdefault-3032021-05-261-1/+4
| * MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-4/+1
* | BUG: f2py markinnerspace for multiple quotations (#19419)Matti Picus2021-07-081-18/+31
|/
* MAINT: removed unused imports listed in LGTMdefault-3032021-05-241-1/+0
* TST: Tests for parsing Fortran abstract interface and a working example.Pearu Peterson2021-03-311-2/+4
* ENH: Support parsing Fortran abstract interface blocks.Pearu Peterson2021-03-311-7/+10
* Merge pull request #18415 from pearu/gh-2763Matti Picus2021-02-151-2/+1
|\
| * MAINT: Update END statement parsing for recent Fortran standards. Closes #2763Pearu Peterson2021-02-151-2/+1
* | BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-151-3/+17
|/
* Apply reviewers comments.Pearu Peterson2021-01-191-5/+5
* Add test for gh17797.Pearu Peterson2021-01-181-3/+8
* ENH: [f2py] Add external attribute support. Closes #17859Pearu Peterson2021-01-171-0/+4
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-6/+6
* MAINT: regex char class improveTyler Reddy2020-12-281-5/+5
* Merge pull request #18074 from tylerjereddy/treddy_exprtype_regex_simplifyCharles Harris2020-12-261-3/+3
|\
| * MAINT: exprtype regex simplifyTyler Reddy2020-12-261-3/+3
* | MAINT: PR 18072 revisionsTyler Reddy2020-12-261-1/+1
* | MAINT: crackfortran regex simplifyTyler Reddy2020-12-251-2/+2
|/
* Revert PR gh-17654 which failed to fix issue gh-8062.Ian Thomas2020-11-051-9/+0
* Merge pull request #17670 from eric-wieser/test-getarrlenRalf Gommers2020-11-011-0/+31
|\
| * DOC: f2py: Add a docstring for getarrlenEric Wieser2020-10-291-0/+31
* | Merge pull request #17662 from eric-wieser/test-getlincoefMatti Picus2020-10-291-1/+22
|\ \ | |/
| * TST: f2py: Add a doctest for `getlincoef`Eric Wieser2020-10-281-1/+22
* | BUG: f2py incorrectly translates dimension declarations.Ian Thomas2020-10-271-0/+9
|/
* BUG: don't add 'public' or 'private' if the other one existsDamien Caliste2020-03-261-4/+6
* Merge pull request #15706 from melissawm/f2py-typos-fixCharles Harris2020-03-081-6/+6
|\
| * Fixing typos in f2py comments and code.Melissa Weber Mendonca2020-03-041-6/+6
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
|/
* Update numpy/f2py/crackfortran.pyEric Wieser2020-01-121-1/+1
* MAINT: Eliminate some calls to `eval`Eric Wieser2020-01-111-5/+6
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-031-1/+2
* BUG: blindly add TypeError to accepted exceptionsmattip2019-04-301-1/+1
* BUG: ppc and riscv don't use REAL(10)Andreas Schwab2019-03-051-1/+1
* BUG: Add 'sparc' to platforms implementing 16 byte reals.Charles Harris2019-01-051-1/+1
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-12/+6
* MAINT: don't call function with too many argumentsEmil Hessman2018-09-301-2/+2
* Fix Fortran kind detection for aarch64 & s390x.Elliott Sales de Andrade2018-08-121-1/+1
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py.Bob Eldering2018-03-081-2/+3
* BUG: F2py mishandles quoted control characters (#10676)bobeldering2018-03-041-37/+47
* DOC: fix minor typosUnknown2017-12-121-2/+2
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-18/+16
* BUG: fix missing keyword rename for common block to numpy.f2pyBob Eldering2017-06-121-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-15/+15