summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19810 from charris/update-some-includesCharles Harris2021-09-031-1/+3
|\
| * MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+3
* | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-1/+1
|/
* BUG: f2py markinnerspace for multiple quotations (#19419)Matti Picus2021-07-081-2/+28
* ENH: add `numpy.f2py.get_include` functionRalf Gommers2021-06-191-6/+14
* BUG: revise string_from_pyobj/try_pyarr_from_string with respect to malloc an...Pearu Peterson2021-06-153-6/+150
* Revert "BUG: revise string_from_pyobj/try_pyarr_from_string with respect to m...Ralf Gommers2021-06-133-147/+5
* Minor fixesPearu Peterson2021-05-261-2/+2
* MAINT: apply sizeof(char)==1Pearu Peterson2021-05-261-1/+1
* BUG: revise string_from_pyobj/try_pyarr_from_string usages, fixes #18431.Pearu Peterson2021-05-102-4/+146
* TST: Skip f2py TestSharedMemory for LONGDOUBLE on macos/arm64Olivier Grisel2021-04-271-1/+5
* STY: Indentation fixes.Charles Harris2021-03-311-7/+7
* TST: Tests for parsing Fortran abstract interface and a working example.Pearu Peterson2021-03-311-0/+66
* MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* BUG: Fix parsing continued lines that follow comment lines. Closes #2848Pearu Peterson2021-02-151-0/+24
* BUG: fix regression in a hidden callback use casePearu Peterson2021-02-092-1/+49
* MAINT: Debug issue #18341Pearu Peterson2021-02-091-1/+1
* ENH: Share memory of read-only intent(in) arrays. Closes #16347Pearu Peterson2021-02-071-0/+13
* BUG: Fix missing signed_char dependency. Closes #18335.Pearu Peterson2021-02-071-0/+40
* Applied reviewers comments: add identPearu Peterson2021-01-191-9/+10
* Apply reviewer comments.Pearu Peterson2021-01-191-2/+2
* Apply reviewers comments.Pearu Peterson2021-01-191-7/+7
* Add test for gh17797.Pearu Peterson2021-01-181-0/+24
* ENH: [f2py] Add external attribute support. Closes #17859Pearu Peterson2021-01-171-0/+29
* DEP: Deprecate `data_type.dtype` if attribute is not already a dtype (#13578)Sebastian Berg2021-01-061-42/+42
* Revert PR gh-17654 which failed to fix issue gh-8062.Ian Thomas2020-11-051-22/+0
* TST: Make test suite work in FIPS (140-2) ModeNikola Forró2020-10-291-2/+0
* BUG: f2py incorrectly translates dimension declarations.Ian Thomas2020-10-271-0/+22
* Added textwrap.dedent to test.MelissaWM2020-09-261-2/+10
* Fixing tests for pypy and win.MelissaWM2020-09-241-2/+8
* BUG: Fixes module data docstrings.MelissaWM2020-09-244-1/+29
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-13/+8
|\
| * MAINT: Remove uses of PyString_FromString.Charles Harris2020-08-191-13/+8
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-4/+4
|/
* add __f2py_numpy_version__ attributeSturla Molden2020-06-171-1/+21
* TST: f2py: add test for callback threadsafetyPauli Virtanen2020-06-071-0/+50
* MNT: support python 3.10Thomas A Caswell2020-05-291-1/+1
* MAINT: simplify code that assumes str/unicode and int/long are different type...Eric Wieser2020-03-264-8/+1
* Merge pull request #15781 from dcaliste/publicMatti Picus2020-03-261-0/+53
|\
| * BUG: don't add 'public' or 'private' if the other one existsDamien Caliste2020-03-261-0/+53
* | md5 module is deprecated since python 2.5Roman Yurchak2020-03-241-4/+1
|/
* BUG, TST: fix f2py for PyPy, skip one test for PyPy (#15750)Matti Picus2020-03-187-34/+28
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-3/+0
* STY: use `with open` when possibleSeth Troisi2020-01-211-3/+2
* MAINT: Remove sys.version checks in testsSeth Troisi2020-01-151-2/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-053-7/+7
* Merge pull request #15232 from sethtroisi/remove_python3_part3Matti Picus2020-01-041-2/+0
|\
| * Cleaning up PY_MAJOR_VERSION/PY_VERSION_HEXSeth Troisi2020-01-031-2/+0
* | Merge pull request #14376 from jdufresne/futureSebastian Berg2020-01-0321-43/+0
|\ \ | |/ |/|
| * MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0321-43/+0