summaryrefslogtreecommitdiff
path: root/numpy/f2py/cfuncs.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 3K: f2py: map PyString -> PyBytes and PyInt -> PyLong on Py3Pauli Virtanen2010-03-061-0/+9
* 3K: f2py: address a semantic difference between Py2 and Py3Pauli Virtanen2010-03-061-1/+2
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-1/+1
* ENH: Add support for PyCapsule.Charles Harris2010-02-251-1/+1
* BUG Fix ticket #1285. Problem located by cgranade.Charles Harris2009-11-061-1/+1
* BUG: fix f2py generated code for MSVC 9.David Cournapeau2009-09-211-0/+4
* Avoid putting things into stderr when errors occurs in f2py wrappers; put all...David Cournapeau2009-01-081-4/+6
* Removed unused/redundant imports.Alan McIntyre2008-09-181-1/+3
* f2py: Allow expressions that contain max/min calls, be used as dimension spec...Pearu Peterson2008-05-191-0/+2
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-18/+33
* Fix f2py and docTravis Oliphant2006-07-081-1/+1
* Fix f2py to use new namesTravis Oliphant2006-07-081-25/+25
* Do replacing nulls with ' ' after strncpy correctly in f2py.cfuncs.cookedm2006-05-201-23/+30
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-57/+57
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+1134