summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_callback.py
Commit message (Expand)AuthorAgeFilesLines
* TST: f2py: add test for callback threadsafetyPauli Virtanen2020-06-071-0/+50
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-3/+3
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-101-3/+3
* TST: Parametrize f2py tests.Elliott Sales de Andrade2018-09-061-3/+3
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-7/+8
* TST: Test f2py passing string array to callback.Charles Harris2017-11-151-2/+32
* TST: callback: update commentxoviat2017-09-091-1/+1
* TST: fix failures:xoviat2017-09-041-0/+2
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-16/+20
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-5/+5
* BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-161-0/+24
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-16/+16
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-11/+11
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: f2py: rewrite strings to be easier to readPauli Virtanen2012-11-171-24/+28
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-171-0/+2
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-171-0/+25
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-051-1/+1
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-111-11/+11
* TST: mark slow f2py tests + add f2py test function.David Cournapeau2010-03-311-0/+1
* 3K: f2py: port the array_from_pyobj test module to Py3Pauli Virtanen2010-03-061-1/+1
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+74