summaryrefslogtreecommitdiff
path: root/numpy/f2py/f90mod_rules.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove useless `global` statementsEric Wieser2020-03-181-1/+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: Eliminate some calls to `eval`Eric Wieser2020-01-111-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT, STY: Removed unused variable in f2py/f90mod_rules.pyrehassachdeva2016-01-071-1/+1
* BUG: Revert some import * fixes in f2py.Charles Harris2015-10-261-5/+5
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-5/+0
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-93/+125
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-7/+6
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-36/+36
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-2/+2
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-6/+6
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-061-2/+7
* 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them ...Pauli Virtanen2010-02-201-1/+1
* Removed unused/redundant imports.Alan McIntyre2008-09-181-4/+0
* brainoJarrod Millman2007-12-291-4/+6
* janitorial workJarrod Millman2007-12-291-7/+5
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-2/+2
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-14/+17
* Fix pointer size for F90 allocatable arrays on 64-bit platform. Closes ticket...Stefan van der Walt2007-04-201-2/+4
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-6/+4
* 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/+240