summaryrefslogtreecommitdiff
path: root/numpy/f2py/cb_rules.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Support character string arraysPearu Peterson2022-06-051-8/+17
* MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (...Ralf Gommers2022-02-011-22/+45
* STY: Kill all \t with fire in f2pyRohit Goswami2021-09-291-11/+11
* BUG: address 19575 ref leak of capi_tmp in f2py/cb_rules.pyDerek Huang2021-08-221-0/+1
* BUG: fix regression in a hidden callback use casePearu Peterson2021-02-091-14/+4
* MAINT: Debug issue (2)Pearu Peterson2021-02-091-2/+4
* MAINT: Debug issue #18341Pearu Peterson2021-02-091-1/+15
* BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-071-0/+1
* MAINT: f2py: move thread-local declaration definition to common macroPauli Virtanen2020-06-081-19/+3
* BUG: numpy/f2py: put callback globals to thread-local storagePauli Virtanen2020-06-071-21/+72
* STY: f2py/cb_rules: replace \t by whitespace for readabilityPauli Virtanen2020-06-071-147/+147
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-2/+0
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* 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