summaryrefslogtreecommitdiff
path: root/tools/swig
Commit message (Expand)AuthorAgeFilesLines
* BLD: Fixed ARGOUTVIEWM memory deallocation.leakec2020-09-291-18/+18
* MAINT: Replace PyString_Check with PyBytes_Check in numpy.i.Charles Harris2020-09-101-1/+1
* 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
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-042-21/+1
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-032-21/+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
* BUG: Fix memory leak in pyfragments.swg (#11877)Christopher Pezley2018-09-101-2/+4
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-31/+31
* White spacesMathieu Lamarre2018-02-081-1/+1
* Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre2018-02-081-2/+8
* Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre2018-02-081-0/+2
* Added types for int and uint with an explicit size.Mark Harfouche2018-01-121-1/+10
* Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7Jan David Mol2016-06-181-1/+6
* Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF a...Mathieu Lamarre2016-04-221-7/+14
* 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
* BUG: Fix swig make_fortran function.Charles Harris2015-11-041-1/+1
* BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris2015-11-011-1/+1
* typo in numpy.ijschueller2015-09-021-1/+1
* New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-258-26/+394
* DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers2015-03-181-0/+34
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-157-7/+7
* Use correct #ifdef __cplusplus guard to include std_complex.iMichele Vallisneri2015-02-131-2/+2
* ENH: added std::complex support to numpy.iGlen Mabey2014-11-077-12/+333
* Fix typemap for Fortran ordered array inputAdam Reeve2014-06-161-3/+3
* BUG: Fix missing fragment in ARGOUTVIEWM typemaps.David Froger2014-05-261-18/+18
* STY: Whitespace patrol on numpy.i.Charles Harris2014-03-121-6/+6
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-1236-0/+7361