summaryrefslogtreecommitdiff
path: root/numpy/f2py/f90mod_rules.py
Commit message (Expand)AuthorAgeFilesLines
* 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