summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src/array_from_pyobj
Commit message (Expand)AuthorAgeFilesLines
* ENH: Support character string arraysPearu Peterson2022-06-051-3/+4
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+0
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+3
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-151-1/+1
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-131-1/+1
* MAINT: apply sizeof(char)==1Pearu Peterson2021-05-261-1/+1
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-13/+8
|\
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-13/+8
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-4/+4
|/
* MNT: support python 3.10Thomas A Caswell2020-05-291-1/+1
* Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-2/+0
* MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-031-11/+1
* BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-191-3/+16
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-56/+64
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-13/+13
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+1
* DEP: removed deprecated API calls from test code (wrapmodule.c)Chris Kerr2014-11-101-31/+31
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-26/+26
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* 3K: f2py: port the array_from_pyobj test module to Py3Pauli Virtanen2010-03-061-1/+26
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-061-0/+196