summaryrefslogtreecommitdiff
path: root/numpy/f2py/auxfuncs.py
Commit message (Collapse)AuthorAgeFilesLines
* 3K: f2py: make f2py run far enough to produce output files (they don't ↵Pauli Virtanen2010-03-061-21/+21
| | | | compile yet, though, as the C code is not Py3 compatible)
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
| | | | Instead, manually import reduce where necessary.
* 3K: f2py: use integer division to avoid problems with string multiplicationPauli Virtanen2010-02-201-1/+1
|
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 ↵Pearu Peterson2009-10-251-1/+11
| | | | after using intent(align8) in the corresponding scipy pyf files.
* Removed unused/redundant imports.Alan McIntyre2008-09-181-2/+0
| | | | PEP8 conformance (only one import per line).
* Fix issue 587Pearu Peterson2008-04-091-4/+24
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-116/+290
|
* using faster string methods rather than deprecated string moduleJarrod Millman2007-10-291-6/+9
|
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+0
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-4/+2
| | | | extraneous whitespace
* Change License text to NumPy License (permission granted by Pearu)Travis Oliphant2006-01-201-1/+2
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+489