summaryrefslogtreecommitdiff
path: root/c/test_c.py
Commit message (Expand)AuthorAgeFilesLines
* Update the version numbers and make sure the _cffi_backend module isArmin Rigo2016-01-011-1/+1
* bump to 1.4.2 (reason in issue #239)Armin Rigo2015-12-211-1/+1
* bump version numberArmin Rigo2015-12-171-1/+1
* bump version number to 1.4.0Armin Rigo2015-12-111-1/+1
* update version to 1.3.1Armin Rigo2015-11-141-1/+1
* Add a direct test for _get_common_types()Armin Rigo2015-11-031-1/+6
* Another test (passing)Armin Rigo2015-10-091-0/+6
* Test yet another case (for pypy)Armin Rigo2015-10-091-0/+2
* Test and fix: a negative size was implicitly converted to a huge size_tArmin Rigo2015-10-091-1/+6
* ffi.memmove()Armin Rigo2015-10-081-0/+59
* add a direct testArmin Rigo2015-10-071-3/+13
* Prepare release 1.3.0Armin Rigo2015-08-281-1/+1
* Move this potential failure earlierArmin Rigo2015-08-271-4/+3
* Release 1.2.1Armin Rigo2015-08-201-1/+1
* Issue #213: in case we'd give the error message "initializer for ctypeArmin Rigo2015-07-091-0/+23
* Generalize the test for pypyArmin Rigo2015-07-041-2/+2
* 'onerror' can also return a custom value to returnArmin Rigo2015-07-041-0/+31
* New argument "onerror" on ffi.callback()Armin Rigo2015-07-041-0/+30
* Bump the version number to 1.2.0Armin Rigo2015-07-031-1/+1
* Issue #209: check for dereferencing NULL pointersArmin Rigo2015-06-301-2/+10
* Bump version to 1.1.2Armin Rigo2015-06-091-1/+1
* Bump version number to 1.1.1Armin Rigo2015-06-071-1/+1
* The next release will be 1.1.0.Armin Rigo2015-05-301-1/+1
* Bump version numberArmin Rigo2015-05-261-1/+1
* Bump the version number to 1.0.3Armin Rigo2015-05-251-1/+1
* Bump the version number to 1.0.2Armin Rigo2015-05-221-1/+1
* Bump the version to 1.0.1Armin Rigo2015-05-211-1/+1
* more fixesArmin Rigo2015-05-121-1/+1
* Fix testArmin Rigo2015-05-091-3/+7
* Python 3.2 supportArmin Rigo2015-05-091-2/+2
* Bump the version to 1.0.0b2Armin Rigo2015-05-071-1/+1
* Beta version 1Armin Rigo2015-05-031-1/+1
* test fixesArmin Rigo2015-05-021-1/+1
* Prepare release 0.9.2Armin Rigo2015-03-131-1/+1
* Support for Python 3 tooArmin Rigo2015-03-131-17/+35
* Forbid from_buffer(x) even if x is a buffer or memoryview that itselfArmin Rigo2015-03-131-0/+14
* Test and fix for from_buffer() receiving read-only buffer objects asArmin Rigo2015-03-131-0/+50
* Prepare release 0.9.1Armin Rigo2015-03-081-1/+1
* Prepare release 0.9.0Armin Rigo2015-03-031-1/+1
* Add a testArmin Rigo2015-02-171-0/+8
* Move to version number "0.8.6+", to distinguish from the lastArmin Rigo2015-02-121-1/+1
* Say "From cffi callback" instead of just "From callback"Armin Rigo2015-01-121-2/+2
* Another few tests, and fix the error messageArmin Rigo2015-01-111-0/+10
* Change again ffi.offsetof() and ffi.addressof(), generalizing them.Armin Rigo2015-01-111-6/+24
* Delay reporting NotImplmentedErrors when building function types withArmin Rigo2015-01-021-5/+7
* add a testArmin Rigo2014-12-281-0/+1
* Fight a lot the CPython buffer/memoryview interface until we get aArmin Rigo2014-12-281-0/+13
* Add all standard types from stdint.h. Note that it still fails withArmin Rigo2014-12-241-1/+10
* typoArmin Rigo2014-12-191-1/+1
* Prepare release 0.8.6Armin Rigo2014-07-051-1/+1