Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 | ||||
* | | Need a cast here because the type ffi_status is unsigned | Armin Rigo | 2021-02-19 | 1 | -2/+2 |
| | | |||||
* | | Fix for sys.version >= (3, 10) | Armin Rigo | 2021-02-19 | 1 | -1/+2 |
| | | |||||
* | | fix another (very minor) leak, also found by Sebastian Berg | Armin Rigo | 2021-02-18 | 1 | -1/+1 |
| | | |||||
* | | BUG: Fix string memory leak in `b_do_dlopen` | Sebastian Berg | 2021-02-17 | 1 | -2/+7 |
| | | | | | | | | | | | | When requesting a string with `es` or `et`, the string has to be freed with `PyMem_Free`. (https://docs.python.org/3/c-api/arg.html#strings-and-buffers) | ||||
* | | hg merge release-1.14 | Matt Davis | 2021-02-11 | 8 | -11/+19 |
|\ \ | |/ | |||||
| * | Added tag v1.14.5 for changeset 5d7f0abff795 | Matt Davis | 2021-02-11 | 0 | -0/+0 |
| | | |||||
| * | doc checksum updates for 1.14.5v1.14.5 | Matt Davis | 2021-02-11 | 1 | -3/+3 |
| | | |||||
| * | Bump version to 1.14.5 and add whatsnew entry | Armin Rigo | 2021-02-11 | 8 | -11/+19 |
| | | |||||
| * | hg merge default | Armin Rigo | 2021-02-11 | 4 | -8/+28 |
| |\ | |/ |/| | |||||
* | | kill old unused function | Armin Rigo | 2021-02-06 | 1 | -4/+0 |
| | | |||||
* | | 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 |
| | | |||||
* | | revert release 1.14.4-1 which never occurred because pip | Armin Rigo | 2020-12-03 | 1 | -4/+4 |
| | | |||||
* | | document 1.14.3 and 1.14.4 | Armin Rigo | 2020-12-03 | 1 | -0/+10 |
| | | |||||
* | | hg merge release-1.14 | Armin Rigo | 2020-11-29 | 2 | -5/+10 |
|\ \ | |/ | |||||
| * | Added tag v1.14.4-1 for changeset 870af0b7cdf9 | Armin Rigo | 2020-11-29 | 0 | -0/+0 |
| | | |||||
| * | md5/sha | Armin Rigo | 2020-11-29 | 1 | -3/+3 |
| | | |||||
| * | source-only update, to version number 1.14.4-1v1.14.4-1 | Armin Rigo | 2020-11-29 | 2 | -5/+10 |
| | | |||||
| * | hg merge default | Armin Rigo | 2020-11-29 | 2 | -13/+17 |
| |\ | |/ |/| | |||||
* | | gcc-4.4.7: this pragma must not be inside functions | Armin Rigo | 2020-11-28 | 1 | -13/+16 |
| | | |||||
* | | test for pushing to heptapod | Armin Rigo | 2020-11-28 | 1 | -0/+1 |
| | | |||||
* | | hg merge release-1.14 | Armin Rigo | 2020-11-24 | 7 | -11/+11 |
|\ \ | |/ | |||||
| * | Added tag v1.14.4 for changeset ede015a0e620 | Armin Rigo | 2020-11-24 | 0 | -0/+0 |
| | | |||||
| * | release 1.14.4v1.14.4 | Armin Rigo | 2020-11-24 | 1 | -3/+3 |
| | | |||||
| * | bump version to 1.14.4 | Armin Rigo | 2020-11-24 | 7 | -11/+11 |
| | | |||||
| * | hg merge default | Armin Rigo | 2020-11-24 | 6 | -76/+147 |
| |\ | |/ |/| | |||||
* | | fix for yet another way in which old libffi's are not compatible with new ↵ | Armin Rigo | 2020-11-24 | 1 | -5/+13 |
| | | | | | | | | libffi's |