| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | MAINT: remove duplicate imports | mattip | 2018-09-26 | 1 | -2/+0 |
* | Merge pull request #11894 from QuLogic/f2py-test-parametrize | Charles Harris | 2018-09-22 | 7 | -47/+48 |
|\ |
|
| * | TST: Use fixture around f2py shared memory tests. | Elliott Sales de Andrade | 2018-09-06 | 1 | -11/+9 |
| * | TST: Parametrize f2py tests. | Elliott Sales de Andrade | 2018-09-06 | 6 | -36/+39 |
* | | Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skip | Charles Harris | 2018-09-21 | 2 | -7/+8 |
|\ \ |
|
| * | | BUG: Fix missing pytest import. | Charles Harris | 2018-09-21 | 1 | -0/+1 |
| * | | TST: prefer pytest.skip() over SkipTest | Tyler Reddy | 2018-09-21 | 2 | -7/+7 |
* | | | BUG: Fix f2py test_compile_function.py tests. | Charles Harris | 2018-09-21 | 1 | -74/+61 |
* | | | TST, MAINT: Separate f2py compile function testing into own file | Charles Harris | 2018-09-20 | 2 | -105/+125 |
|/ / |
|
* | | MAINT: remove exec_command() from f2py init | Tyler Reddy | 2018-09-18 | 1 | -0/+110 |
|/ |
|
* | MAINT: Remove all uses of run_module_suite. | Charles Harris | 2018-04-06 | 17 | -77/+19 |
* | TST: Switch to using pytest markers | Charles Harris | 2018-04-04 | 17 | -61/+88 |
* | MAINT: Hard tab and whitespace cleanup. | Charles Harris | 2018-03-08 | 2 | -19/+19 |
* | TST: test handling ';' in multiline and enhancement lines, numpy.f2py | Bob Eldering | 2018-03-08 | 1 | -0/+53 |