summaryrefslogtreecommitdiff
path: root/c
Commit message (Expand)AuthorAgeFilesLines
...
* Issue #458Armin Rigo2020-06-021-2/+5
* Systematically expose all types on the _cffi_backend moduleArmin Rigo2020-05-286-63/+79
* Issue #447Armin Rigo2020-05-202-14/+35
* Bump version number to 1.14.0Armin Rigo2020-02-072-2/+2
* #442: memory leak in getwinerror() in py3Armin Rigo2020-02-061-2/+3
* Issue #440Armin Rigo2020-01-191-1/+24
* Issue #437Armin Rigo2020-01-054-9/+40
* Issue 436: improve docs and error messageArmin Rigo2020-01-021-2/+2
* update version to 1.13.2Armin Rigo2019-11-032-2/+2
* bump version to 1.13.1Armin Rigo2019-10-212-2/+2
* Issue #429Armin Rigo2019-10-211-11/+12
* Issue 421: integer overflow when computing structure sizes in bits and there ...Armin Rigo2019-09-292-30/+57
* Give a RuntimeError when we try to call a null function pointer, similar to howArmin Rigo2019-08-172-0/+13
* Issue #413Armin Rigo2019-07-231-10/+32
* Issue #412Armin Rigo2019-06-121-5/+7
* bump version number to 1.13Armin Rigo2019-06-032-2/+2
* on py.py, bytearray buffers are not emulated well enoughArmin Rigo2019-06-031-4/+6
* Simplify the implementation, cut down the explanations, and allowArmin Rigo2019-06-032-93/+36
* Support for from_buffer("type *")Armin Rigo2019-05-262-79/+296
* tp_hash needs the new type Py_hash_t on CPython 3.Armin Rigo2019-04-191-4/+8
* Windows fixArmin Rigo2019-04-191-1/+2
* bump version to 1.12.3Armin Rigo2019-04-112-2/+2
* Two more casesArmin Rigo2019-04-021-0/+4
* improve the test on py2.7Armin Rigo2019-04-021-0/+2
* Shut down a warning from recent CPython versions: int() shouldArmin Rigo2019-04-022-1/+9
* hg merge defaultArmin Rigo2019-04-021-103/+196
|\
| * Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-103/+196
* | attempt to use PyInterpreterState_GetDict()Armin Rigo2019-03-161-12/+25
|/
* Fix (corner case, hard to test)Armin Rigo2019-03-111-2/+6
* Add an extra test directly here, for pypyArmin Rigo2019-03-111-0/+9
* Issue #405Armin Rigo2019-03-111-15/+46
* Document issue 391Armin Rigo2019-03-051-2/+2
* oops, return NULL without setting an exceptionArmin Rigo2019-03-051-0/+5
* bump version number to 1.12.2Armin Rigo2019-02-262-2/+2
* potential fix for Py 3.8Armin Rigo2019-02-251-0/+6
* bump version number to 1.12.1Armin Rigo2019-02-162-2/+2
* oops thanks BlastRock NA for spotting thisArmin Rigo2019-01-311-1/+2
* Windows compilation fixArmin Rigo2019-01-291-4/+4
* Issue #362Armin Rigo2019-01-282-68/+227
* Oops, fix leak on errorsArmin Rigo2019-01-081-2/+2
* improve error messageArmin Rigo2019-01-081-2/+3
* Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-073-53/+161
* ffi.release()Armin Rigo2019-01-053-2/+207
* Fix (very unlikely case though)Armin Rigo2018-12-181-0/+1
* Issue #394Armin Rigo2018-12-163-7/+29
* CPython 2.x: ``ffi.dlopen()`` failed with non-ascii file names on PosixArmin Rigo2018-10-141-1/+9
* Issue #384Armin Rigo2018-09-191-0/+1
* Argh, bogus testsArmin Rigo2018-09-151-4/+0
* More testsArmin Rigo2018-09-151-0/+4
* Extra testsArmin Rigo2018-09-151-0/+10