summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/test_array_from_pyobj.py
Commit message (Expand)AuthorAgeFilesLines
* 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