summaryrefslogtreecommitdiff
path: root/numpy/f2py/capi_maps.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* f2py: support for assumed shape arrays of fortran callback functions (will no...Pearu Peterson2007-04-171-0/+4
* Whitespace cleanup.Stefan van der Walt2007-01-081-1/+1
* f2py-2e is not ready for PyArray_STRING, using PyArray_CHAR for now (characte...Pearu Peterson2006-10-191-1/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-14/+12
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-3/+3
* 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/+723