summaryrefslogtreecommitdiff
path: root/c/test_c.py
Commit message (Expand)AuthorAgeFilesLines
* bump version to 1.14.4Armin Rigo2020-11-241-1/+1
* Issue #475Armin Rigo2020-10-141-1/+1
* py3Armin Rigo2020-10-141-2/+2
* explicit test of unaligned pointer reads/writesArmin Rigo2020-09-231-0/+21
* bump version to 1.14.3Armin Rigo2020-09-151-1/+1
* this test is fragile on a non-translated pypy, skip itArmin Rigo2020-09-031-2/+2
* let the test run directly on pypy tooArmin Rigo2020-08-301-11/+11
* bump version number to 1.14.2Armin Rigo2020-08-151-1/+1
* bump version number to 1.14.1Armin Rigo2020-07-261-1/+1
* hack around until I make recent pytest versions happyArmin Rigo2020-07-171-4/+9
* Systematically expose all types on the _cffi_backend moduleArmin Rigo2020-05-281-7/+38
* Issue #447Armin Rigo2020-05-201-1/+8
* Bump version number to 1.14.0Armin Rigo2020-02-071-1/+1
* update version to 1.13.2Armin Rigo2019-11-031-1/+1
* bump version to 1.13.1Armin Rigo2019-10-211-1/+1
* Issue 421: integer overflow when computing structure sizes in bits and there ...Armin Rigo2019-09-291-0/+8
* Give a RuntimeError when we try to call a null function pointer, similar to howArmin Rigo2019-08-171-0/+7
* bump version number to 1.13Armin Rigo2019-06-031-1/+1
* 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-031-35/+27
* Support for from_buffer("type *")Armin Rigo2019-05-261-7/+84
* bump version to 1.12.3Armin Rigo2019-04-111-1/+1
* 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-021-0/+5
* Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-103/+196
* Add an extra test directly here, for pypyArmin Rigo2019-03-111-0/+9
* bump version number to 1.12.2Armin Rigo2019-02-261-1/+1
* bump version number to 1.12.1Armin Rigo2019-02-161-1/+1
* Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-071-0/+58
* ffi.release()Armin Rigo2019-01-051-0/+111
* Issue #394Armin Rigo2018-12-161-0/+12
* 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
* Issue #379Armin Rigo2018-08-301-3/+4
* no real point in turning this warning into an errorArmin Rigo2018-07-101-2/+2
* Last version where we still give this warning, thinking about turning itArmin Rigo2018-07-071-1/+1
* Bump version to 1.12.0 (but not planning a release soon)Armin Rigo2018-07-071-1/+1
* Issue 364Armin Rigo2018-06-161-19/+39
* Issue #363Armin Rigo2018-04-161-0/+6
* Ignore multiple dlclose(), like file.close() does in PythonArmin Rigo2018-02-271-0/+1
* Direct tests for close_lib()Armin Rigo2018-02-271-0/+9
* Bump to 1.11.5Armin Rigo2018-02-271-1/+1
* Bump version number to 1.11.4Armin Rigo2018-01-131-1/+1
* Bump version to 1.11.3Armin Rigo2018-01-101-1/+1
* Bump version number to 1.11.2Armin Rigo2017-10-081-1/+1
* Can't really "import platform" here, for pypyArmin Rigo2017-10-011-5/+2
* Turn off the UserWarning when implicitly trying to convert betweenArmin Rigo2017-09-301-0/+8