summaryrefslogtreecommitdiff
path: root/numpy/f2py/f2py2e.py
Commit message (Expand)AuthorAgeFilesLines
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-140/+198
* ENH: remove insecure mktemp useJulian Taylor2014-02-061-2/+2
* MAINT: remove use of ``reload`` from f2py. See gh-4139.Ralf Gommers2013-12-301-5/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-42/+42
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply types fixer.Charles Harris2013-04-141-8/+6
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-4/+4
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-5/+5
* 2to3: Use absolute imports.Charles Harris2013-03-281-8/+8
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Fix `not a in ...` to `a not in ...`.Charles Harris2013-02-281-14/+15
* REF: Replace filters with list comprehensions.Charles Harris2013-02-281-12/+17
* 2to3: Apply `filter` fixes. Closes #3053.Charles Harris2013-02-281-11/+11
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-211-5/+15
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* FEAT: add C module and f2py fortran wrapper output customization from command...David Cournapeau2010-09-171-3/+20
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-10/+14
* ran reindentJarrod Millman2008-12-311-1/+1
* Removed unused/redundant imports.Alan McIntyre2008-09-181-5/+2
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-031-2/+2
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-16/+18
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-6/+11
* Using the in operator to find substrings. It is shorter and easier to unders...Jarrod Millman2007-10-291-1/+1
* Fix f2py --fcompiler=.. option.Pearu Peterson2007-06-081-0/+1
* Fix f2py command line doc.Pearu Peterson2007-05-141-1/+1
* Resolved ticket 285: imporved error messagesPearu Peterson2006-10-101-2/+2
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-021-0/+6
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-4/+3
* Fixed license statementRobert Kern2006-03-021-1/+1
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+1
* Cleaning up __all__ list and numpy namespace.Pearu Peterson2006-01-051-1/+1
* Fixed name issue.Travis Oliphant2006-01-041-1/+1
* Fixed version issue..Travis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-17/+17
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+555