summaryrefslogtreecommitdiff
path: root/numpy/f2py/f2py2e.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-25STY: Make pyflakes fixes in numpy/f2pyCharles Harris1-140/+198
2014-02-06ENH: remove insecure mktemp useJulian Taylor1-2/+2
2013-12-30MAINT: remove use of ``reload`` from f2py. See gh-4139.Ralf Gommers1-5/+1
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-42/+42
2013-05-02MAINT: Apply 2to3 idioms fixer.Charles Harris1-1/+1
2013-04-142to3: Apply types fixer.Charles Harris1-8/+6
2013-04-102to3: Apply `map` fixer.Charles Harris1-2/+2
2013-04-082to3: Apply `repr` fixer.Charles Harris1-4/+4
2013-04-062to3: apply `dict` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-5/+5
2013-03-282to3: Use absolute imports.Charles Harris1-8/+8
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2013-02-28BUG: Fix `not a in ...` to `a not in ...`.Charles Harris1-14/+15
2013-02-28REF: Replace filters with list comprehensions.Charles Harris1-12/+17
2013-02-282to3: Apply `filter` fixes. Closes #3053.Charles Harris1-11/+11
2013-02-262to3: Use modern exception syntax.Charles Harris1-1/+1
2011-06-21BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson1-5/+15
2011-04-05STY: Update exception styles, trickier ones.Charles Harris1-1/+1
2010-09-17FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau1-3/+20
2010-03-063K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen1-10/+14
2008-12-31ran reindentJarrod Millman1-1/+1
2008-09-18Removed unused/redundant imports.Alan McIntyre1-5/+2
2008-07-03Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern1-2/+2
2007-11-28use 'in' keyword to test dictionary membershipJarrod Millman1-16/+18
2007-10-29using faster string methods rather than deprecated string moduleJarrod Millman1-6/+11
2007-10-29Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman1-1/+1
2007-06-08Fix f2py --fcompiler=.. option.Pearu Peterson1-0/+1
2007-05-14Fix f2py command line doc.Pearu Peterson1-1/+1
2006-10-10Resolved ticket 285: imporved error messagesPearu Peterson1-2/+2
2006-10-02F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson1-0/+6
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-4/+3
2006-03-02Fixed license statementRobert Kern1-1/+1
2006-01-20Change License text to NumPy License (permission granted by Pearu)Travis Oliphant1-1/+1
2006-01-05Cleaning up __all__ list and numpy namespace.Pearu Peterson1-1/+1
2006-01-04Fixed name issue.Travis Oliphant1-1/+1
2006-01-04Fixed version issue..Travis Oliphant1-2/+2
2006-01-04Changed all references to scipy to numpyTravis Oliphant1-17/+17
2006-01-04Moved scipy directory to numpyTravis Oliphant1-0/+555