summaryrefslogtreecommitdiff
path: root/numpy/f2py/f2py2e.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: multiline regex class simplifyTyler Reddy2020-12-291-3/+3
* MAINT: regex char class improveTyler Reddy2020-12-281-2/+2
* Merge pull request #17122 from charris/cleanup-f2py-versioningRalf Gommers2020-11-281-12/+8
|\
| * MAINT: Use numpy version for f2py version.Charles Harris2020-08-221-12/+8
* | BUG: mac dylib treated as extra library by f2pyBharat Medasani2020-10-221-1/+1
* | MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-131-1/+3
|/
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Revert f2py Python 2.6 workaround (gh-15415)Seth Troisi2020-01-231-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-141-2/+13
* Add code review suggestions from @eric-wieserBharat123rox2019-05-081-2/+3
* Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-071-5/+4
* BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-201-2/+19
* ENH: Use entry_points to install the f2py scripts.Charles Harris2018-08-231-6/+18
* 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