summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_array_from_pyobj.py
Commit message (Expand)AuthorAgeFilesLines
* TST, MAINT: Add `__init__.py` files to tests directories.Charles Harris2017-08-061-1/+1
* TST: Remove unittest dependencies in numpy/f2py/tests.Charles Harris2017-07-241-8/+6
* ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-161-4/+2
* STY: PEP8 fixes in numpy/f2py/tests.Charles Harris2015-07-251-1/+1
* STY: PEP8 and pyflakes fixes for numpy/f2py/tests.Charles Harris2015-07-251-89/+123
* 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
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-1/+2
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-141/+141
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-27/+27
* 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
* 2to3: apply exec fixer results.Charles Harris2013-02-281-2/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-6/+6
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-1/+1
* 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-051-2/+2
* BUG: Fixed ticket #1767. Replaced assert with assert_ calls.Pearu Peterson2011-03-111-96/+99
* 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-061-0/+535