summaryrefslogtreecommitdiff
path: root/numpy/f2py/cfuncs.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Cleanup f2py/cfuncs.pyCharles Harris2020-09-211-86/+164
* Merge pull request #17292 from charris/cleanup-remaining-pystring-macrosSebastian Berg2020-09-121-3/+3
|\
| * MAINT: Replace remaining PyString macros.Charles Harris2020-09-111-3/+3
* | MAINT: Replace PyNumber_Int by PyNumber_LongCharles Harris2020-09-121-2/+2
* | MAINT: Replace PyInt_FromLong by PyLong_FromLong.Charles Harris2020-09-111-3/+3
|/
* MAINT: Replace PyStringObject by PyBytesObject.Charles Harris2020-09-101-1/+1
* MAINT: Replace PyString_Check with PyBytes_Check.Charles Harris2020-09-101-7/+7
* MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-2/+2
* MAINT: f2py: move thread-local declaration definition to common macroPauli Virtanen2020-06-081-0/+15
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-181-0/+6
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-2/+2
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-16/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-16/+0
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
|/
* DOC: fix outstanding typo in NumPy versionmattip2019-12-031-1/+1
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-191-5/+18
* DOC: update or remove outdated sourceforge linksmattip2019-08-081-1/+1
* DOC: fix minor typosUnknown2017-12-121-1/+1
* MAINT: Use the PyArray_(GET|SET)_ITEM functions where possibleEric Wieser2017-09-231-4/+4
* MAINT: Replace tab escapes with four spacesEric Wieser2017-07-121-500/+500
* MAINT: remove usage of NPY_CHAR from f2pyJulian Taylor2017-05-021-1/+2
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-222/+259
* DEP: Replace NPY_CONTIGUOUS with NPY_ARRAY_C_CONTIGUOUSChris Kerr2014-11-101-1/+1
* DEP: Using PyArray_SIZE and PyArray_TYPE instead of PyArray_DESCR()->elsize etcChris Kerr2014-11-101-5/+5
* DEP: Replaced arr->descr, arr->flags and arr->base with the PyArray_* functionsChris Kerr2014-11-101-16/+16
* DEP: replaced arr->dimensions with PyArray_DIMS(arr) or PyArray_DIM(arr,i)Chris Kerr2014-11-101-3/+3
* DEP: replaced arr->data with PyArray_DATAChris Kerr2014-11-101-49/+49
* DEP: replaced arr->nd with PyArray_NDIM in C code generation scriptsChris Kerr2014-11-101-5/+5
* Merge pull request #4305 from charris/fix-gh-4256Charles Harris2014-02-201-1/+1
|\
| * BUG: #4256: f2py, PyString_FromStringAndSize is undefined in Python3.Charles Harris2014-02-161-1/+1
* | BUG: Fix typo in f2py/cfuncs.py.Charles Harris2014-02-161-1/+1
|/
* BUG: f2py, fix decref on wrong objectJulian Taylor2013-09-121-2/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-32/+32
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-4/+4
* 2to3: Apply types fixer.Charles Harris2013-04-141-9/+7
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-2/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Exported f2py_size symbol prevents linking multiple f2py modules.Bradley M. Froehle2012-07-301-1/+1
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-47/+47
* BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbo...Pearu Peterson2011-05-181-1/+1
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-061-1/+30
* BUG: f2py: fix creating string object from callback function using string size.Pearu Peterson2010-10-161-0/+2
* f2py: fixed typos in TRYCOMPLEXPYARRAYTEMPLATE.Pearu Peterson2010-07-111-4/+1
* 3K: f2py: make create_cb_arglist work with Py3 functionsPauli Virtanen2010-03-061-0/+10
* BUG: f2py: fix infinite loops in *_from_pyobj with unicode inputPauli Virtanen2010-03-061-5/+5
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-11/+20