summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix merge errorRohit Goswami2023-05-121-13/+0
* TST: Add a test for gh-23533Rohit Goswami2023-05-121-0/+27
* Merge branch 'main' into f2pyFuncFix_23598Sebastian Berg2023-04-261-24/+14
|\
| * TST: Remove crackfortran.nameargspattern time test that failed randomly (#23662)molsonkiko2023-04-251-25/+15
* | TST: Add a test for gh-23598Rohit Goswami2023-04-161-1/+9
|/
* make time tests more resilient to random noisemolsonkiko2023-03-261-7/+16
* make regex still match cases where OG fix failedmolsonkiko2023-03-261-6/+19
* update test for less arbitrary time requirementmolsonkiko2023-03-261-1/+2
* initial fix for nameargspattern regexmolsonkiko2023-03-261-2/+9
* add nameargspattern backtracking testmolsonkiko2023-03-261-0/+17
* BUG: Use whole file for encoding checks with `charset_normalizer` [f2py] (#22...Rohit Goswami2022-12-251-4/+13
* Merge pull request #19388 from pearu/enh-f2py-character-supportMelissa Weber Mendonça2022-06-061-2/+29
|\
| * ENH: Support character string arraysPearu Peterson2022-06-051-2/+29
* | ENH: complete the 'vars' list of a moduleDamien Caliste2022-06-051-0/+9
|/
* Merge pull request #15844 from dcaliste/typeMelissa Weber Mendonça2022-01-171-0/+9
|\
| * ENH: add inline definition of access rights for Fortran typesDamien Caliste2022-01-041-0/+9
* | ENH: add support for operator() in crackfortran.Damien Caliste2022-01-041-0/+20
|/
* BUG: Fix array dimensions solver for multidimensional arguments in f2py (#20721)Pearu Peterson2022-01-041-3/+5
* MAINT,TST: Reduce np.testing to IS_PYPYRohit Goswami2021-12-061-12/+9
* MAINT,TST: Refactor F2PY testsRohit Goswami2021-12-061-96/+12
* MAINT: Update to better python stylesRohit Goswami2021-12-051-3/+2
* MAINT: Rework whitespace to pass PR checksRohit Goswami2021-12-051-38/+45
* BUG: avoid infinite recurrence on dependencies in crackfortranDamien Caliste2021-10-011-0/+17
* MAINT: Minor cleanups after merging gh-19805Charles Harris2021-09-261-2/+2
* ENH: [f2py] Symbolic solver for dimension specifications.Pearu Peterson2021-09-011-0/+99
* BUG: f2py markinnerspace for multiple quotations (#19419)Matti Picus2021-07-081-2/+28
* BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-151-0/+24
* ENH: [f2py] Add external attribute support. Closes #17859Pearu Peterson2021-01-171-0/+29
* Revert PR gh-17654 which failed to fix issue gh-8062.Ian Thomas2020-11-051-22/+0
* BUG: f2py incorrectly translates dimension declarations.Ian Thomas2020-10-271-0/+22
* BUG: don't add 'public' or 'private' if the other one existsDamien Caliste2020-03-261-0/+53
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+0
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-3/+0
* MAINT: fixes from reviewmattip2019-12-031-3/+4
* BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-031-0/+39