summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix some typos in a code string and commentsDongjoon Hyun2016-01-271-1/+1
* BUG: Revert some import * fixes in f2py.Charles Harris2015-10-261-6/+5
* Merge pull request #6488 from charris/cleanup-6306Charles Harris2015-10-161-5/+2
|\
| * BUG: allow extension of common blocks in numpy.f2pyAlexander Heger2015-10-161-5/+2
* | BUG: Allow nested use of parameters for array dimensions in f2py.Alexander Heger2015-10-161-3/+4
|/
* STY: Break some long lines in numpy/f2py/*.py.Charles Harris2015-07-291-27/+0
* STY: Make PEP8 fixes in numpy/f2pyCharles Harris2015-07-251-1157/+1597
* STY: Make pyflakes fixes in numpy/f2pyCharles Harris2015-07-251-70/+101
* BUG: Make f2py work with intent(in out).Charles Harris2014-10-091-4/+6
* MAINT: remove use of ``reload`` from f2py. See gh-4139.Ralf Gommers2013-12-301-5/+40
* crackfortran: changed string.lowercase to string.ascii_lowercaseochoadavid2013-10-241-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-400/+400
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* MAINT: Apply 2to3 idioms fixer.Charles Harris2013-05-021-14/+15
* 2to3: Apply types fixer.Charles Harris2013-04-141-9/+8
* replace exec by eval to ensure the c variable is defined for all relevant pyt...Jos de Kloe2013-04-121-1/+1
* 2to3: Apply `map` fixer.Charles Harris2013-04-101-3/+6
* 2to3: Apply `repr` fixer.Charles Harris2013-04-081-35/+35
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-48/+48
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-5/+5
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* MAINT: Make numpy/f2py/crackfortran docstring read better.Charles Harris2013-03-011-13/+12
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-126/+129
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-4/+4
* BUG: Fix f2py test_kind.py test.Charles Harris2012-03-171-5/+8
* BUG[f2py]: fix --include_paths bug. Deprecated --include_paths in favor of --...Pearu Peterson2011-06-211-5/+11
* BUG: fix f2py size variadic macro for Visual C++ 2008 compiler. Also be verbo...Pearu Peterson2011-05-181-1/+2
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-061-9/+0
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* BUG: fix f2py bug in generating interfaces for assumed shape support as an ad...Pearu Peterson2011-03-311-1/+2
* BUG: fix f2py bug in generating interfaces for assumed shape support.Pearu Peterson2011-03-291-1/+1
* BUG: f2py fix to scan literal strings with ! character, fixes ticket #1228Pearu Peterson2011-03-271-1/+1
* BUG: fix f2py bug of converting an expression to variable, fixes ticket #1614.Pearu Peterson2011-03-251-25/+44
* BUG: fixing selected_real_kind for PowerPCPearu Peterson2011-03-241-2/+7
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-131-1/+10
* Merge remote branch 'upstream/master' into f2py-assumed-shapePearu Peterson2011-03-111-11/+19
|\
| * BUG: Fixes ticket 1693.Pearu Peterson2010-12-031-4/+9
| * BUG: Fix ticket 1679.Pearu Peterson2010-12-021-7/+10
* | Fix bug in constructing use statement with only.Pearu Peterson2011-02-281-1/+1
* | Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-271-2/+11
* | WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-251-8/+12
|/
* f2py: fixed issue 1533 (scanning pyf files will report lines that do not matc...Pearu Peterson2010-07-241-1/+1
* Introduced intent(align4|align8|align16) attributes. Fixes scipy ticket 794 a...Pearu Peterson2009-10-251-1/+1
* f2py: fix a bug evaluating parameters with kind function: kind(1.0), kind(1.0...Pearu Peterson2009-07-271-2/+2
* f2py: ignore concatenation of strings in initexpressions.Pearu Peterson2009-04-211-1/+1
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-6/+15
* Fix a bug.Pearu Peterson2008-12-221-2/+2
* Removed unused/redundant imports.Alan McIntyre2008-09-181-1/+0
* Fix typo.Pearu Peterson2008-09-091-1/+1