summaryrefslogtreecommitdiff
path: root/numpy/f2py/capi_maps.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-281-1/+1
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-291-1/+1
* | BUG: fix for f2py string scalars (#23194)Alexander Heger2023-02-111-3/+3
|/
* BUG: Generate C typedefs for f2cmap typesRohit Goswami2022-06-101-0/+2
* ENH: Support character string arraysPearu Peterson2022-06-051-9/+52
* BUG: f2py cannot read in customised f2cmap fileTing Sun2022-03-161-2/+2
* Fixing the typoSomasree Majumder2022-01-191-1/+2
* MAINT: Fix newlines in diagnostics output of numpy.f2py.Christoph Buchner2021-11-141-1/+1
* MAINT,DOC: f2py cleanupRohit Goswami2021-09-201-17/+13
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-1/+1
* MAINT: Use numpy version for f2py version.Charles Harris2020-08-221-2/+0
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-2/+0
* Merge pull request #15706 from melissawm/f2py-typos-fixCharles Harris2020-03-081-1/+1
|\
| * Fixing typos in f2py comments and code.Melissa Weber Mendonca2020-03-041-1/+1
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
|/
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-1/+0
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-5/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-141-8/+20
* MAINT, TST: check for unreachable code pathsTyler Reddy2018-11-021-4/+1
* DOC: fix minor typosUnknown2017-12-121-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-2/+2
* MAINT: remove usage of NPY_CHAR from f2pyJulian Taylor2017-05-021-6/+3
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* MAINT: Dictionary litteralRémy Léone2015-11-071-4/+2
* BUG: Revert some import * fixes in f2py.Charles Harris2015-10-261-11/+5
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-21/+13
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-418/+487
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-1/+18
* BUG: Cannot read .f2py_f2cmaps under python 3.3David Powell2015-03-061-4/+4
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-157/+157
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-13/+13
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-2/+2
* 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
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* ENH: f2py: generate docstrings in Numpy docstring formatPauli Virtanen2012-11-171-8/+8
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-35/+35
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-271-5/+6
* BUG: f2py: fix building modules via 'f2py -c' (broken in e6eafde)Pauli Virtanen2010-10-061-2/+4
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-171-0/+2
* BUG: f2py: replace a string exception with a real one (fixes #1515)Pauli Virtanen2010-06-191-1/+2
* 3K: f2py: port much of f2py C code to Py3Pauli Virtanen2010-03-061-0/+6
* Disable 7712 patch.Pearu Peterson2009-11-101-1/+1
* f2py: fix a code generation bug when callback function is taking arguments wi...Pearu Peterson2009-11-091-1/+5
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-48/+73
* typoJarrod Millman2007-10-291-1/+1
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-26/+28