| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: Fix parsing continued lines that follow comment lines. Closes #2848 | Pearu Peterson | 2021-02-15 | 1 | -0/+24 |
| * | BUG: fix regression in a hidden callback use case | Pearu Peterson | 2021-02-09 | 2 | -1/+49 |
| * | MAINT: Debug issue #18341 | Pearu Peterson | 2021-02-09 | 1 | -1/+1 |
| * | ENH: Share memory of read-only intent(in) arrays. Closes #16347 | Pearu Peterson | 2021-02-07 | 1 | -0/+13 |
| * | BUG: Fix missing signed_char dependency. Closes #18335. | Pearu Peterson | 2021-02-07 | 1 | -0/+40 |
| * | Applied reviewers comments: add ident | Pearu Peterson | 2021-01-19 | 1 | -9/+10 |
| * | Apply reviewer comments. | Pearu Peterson | 2021-01-19 | 1 | -2/+2 |
| * | Apply reviewers comments. | Pearu Peterson | 2021-01-19 | 1 | -7/+7 |
| * | Add test for gh17797. | Pearu Peterson | 2021-01-18 | 1 | -0/+24 |
| * | ENH: [f2py] Add external attribute support. Closes #17859 | Pearu Peterson | 2021-01-17 | 1 | -0/+29 |
| * | DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578) | Sebastian Berg | 2021-01-06 | 1 | -42/+42 |
| * | Revert PR gh-17654 which failed to fix issue gh-8062. | Ian Thomas | 2020-11-05 | 1 | -22/+0 |
| * | TST: Make test suite work in FIPS (140-2) Mode | Nikola Forró | 2020-10-29 | 1 | -2/+0 |
| * | BUG: f2py incorrectly translates dimension declarations. | Ian Thomas | 2020-10-27 | 1 | -0/+22 |
| * | Added textwrap.dedent to test. | MelissaWM | 2020-09-26 | 1 | -2/+10 |
| * | Fixing tests for pypy and win. | MelissaWM | 2020-09-24 | 1 | -2/+8 |
| * | BUG: Fixes module data docstrings. | MelissaWM | 2020-09-24 | 4 | -1/+29 |
| * | Merge branch 'master' into cleanup-Long | Eric Wieser | 2020-08-24 | 1 | -13/+8 |
| |\ |
|
| | * | MAINT: Remove uses of PyString_FromString. | Charles Harris | 2020-08-19 | 1 | -13/+8 |
| * | | MAINT: Replace PyInt macros with their PyLong replacement | Eric Wieser | 2020-08-24 | 1 | -4/+4 |
| |/ |
|
| * | add __f2py_numpy_version__ attribute | Sturla Molden | 2020-06-17 | 1 | -1/+21 |
| * | TST: f2py: add test for callback threadsafety | Pauli Virtanen | 2020-06-07 | 1 | -0/+50 |
| * | MNT: support python 3.10 | Thomas A Caswell | 2020-05-29 | 1 | -1/+1 |
| * | MAINT: simplify code that assumes str/unicode and int/long are different type... | Eric Wieser | 2020-03-26 | 4 | -8/+1 |
| * | Merge pull request #15781 from dcaliste/public | Matti Picus | 2020-03-26 | 1 | -0/+53 |
| |\ |
|
| | * | BUG: don't add 'public' or 'private' if the other one exists | Damien Caliste | 2020-03-26 | 1 | -0/+53 |
| * | | md5 module is deprecated since python 2.5 | Roman Yurchak | 2020-03-24 | 1 | -4/+1 |
| |/ |
|
| * | BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750) | Matti Picus | 2020-03-18 | 7 | -34/+28 |
| * | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 2 | -3/+0 |
| * | STY: use `with open` when possible | Seth Troisi | 2020-01-21 | 1 | -3/+2 |
| * | MAINT: Remove sys.version checks in tests | Seth Troisi | 2020-01-15 | 1 | -2/+0 |
| * | MAINT: Remove implicit inheritance from object class (#15236) | Jon Dufresne | 2020-01-05 | 3 | -7/+7 |
| * | Merge pull request #15232 from sethtroisi/remove_python3_part3 | Matti Picus | 2020-01-04 | 1 | -2/+0 |
| |\ |
|
| | * | Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEX | Seth Troisi | 2020-01-03 | 1 | -2/+0 |
| * | | Merge pull request #14376 from jdufresne/future | Sebastian Berg | 2020-01-03 | 21 | -43/+0 |
| |\ \
| |/
|/| |
|
| | * | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 21 | -43/+0 |
| * | | MAINT: Remove Python2 specific C module setup (gh-15231) | Seth Troisi | 2020-01-03 | 1 | -11/+1 |
| |/ |
|
| * | TST: f2py: fix race condition in f2py test _get_compiler_status | Pauli Virtanen | 2019-12-14 | 1 | -3/+9 |
| * | ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap | Pauli Virtanen | 2019-12-14 | 2 | -6/+27 |
| * | MAINT: fixes from review | mattip | 2019-12-03 | 1 | -3/+4 |
| * | BUG: add endfunction, endsubroutine to valid fortran end words | mattip | 2019-12-03 | 1 | -0/+39 |
| * | BUG: Further, followup f2py reference count fixes | Sebastian Berg | 2019-08-19 | 3 | -9/+28 |
| * | BUG: General fixes to f2py reference counts (dereferencing) | Sebastian Berg | 2019-08-19 | 1 | -56/+64 |
| * | TEST: update for PyPy | mattip | 2019-04-17 | 1 | -1/+2 |
| * | MAINT: Use textwrap.dedent in f2py tests | Eric Wieser | 2019-04-10 | 3 | -43/+42 |
| * | BUG: Fix testing of f2py.compile from strings. | Charles Harris | 2019-01-20 | 2 | -14/+17 |
| * | BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docs | mattip | 2019-01-20 | 1 | -0/+14 |
| * | MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1... | Roman Yurchak | 2018-12-06 | 5 | -10/+1 |
| * | TST, MAINT: Skip some f2py tests on Mac. | Charles Harris | 2018-10-07 | 2 | -4/+15 |
| * | TST: add macos azure testing to CI. | Tyler Reddy | 2018-09-28 | 1 | -0/+7 |