summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* Added textwrap.dedent to test.MelissaWM2020-09-261-2/+10
* Fixing tests for pypy and win.MelissaWM2020-09-241-2/+8
* BUG: Fixes module data docstrings.MelissaWM2020-09-244-1/+29
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-13/+8
|\
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-13/+8
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-4/+4
|/
* add __f2py_numpy_version__ attributeSturla Molden2020-06-171-1/+21
* TST: f2py: add test for callback threadsafetyPauli Virtanen2020-06-071-0/+50
* MNT: support python 3.10Thomas A Caswell2020-05-291-1/+1
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-264-8/+1
* Merge pull request #15781 from dcaliste/publicMatti Picus2020-03-261-0/+53
|\
| * BUG: don't add 'public' or 'private' if the other one existsDamien Caliste2020-03-261-0/+53
* | md5 module is deprecated since python 2.5Roman Yurchak2020-03-241-4/+1
|/
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-187-34/+28
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-3/+0
* STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-2/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-053-7/+7
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-2/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-2/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-0321-43/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0321-43/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-11/+1
|/
* TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-142-6/+27
* MAINT: fixes from reviewmattip2019-12-031-3/+4
* BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-031-0/+39
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-193-9/+28
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-56/+64
* TEST: update for PyPymattip2019-04-171-1/+2
* MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-103-43/+42
* BUG: Fix testing of f2py.compile from strings.Charles Harris2019-01-202-14/+17
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-201-0/+14
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-065-10/+1
* TST, MAINT: Skip some f2py tests on Mac.Charles Harris2018-10-072-4/+15
* TST: add macos azure testing to CI.Tyler Reddy2018-09-281-0/+7
* MAINT: remove duplicate importsmattip2018-09-261-2/+0
* Merge pull request #11894 from QuLogic/f2py-test-parametrizeCharles Harris2018-09-227-47/+48
|\
| * TST: Use fixture around f2py shared memory tests.Elliott Sales de Andrade2018-09-061-11/+9
| * TST: Parametrize f2py tests.Elliott Sales de Andrade2018-09-066-36/+39
* | Merge pull request #12014 from tylerjereddy/issue_12013_pytest_skipCharles Harris2018-09-212-7/+8
|\ \
| * | BUG: Fix missing pytest import.Charles Harris2018-09-211-0/+1
| * | TST: prefer pytest.skip() over SkipTestTyler Reddy2018-09-212-7/+7
* | | BUG: Fix f2py test_compile_function.py tests.Charles Harris2018-09-211-74/+61
* | | TST, MAINT: Separate f2py compile function testing into own fileCharles Harris2018-09-202-105/+125
|/ /
* | MAINT: remove exec_command() from f2py initTyler Reddy2018-09-181-0/+110
|/
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-0617-77/+19
* TST: Switch to using pytest markersCharles Harris2018-04-0417-61/+88
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-082-19/+19
* TST: test handling ';' in multiline and enhancement lines, numpy.f2pyBob Eldering2018-03-081-0/+53