summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.pyZZhaoTireless2017-03-191-2/+2
* BUG: PPC64el machines are POWER for FortranMatthew Brett2017-02-211-1/+2
* STY: space around operatorjutke2017-01-231-1/+1
* BUG: guard against replacing constants without '_' specjutke2017-01-201-1/+2
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-8/+8
* BUG: fixed kind specifications for parametersNick Papior2016-11-271-3/+32
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* BUG: Revert some import * fixes in f2py.Charles Harris2015-10-261-6/+5
* Merge pull request #6488 from charris/cleanup-6306Charles Harris2015-10-161-5/+2
|\
| * BUG: allow extension of common blocks in numpy.f2pyAlexander Heger2015-10-161-5/+2
* | BUG: Allow nested use of parameters for array dimensions in f2py.Alexander Heger2015-10-161-3/+4
|/