| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | apply patch from Tomáš on PR 111adapt-tests-for-python3.11 | Armin Rigo | 2022-02-01 | 1 | -1/+46 |
| | | |||||
| * | Backed out changeset: e184bbd523d6 | Armin Rigo | 2022-02-01 | 1 | -7/+0 |
| | | |||||
| * | Adapt tests for Python 3.11 | Tomáš Hrnčiar | 2022-01-24 | 1 | -0/+7 |
| | | | | | Fix broken tests, Python 3.11 brings in enhanced error locations in tracebacks. | ||||
| * | update whatsnew | Armin Rigo | 2021-12-28 | 1 | -0/+6 |
| | | |||||
| * | Test and fix for the case where ffi.embedding_api() is called but | Armin Rigo | 2021-12-28 | 5 | -5/+26 |
| | | | | | does not list any `extern "Python"` function | ||||
| * | tweak wording | Armin Rigo | 2021-12-24 | 1 | -3/+6 |
| | | |||||
| * | Write explicitly that byte strings passed to `char *` arguments are not ↵ | Armin Rigo | 2021-12-03 | 2 | -5/+29 |
| | | | | | meant to live as long as the byte string is alive, but only for the duration of the call | ||||
| * | Mention the "demo" directory from the repo. | Armin Rigo | 2021-11-03 | 1 | -0/+5 |
| | | |||||
| * | hg merge release-1.15 to default | Matt Davis | 2021-10-13 | 12 | -19/+231 |
| |\ | |||||
| | * | Added tag v1.15.0 for changeset d2ac4b46674e | Matt Davis | 2021-10-13 | 0 | -0/+0 |
| | | | |||||
| | * | doc checksum updates for 1.15.0v1.15.0 | Matt Davis | 2021-10-13 | 1 | -3/+3 |
| | | | |||||
| | * | added GHA release workflow | Matt Davis | 2021-10-12 | 1 | -0/+195 |
| | | | |||||
| | * | Bump version to 1.15.0 | Matt Davis | 2021-10-12 | 8 | -13/+10 |
| | | | |||||
| | * | Bump version to 1.15.0rc2 | Matt Davis | 2021-10-04 | 9 | -17/+25 |
| | | | |||||
| | * | Merge branch 'branch/fix_missing_ffi_lib' into 'branch/release-1.15' | Matt Davis | 2021-10-05 | 1 | -1/+1 |
| | |\ | | | | | | | | | | | | | | | | Update MANIFEST.in to include ffi.lib See merge request pypy/cffi!109 | ||||
| | | * | update MANIFEST.in to include missing ffi.libfix_missing_ffi_lib | sait-linaro | 2021-09-28 | 1 | -1/+1 |
| | |/ |/| | |||||
| | * | Added tag v1.15.0rc1 for changeset cc972f56c9a6 | Matt Davis | 2021-09-27 | 0 | -0/+0 |
| | | | |||||
| | * | doc checksum updates for 1.15.0rc1v1.15.0rc1 | Matt Davis | 2021-09-27 | 1 | -3/+3 |
| | | | |||||
| | * | fix tuple version and tests to support rc | Matt Davis | 2021-09-21 | 2 | -1/+2 |
| | | | |||||
| | * | Bump version to 1.15.0rc1 | Matt Davis | 2021-09-17 | 8 | -12/+23 |
| |/ | |||||
| * | Merge branch 'branch/setuptools_test_macos_fix' into 'branch/default' | Armin Rigo | 2021-09-17 | 1 | -1/+4 |
| |\ | | | | | | | | | | | Fix setuptools tests for macos See merge request pypy/cffi!108 | ||||
| | * | fix setuptools tests for macossetuptools_test_macos_fix | Matt Davis | 2021-09-03 | 1 | -1/+4 |
| |/ | |||||
| * | #507 | Armin Rigo | 2021-09-03 | 1 | -0/+2 |
| | | | | | Test failure on ia64 | ||||
| * | Remove this directory, it was already copied to c/libffi_x86_64 | Armin Rigo | 2021-07-22 | 13 | -2210/+0 |
| | | |||||
| * | added support for building cffi on windows on arm machines | Niyas Sait | 2021-07-22 | 19 | -22/+3058 |
| | | |||||
| * | Merge branch 'branch/doc-improvements' into 'branch/default' | Armin Rigo | 2021-07-20 | 6 | -44/+46 |
| |\ | | | | | | | | | | | Documentation improvements: add hyperlinks to cdef, set_source, dlopen, and new in Overview page See merge request pypy/cffi!106 | ||||
| | * | doc: Only make the first reference in each section a linkdoc-improvements | Rasmus Bondesson | 2021-07-18 | 1 | -12/+12 |
| | | | |||||
| | * | doc: Turn ffi.new() references into links in Overview page | Rasmus Bondesson | 2021-07-17 | 2 | -2/+4 |
| | | | |||||
| | * | doc: Turn ffi.dlopen() references into links in Overview page | Rasmus Bondesson | 2021-07-17 | 2 | -9/+10 |
| | | | |||||
| | * | doc: Turn cdef() references into links in Overview page | Rasmus Bondesson | 2021-07-17 | 1 | -11/+11 |
| | | | |||||
| | * | doc: Turn set_source() references into links in Overview page | Rasmus Bondesson | 2021-07-17 | 2 | -9/+11 |
| | | | |||||
| | * | Remove trailing whitespace in doc/* | Rasmus Bondesson | 2021-07-17 | 6 | -27/+24 |
| | | | |||||
| * | | Issue #504: mention that cffi_start_python() is static, and document why and ↵ | Armin Rigo | 2021-07-20 | 1 | -0/+7 |
| |/ | | | | how to call it | ||||
| * | hg merge release-1.14 | Matt Davis | 2021-07-08 | 1 | -5/+5 |
| |\ | |||||
| | * | Added tag v1.14.6 for changeset 7a912c19190frelease-1.14 | Matt Davis | 2021-07-08 | 0 | -0/+0 |
| | | | |||||
| | * | doc checksum updates for 1.14.6v1.14.6 | Matt Davis | 2021-07-08 | 1 | -5/+5 |
| | | | |||||
| * | | hg merge release-1.14 | Armin Rigo | 2021-07-07 | 7 | -11/+11 |
| |\ \ | |/ | |||||
| | * | Merge with default | Armin Rigo | 2021-07-07 | 1 | -0/+2 |
| | |\ | |/ |/| | |||||
| * | | Merge branch 'branch/fix_filelike_flush' into 'branch/default' | Armin Rigo | 2021-07-07 | 1 | -0/+2 |
| |\ \ | | | | | | | | | | | | | | | | fixed test failures in Unraisable error collector See merge request pypy/cffi!105 | ||||
| | * | | fixed test failures in Unraisable error collectorfix_filelike_flush | Matt Davis | 2021-07-07 | 1 | -0/+2 |
| |/ / | |||||
| | * | Bump version to 1.14.6 | Armin Rigo | 2021-06-20 | 7 | -11/+11 |
| | | | |||||
| | * | hg merge default | Armin Rigo | 2021-06-20 | 10 | -21/+135 |
| | |\ | |/ |/| | |||||
| * | | whatsnew for 1.14.6 | Armin Rigo | 2021-06-20 | 1 | -0/+11 |
| | | | |||||
| * | | fix tests for py.test running on CPython v3.10.0b3 | Armin Rigo | 2021-06-20 | 3 | -7/+10 |
| | | | |||||
| * | | another test fix | Armin Rigo | 2021-06-20 | 1 | -3/+4 |
| | | | |||||
| * | | fix for fdc0cbcdb65f on pre-3.10 pythons | Armin Rigo | 2021-06-20 | 1 | -2/+2 |
| | | | |||||
| * | | move the irc channels in the documentation | Armin Rigo | 2021-06-06 | 2 | -3/+3 |
| | | | |||||
| * | | Merge branch 'branch/fix-attribute-error-test-3.10' into 'branch/default' | Armin Rigo | 2021-04-24 | 1 | -2/+4 |
| |\ \ | | | | | | | | | | | | | | | | fix a test that fails in the 3.10 alphas and will start failing on pypy soon See merge request pypy/cffi!104 | ||||
| | * | | fix a test that fails in the 3.10 alphas and will start failing on pypy soonfix-attribute-error-test-3.10 | Carl Friedrich Bolz-Tereick | 2021-04-24 | 1 | -2/+4 |
| |/ / | | | | | | | once I merge that feature: AttributeError is printing extra information | ||||
| * | | #492 | Armin Rigo | 2021-02-19 | 2 | -1/+92 |
| | | | | | | | | | | | | | Python 3.8 adds support for sys.unraisablehook(), but also a new _PyErr_WriteUnraisableMsg() that calls it and is slightly more flexible in displaying the error message. Use that | ||||
