summaryrefslogtreecommitdiff
path: root/numpy/f2py/cb_rules.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: f2py: fix f2py generated code to work on PypyPauli Virtanen2018-02-241-5/+25
* BUG: Fix f2py string variables in callbacks.Charles Harris2017-11-151-2/+6
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-1/+0
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-240/+255
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-7/+8
* DEP: Replaced NPY_[F,C]ARRAY with NPY_ARRAY_[F,C]ARRAYChris Kerr2014-11-101-2/+2
* DEP: replaced arr->data with PyArray_DATAChris Kerr2014-11-101-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-102/+102
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-5/+5
* 2to3: Apply types fixer.Charles Harris2013-04-141-10/+8
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-5/+5
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: f2py: fix creating string object from callback function using string size.Pearu Peterson2010-10-161-2/+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-2/+2
* 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them ...Pauli Virtanen2010-02-201-1/+2
* f2py: fix a code generation bug when callback function is taking arguments wi...Pearu Peterson2009-11-091-31/+31
* Removed unused/redundant imports.Alan McIntyre2008-09-181-3/+0
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-18/+27
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-3/+6
* Applying patch from ticket 437.Pearu Peterson2007-04-021-4/+4
* More f2py changesTravis Oliphant2006-07-081-2/+2
* Fix f2py to use new namesTravis Oliphant2006-07-081-1/+1
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-7/+2
* 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/+534