summaryrefslogtreecommitdiff
path: root/numpy/f2py/auxfuncs.py
AgeCommit message (Expand)AuthorFilesLines
2015-12-20MAINT: Remove commented out code blocksgfyoung1-4/+0
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung1-1/+1
2015-07-29STY: Break some long lines in numpy/f2py/*.py.Charles Harris1-22/+23
2015-07-25STY: Make PEP8 fixes in numpy/f2pyCharles Harris1-123/+244
2015-07-25STY: Make pyflakes fixes in numpy/f2pyCharles Harris1-3/+28
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-68/+68
2013-05-02MAINT: Apply 2to3 idioms fixer.Charles Harris1-21/+21
2013-04-142to3: Apply types fixer.Charles Harris1-21/+20
2013-04-102to3: Apply `map` fixer.Charles Harris1-2/+2
2013-04-082to3: Apply `repr` fixer.Charles Harris1-3/+3
2013-04-07Merge pull request #3205 from charris/2to3-apply-dict-fixerCharles Harris1-1/+1
2013-04-07Merge pull request #3202 from charris/2to3-reduce-fixupsnjsmith1-2/+1
2013-04-062to3: apply `dict` fixer.Charles Harris1-1/+1
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-04-06MAINT: Cleanup some imports involving reduce.Charles Harris1-2/+1
2013-03-282to3: Use absolute imports.Charles Harris1-4/+4
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+3
2013-03-012to3: Apply `raise` fixes. Closes #3077.Charles Harris1-1/+1
2011-02-26WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson1-0/+15
2010-03-063K: f2py: make f2py run far enough to produce output files (they don't compil...Pauli Virtanen1-21/+21
2010-02-203K: BUG: work around bugs in Python 3.1.1 2to3 by not using fixes_reducePauli Virtanen1-0/+3
2010-02-203K: f2py: use integer division to avoid problems with string multiplicationPauli Virtanen1-1/+1
2009-10-25Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 a...Pearu Peterson1-1/+11
2008-09-18Removed unused/redundant imports.Alan McIntyre1-2/+0
2008-04-09Fix issue 587Pearu Peterson1-4/+24
2007-11-28use 'in' keyword to test dictionary membershipJarrod Millman1-116/+290
2007-10-29using faster string methods rather than deprecated string moduleJarrod Millman1-6/+9
2007-01-09clean up unused imports and bad whitespaceTim Leslie1-1/+0
2006-03-10Run reindent.py (script distributed with Python) over the source to remove ex...cookedm1-4/+2
2006-01-20Change License text to NumPy License (permission granted by Pearu)Travis Oliphant1-1/+2
2006-01-04Moved scipy directory to numpyTravis Oliphant1-0/+489