summaryrefslogtreecommitdiff
path: root/numpy/f2py/use_rules.py
Commit message (Expand)AuthorAgeFilesLines
* convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-36/+45
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-11/+8
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-15/+15
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Removed unused/redundant imports.Alan McIntyre2008-09-181-5/+0
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-5/+5
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-5/+8
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-9/+3
* 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/+115