summaryrefslogtreecommitdiff
path: root/tools/swig/test
Commit message (Expand)AuthorAgeFilesLines
* Fix swig testsMathieu Lamarre2020-03-134-53/+59
* convert shebang from python to python3 (#15687)Changqing Li2020-03-049-9/+9
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-068-16/+0
* MAINT: resolve pyflake F403 'from module import *' usedMike Taves2020-01-231-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-039-18/+0
* Use *sys.version_info[:2]Hugo2019-08-261-1/+1
* BUG: Fix for Python 3.10Hugo2019-08-261-1/+1
* Fix deprecated ``assertEquals()``Nicola Soranzo2019-04-236-30/+30
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-31/+31
* MAINT: Remove commented out code blocksgfyoung2015-12-201-10/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-256-4/+318
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-157-7/+7
* ENH: added std::complex support to numpy.iGlen Mabey2014-11-076-2/+325
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-1232-0/+3991