summaryrefslogtreecommitdiff
path: root/numpy/f2py/cfuncs.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fixup f2py's handling a very little bitSebastian Berg2023-01-251-1/+8
* DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-101-1/+1
* DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-101-1/+1
* MAINT, Haiku defines neither __STDC_NO_THREADS__ nor __GLIBC__begasus2022-09-161-1/+1
* MAINT: fix an incorrect pointer type usage in f2pyRalf Gommers2022-08-311-3/+3
* ENH: Support character string arraysPearu Peterson2022-06-051-39/+94
* MAINT: Use more NPY_OSRohit Goswami2022-03-071-2/+2
* MAINT: Use npy_os in f2pyRohit Goswami2022-03-061-2/+2
* MAINT: Restructure includes slightlyRohit Goswami2022-03-061-2/+0
* BUG: fix f2py's define for threading when building with MingwRalf Gommers2022-01-231-5/+7
* BUG: Clear errors correctly in F2PY conversionsRohit Goswami2021-11-181-19/+40
* MAINT: Reduce DepreciationWarnings, use more data API types for f2py (#19978)Rohit Goswami2021-09-291-19/+25
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-151-52/+128
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-131-101/+52
* Minor fixesPearu Peterson2021-05-261-1/+1
* Add internal check for array contiguity.Pearu Peterson2021-05-261-0/+1
* MAINT: apply sizeof(char)==1Pearu Peterson2021-05-261-2/+2
* Apply reviewer nitPearu Peterson2021-05-231-2/+1
* Fix lintPearu Peterson2021-05-231-1/+2
* Apply reviewers comments. Thanks to @eric-wieser!Pearu Peterson2021-05-231-31/+9
* BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-101-46/+116
* BUG FIX for MINGW : threads.h existence test requires GLIBC > 2.12Dong Keun Oh2021-05-051-1/+3
* BUG: Fix refcount leak in f2py `complex_double_from_pyobj`Sebastian Berg2021-02-171-0/+1
* BUG: threads.h existence test requires GLIBC > 2.12. (#18180)Pearu Peterson2021-01-191-1/+6
* 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