summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* BUG: F2py mishandles quoted control characters (#10676)bobeldering2018-03-041-0/+32
* MAINT: Look up typeinfo properties by name, not by indexEric Wieser2017-12-061-10/+11
* MAINT: Use a StructSequence in place of the typeinfo tuplesEric Wieser2017-12-061-1/+1
* TST: Test f2py passing string array to callback.Charles Harris2017-11-151-2/+32
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-082-1/+2
* TST: callback: update commentxoviat2017-09-091-1/+1
* TST: block docstring: update commentxoviat2017-09-091-1/+1
* TST: common: update documentationxoviat2017-09-091-1/+1
* TST: util: update documentationxoviat2017-09-091-1/+1
* TST: fix failures:xoviat2017-09-044-7/+13
* [TST] slightly simplify f2py testNico Schlömer2017-08-291-2/+1
* [TST] fix test for 0-sized array operationsNico Schlömer2017-08-281-2/+3
* [TST] add tests for 0-sized Fortran arraysNico Schlömer2017-08-281-0/+9
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-0617-16/+16
* TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2017-07-242-9/+7
* TST: test doc string of COMMON block arrays for numpy.f2py.Bob Eldering2017-07-071-0/+23
* TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-132-0/+37
* TST: add a char array input testJulian Taylor2017-05-022-0/+55
* MAINT: Remove asbytes where a b prefix would sufficeEric Wieser2017-03-252-11/+10
* 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