summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
...
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-064-6/+0
* MAINT: Use `.identifier = val` to fill type structsSebastian Berg2020-02-011-15/+7
* MAINT: Remove sys.version checks (gh-#15373)Seth Troisi2020-01-281-5/+1
* MAINT: Revert f2py Python 2.6 workaround (gh-15415)Seth Troisi2020-01-232-12/+2
* MAINT: Replace basestring with str.Charles Harris2020-01-231-1/+1
* STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-2/+0
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-2/+5
* Update numpy/f2py/crackfortran.pyEric Wieser2020-01-121-1/+1
* MAINT: Eliminate some calls to `eval`Eric Wieser2020-01-112-6/+7
* MAINT: C code simplificationSeth Troisi2020-01-081-7/+5
* MAINT: Cleaning up more PY_VERSION_HEXSeth Troisi2020-01-061-25/+0
* MAINT: Improve const-correctness of shapes and stridesEric Wieser2020-01-061-1/+1
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-054-8/+8
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-045-82/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-035-82/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-0338-77/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0338-77/+0
* | MAINT: Remove Python2 specific C module setup (gh-15231)Seth Troisi2020-01-032-19/+3
|/
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-191-1/+1
* TST: f2py: fix race condition in f2py test _get_compiler_statusPauli Virtanen2019-12-141-3/+9
* ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmapPauli Virtanen2019-12-144-16/+60
* Merge pull request #15035 from mattip/issue-14625Sebastian Berg2019-12-093-2/+43
|\
| * MAINT: fixes from reviewmattip2019-12-031-3/+4
| * DOC: fix outstanding typo in NumPy versionmattip2019-12-031-1/+1
| * BUG: add endfunction, endsubroutine to valid fortran end wordsmattip2019-12-032-1/+41
* | ENH: Chain exceptions when converting python objects to fortranEric Wieser2019-12-022-28/+9
* | ENH: Show the incorrect type in the fortran error messageEric Wieser2019-12-011-3/+4
|/
* Merge pull request #12633 from seberg/f2py-refcntMatti Picus2019-10-158-98/+179
|\
| * BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-195-16/+53
| * BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-195-82/+126
* | MAINT: Avoid all BytesWarningJon Dufresne2019-09-251-0/+1
* | MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-221-6/+0
|/
* BUG: Fix leak in the f2py-generated module init and `PyMem_Del` usageSergei Lebedev2019-08-192-5/+11
* DOC: update or remove outdated sourceforge linksmattip2019-08-081-1/+1
* Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-231-1/+1
* Merge pull request #13499 from Bharat123rox/file-closingEric Wieser2019-05-122-58/+53
|\
| * Add code review suggestions from @eric-wieserBharat123rox2019-05-081-2/+3
| * Fixed possible regressionsBharat123rox2019-05-081-2/+2
| * Use with statement to open/close files to fix LGTM alertsBharat123rox2019-05-072-60/+54
* | BUG: blindly add TypeError to accepted exceptionsmattip2019-04-301-1/+1
|/
* TEST: update for PyPymattip2019-04-171-1/+2
* MAINT: Use textwrap.dedent in f2py testsEric Wieser2019-04-103-43/+42
* MAINT: f2py: Add a cast to avoid a compiler warning.Warren Weckesser2019-04-051-1/+1
* BUG: ppc and riscv don't use REAL(10)Andreas Schwab2019-03-051-1/+1
* BUG: Fix testing of f2py.compile from strings.Charles Harris2019-01-202-14/+17
* Merge pull request #12807 from mattip/f2py-source-bytesCharles Harris2019-01-203-5/+52
|\
| * BUG, DOC: test, fix that f2py.compile accepts str and bytes, rework docsmattip2019-01-203-5/+52
* | BUG: Add 'sparc' to platforms implementing 16 byte reals.Charles Harris2019-01-051-1/+1
* | BUG: fix f2py pep338 execution methodJulian Taylor2018-12-171-1/+1
|/