summaryrefslogtreecommitdiff
path: root/numpy/f2py/common_rules.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Support character string arraysPearu Peterson2022-06-051-2/+6
* MAINT: Use numpy version for f2py version.Charles Harris2020-08-221-2/+0
* 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
* BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-191-2/+3
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-5/+3
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-48/+71
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-8/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-23/+23
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-1/+1
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 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
* Removed unused/redundant imports.Alan McIntyre2008-09-181-4/+0
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-15/+18
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-2/+1
* Fix f2py to handle character arrays in common blocksTravis Oliphant2006-03-081-1/+1
* 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/+132