summaryrefslogtreecommitdiff
path: root/numpy/f2py/f90mod_rules.py
Commit message (Collapse)AuthorAgeFilesLines
* 3K: f2py: break cyclic imports (which are not allowed on Py3) by moving them ↵Pauli Virtanen2010-02-201-1/+1
| | | | to functions
* Removed unused/redundant imports.Alan McIntyre2008-09-181-4/+0
| | | | PEP8 conformance (only one import per line).
* 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 ↵Stefan van der Walt2007-04-201-2/+4
| | | | ticket #147.
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-6/+4
| | | | extraneous whitespace
* 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