summaryrefslogtreecommitdiff
path: root/numpy/f2py/crackfortran.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: don't add 'public' or 'private' if the other one existsDamien Caliste2020-03-261-4/+6
* Merge pull request #15706 from melissawm/f2py-typos-fixCharles Harris2020-03-081-6/+6
|\
| * Fixing typos in f2py comments and code.Melissa Weber Mendonca2020-03-041-6/+6
* | convert shebang from python to python3 (#15687)Changqing Li2020-03-041-1/+1
|/
* Update numpy/f2py/crackfortran.pyEric Wieser2020-01-121-1/+1
* MAINT: Eliminate some calls to `eval`Eric Wieser2020-01-111-5/+6
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-031-1/+2
* BUG: blindly add TypeError to accepted exceptionsmattip2019-04-301-1/+1
* BUG: ppc and riscv don't use REAL(10)Andreas Schwab2019-03-051-1/+1
* BUG: Add 'sparc' to platforms implementing 16 byte reals.Charles Harris2019-01-051-1/+1
* MAINT: Use list and dict comprehension when possible (#12445)Roman Yurchak2018-12-011-12/+6
* MAINT: don't call function with too many argumentsEmil Hessman2018-09-301-2/+2
* Fix Fortran kind detection for aarch64 & s390x.Elliott Sales de Andrade2018-08-121-1/+1
* DOC: Fix minor typosluz.paz2018-03-301-1/+1
* BUG: fix for splitting a multiline or enhancement by ';' in numpy.f2py.Bob Eldering2018-03-081-2/+3
* BUG: F2py mishandles quoted control characters (#10676)bobeldering2018-03-041-37/+47
* DOC: fix minor typosUnknown2017-12-121-2/+2
* MAINT: Fix alerts from http://lgtm.com (#9292)Jean Helie2017-06-261-18/+16
* BUG: fix missing keyword rename for common block to numpy.f2pyBob Eldering2017-06-121-1/+1
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-15/+15
* BUG: fix regex of determineexprtype_re_3 in numpy/f2py/crackfortran.pyZZhaoTireless2017-03-191-2/+2
* BUG: PPC64el machines are POWER for FortranMatthew Brett2017-02-211-1/+2
* STY: space around operatorjutke2017-01-231-1/+1
* BUG: guard against replacing constants without '_' specjutke2017-01-201-1/+2
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-8/+8
* BUG: fixed kind specifications for parametersNick Papior2016-11-271-3/+32
* 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