summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: adding test for constants without compound kind specjutke2017-01-202-0/+31
* TST: adding tests for compound constant provided by @zerothijutke2017-01-202-0/+27
* BUG: fixed kind specifications for parametersNick Papior2016-11-275-3/+206
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-20/+12
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-162-9/+6
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-256-24/+46
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-2511-258/+298
* DEP: removed deprecated API calls from test code (wrapmodule.c)Chris Kerr2014-11-101-31/+31
* Merge pull request #5168 from charris/f2py-space-fixCharles Harris2014-10-102-0/+41
|\
| * TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-092-0/+41
* | TST: skip clongdouble alignment checks on 32 bit archesJulian Taylor2014-09-031-3/+5
* | TST: win32 also does not provide 16 byte alignmentJulian Taylor2014-07-271-1/+1
* | TST: disable tests that fail due to bad alignment on sparcJulian Taylor2014-07-021-35/+44
|/
* BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-161-0/+24
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-1810-235/+235
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-134-8/+12
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-089-61/+61
* 2to3: Apply `print` fixer.Charles Harris2013-04-0612-12/+12
* 2to3: Use absolute imports.Charles Harris2013-03-2812-12/+12
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-0112-0/+23
* 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-262-7/+7
* TST: f2py: rewrite strings to be easier to readPauli Virtanen2012-11-172-26/+39
* ENH: f2py: add 'Wrapper for ...' text to the docstringPauli Virtanen2012-11-172-1/+3
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-172-0/+30
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-042-27/+27
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-062-0/+46
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-062-1/+47
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-051-6/+6
* STY: Replace old style classes in tests with classes subclassing object.Charles Harris2011-04-052-3/+3
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-132-0/+43
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-1110-227/+229
* Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-272-0/+54
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-275-2/+38
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-262-5/+5
* WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-252-0/+59
* TST: mark slow f2py tests + add f2py test function.David Cournapeau2010-03-317-0/+13
* 3K: f2py: port the array_from_pyobj test module to Py3Pauli Virtanen2010-03-062-2/+27
* 3K: f2py: don't use test generators in the tests -- they don't really work on...Pauli Virtanen2010-03-065-67/+26
* BUG: f2py: fix F90 detection in the testsPauli Virtanen2010-03-061-2/+2
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-4/+4
* ENH: f2py: skip also test_array_from_pyobj if no C compiler is availablePauli Virtanen2010-03-061-0/+7
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-0629-1685/+1390
* BUG: Shoddy quick fix of some f2py tests so they run. The tests expose errors,Charles Harris2010-02-255-43/+95
* Remove uses of set_package_path, set_local_path, restore_path, and Alan McIntyre2008-07-051-3/+0