| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Adjust tests for a last minute Python 3.11 change in the traceback formatpython3.11.0b4 | Miro Hrončok | 2022-07-15 | 1 | -33/+2 |
| | | | | | | See https://github.com/python/cpython/issues/93883 and https://github.com/python/cpython/pull/93994 | ||||
| * | musllinux test updates and wheels, py3.11 beta wheels | Matt Davis | 2022-06-29 | 1 | -2/+13 |
| | | |||||
| * | tweak the test for pypy, where we get an extra null byte after a plain 'char' | Armin Rigo | 2022-06-08 | 1 | -1/+1 |
| | | |||||
| * | dump version to 1.15.1 | Armin Rigo | 2022-06-08 | 1 | -1/+1 |
| | | |||||
| * | issue #535 | Armin Rigo | 2022-06-08 | 1 | -0/+27 |
| | | | | | | Give a warning when we ask a ffi.buffer() that can be proven to overflow. Might help with the confusion on that issue #535. | ||||
| * | 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. | ||||
| * | Bump version to 1.15.0 | Matt Davis | 2021-10-12 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.15.0rc2 | Matt Davis | 2021-10-04 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.15.0rc1 | Matt Davis | 2021-09-17 | 1 | -1/+1 |
| | | |||||
| * | Bump version to 1.14.6 | Armin Rigo | 2021-06-20 | 1 | -1/+1 |
| | | |||||
| * | fix tests for py.test running on CPython v3.10.0b3 | Armin Rigo | 2021-06-20 | 1 | -0/+2 |
| | | |||||
| * | fix for fdc0cbcdb65f on pre-3.10 pythons | Armin Rigo | 2021-06-20 | 1 | -2/+2 |
| | | |||||
| * | 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 | 1 | -1/+39 |
| | | | | | | | 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 | ||||
| * | Bump version to 1.14.5 and add whatsnew entry | Armin Rigo | 2021-02-11 | 1 | -1/+1 |
| | | |||||
| * | add some more tests | Armin Rigo | 2020-12-21 | 1 | -0/+5 |
| | | |||||
| * | A test that passes on CPython but fails on PyPy | Armin Rigo | 2020-12-21 | 1 | -0/+9 |
| | | |||||
| * | bump version to 1.14.4 | Armin Rigo | 2020-11-24 | 1 | -1/+1 |
| | | |||||
| * | Issue #475 | Armin Rigo | 2020-10-14 | 1 | -1/+1 |
| | | | | | | Fix a crash that can occur only if there is an error when building a callback (in very rare cases), or in debug mode. | ||||
| * | py3 | Armin Rigo | 2020-10-14 | 1 | -2/+2 |
| | | |||||
| * | explicit test of unaligned pointer reads/writes | Armin Rigo | 2020-09-23 | 1 | -0/+21 |
| | | |||||
| * | bump version to 1.14.3 | Armin Rigo | 2020-09-15 | 1 | -1/+1 |
| | | |||||
| * | this test is fragile on a non-translated pypy, skip it | Armin Rigo | 2020-09-03 | 1 | -2/+2 |
| | | |||||
| * | let the test run directly on pypy too | Armin Rigo | 2020-08-30 | 1 | -11/+11 |
| | | |||||
| * | bump version number to 1.14.2 | Armin Rigo | 2020-08-15 | 1 | -1/+1 |
| | | |||||
| * | bump version number to 1.14.1 | Armin Rigo | 2020-07-26 | 1 | -1/+1 |
| | | |||||
| * | hack around until I make recent pytest versions happy | Armin Rigo | 2020-07-17 | 1 | -4/+9 |
| | | |||||
| * | Systematically expose all types on the _cffi_backend module | Armin Rigo | 2020-05-28 | 1 | -7/+38 |
| | | | | | | under their correct name. This name starts with '__' if it is supposed to be non-portable and not guaranteed. | ||||
| * | Issue #447 | Armin Rigo | 2020-05-20 | 1 | -1/+8 |
| | | | | | | | | Fix the name of some types to be exactly the name under which they are exposed. Put underscores in front of the CDataXxx type names and a docstring that explains why. | ||||
| * | Bump version number to 1.14.0 | Armin Rigo | 2020-02-07 | 1 | -1/+1 |
| | | |||||
| * | update version to 1.13.2 | Armin Rigo | 2019-11-03 | 1 | -1/+1 |
| | | |||||
| * | bump version to 1.13.1 | Armin Rigo | 2019-10-21 | 1 | -1/+1 |
| | | |||||
| * | Issue 421: integer overflow when computing structure sizes in bits and there ↵ | Armin Rigo | 2019-09-29 | 1 | -0/+8 |
| | | | | | are more than sys.maxint bits | ||||
| * | Give a RuntimeError when we try to call a null function pointer, similar to how | Armin Rigo | 2019-08-17 | 1 | -0/+7 |
| | | | | | we get a RuntimeError when trying to read or write through a null pointer. | ||||
| * | bump version number to 1.13 | Armin Rigo | 2019-06-03 | 1 | -1/+1 |
| | | |||||
| * | on py.py, bytearray buffers are not emulated well enough | Armin Rigo | 2019-06-03 | 1 | -4/+6 |
| | | |||||
| * | Simplify the implementation, cut down the explanations, and allow | Armin Rigo | 2019-06-03 | 1 | -35/+27 |
| | | | | | | | accessing multiple items instead of just one in from_buffer("type *"), trading off security for the realisation that it makes sense to access multiple items in some cases (unlike after ffi.new()). | ||||
| * | Support for from_buffer("type *") | Armin Rigo | 2019-05-26 | 1 | -7/+84 |
| | | |||||
| * | bump version to 1.12.3 | Armin Rigo | 2019-04-11 | 1 | -1/+1 |
| | | |||||
| * | Two more cases | Armin Rigo | 2019-04-02 | 1 | -0/+4 |
| | | |||||
| * | improve the test on py2.7 | Armin Rigo | 2019-04-02 | 1 | -0/+2 |
| | | |||||
| * | Shut down a warning from recent CPython versions: int() should | Armin Rigo | 2019-04-02 | 1 | -0/+5 |
| | | | | | always return an int, not a bool | ||||
| * | Fix deprecated uses of pytest.raises() | Ronan Lamy | 2019-03-12 | 1 | -103/+196 |
| | | |||||
| * | Add an extra test directly here, for pypy | Armin Rigo | 2019-03-11 | 1 | -0/+9 |
| | | |||||
| * | bump version number to 1.12.2 | Armin Rigo | 2019-02-26 | 1 | -1/+1 |
| | | |||||
| * | bump version number to 1.12.1 | Armin Rigo | 2019-02-16 | 1 | -1/+1 |
| | | |||||
| * | Implement ffi.from_buffer("foo[]", x) | Armin Rigo | 2019-01-07 | 1 | -0/+58 |
| | | | | | | Also contains some improvements to the documentation about other recent additions | ||||
| * | ffi.release() | Armin Rigo | 2019-01-05 | 1 | -0/+111 |
| | | |||||
