summaryrefslogtreecommitdiff
path: root/numpy/f2py/f90mod_rules.py
AgeCommit message (Expand)AuthorFilesLines
2016-01-07MAINT, STY: Removed unused variable in f2py/f90mod_rules.pyrehassachdeva1-1/+1
2015-10-26BUG: Revert some import * fixes in f2py.Charles Harris1-5/+5
2015-07-29STY: Break some long lines in numpy/f2py/*.py.Charles Harris1-5/+0
2015-07-25STY: Make PEP8 fixes in numpy/f2pyCharles Harris1-93/+125
2015-07-25STY: Make pyflakes fixes in numpy/f2pyCharles Harris1-7/+6
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-36/+36
2013-05-02MAINT: Apply 2to3 idioms fixer.Charles Harris1-2/+2
2013-04-102to3: Apply `map` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-2/+2
2013-03-282to3: Use absolute imports.Charles Harris1-6/+6
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2011-05-06BUG: Fix assumed shape support for module routines.Pearu Peterson1-2/+7
2010-02-203K: f2py: break cyclic imports (which are not allowed on Py3) by moving them ...Pauli Virtanen1-1/+1
2008-09-18Removed unused/redundant imports.Alan McIntyre1-4/+0
2007-12-29brainoJarrod Millman1-4/+6
2007-12-29janitorial workJarrod Millman1-7/+5
2007-11-28use 'in' keyword to test dictionary membershipJarrod Millman1-2/+2
2007-10-29using faster string methods rather than deprecated string moduleJarrod Millman1-14/+17
2007-04-20Fix pointer size for F90 allocatable arrays on 64-bit platform. Closes ticket...Stefan van der Walt1-2/+4
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-6/+4
2006-01-20Change License text to NumPy License (permission granted by Pearu)Travis Oliphant1-1/+1
2006-01-04Moved scipy directory to numpyTravis Oliphant1-0/+240