summaryrefslogtreecommitdiff
path: root/numpy/f2py/auxfuncs.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove commented out code blocksgfyoung2015-12-201-4/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-22/+23
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-123/+244
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-3/+28
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-68/+68
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-21/+21
* 2to3: Apply types fixer.Charles Harris2013-04-141-21/+20
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-3/+3
* Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris2013-04-071-1/+1
|\
| * 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* | Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith2013-04-071-2/+1
|\ \ | |/ |/|
| * MAINT: Cleanup some imports involving reduce.Charles Harris2013-04-061-2/+1
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
|/
* 2to3: Use absolute imports.Charles Harris2013-03-281-4/+4
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+3
* 2to3: Apply `raise` fixes. Closes #3077.Charles Harris2013-03-011-1/+1
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-0/+15
* 3K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen2010-03-061-21/+21
* 3K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen2010-02-201-0/+3
* 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 a...Pearu Peterson2009-10-251-1/+11
* Removed unused/redundant imports.Alan McIntyre2008-09-181-2/+0
* 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 ex...cookedm2006-03-101-4/+2
* 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