summaryrefslogtreecommitdiff
path: root/testing/cffi0/backend_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-76/+75
* add missing importmsvcrtMatti Picus2020-04-011-1/+1
* support python2 builds with msvc>13Matti Picus2020-04-011-2/+2
* Python 3.9 compatArmin Rigo2020-01-071-2/+2
* Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-36/+73
* Issue #384Armin Rigo2018-09-191-0/+1
* Issue #379Armin Rigo2018-08-301-0/+15
* Add test from the recent ctypes fix bpo-29565 (may fail on win64)Armin Rigo2018-08-051-0/+27
* Issue 364Armin Rigo2018-06-161-9/+29
* Some test fixes for Python 3 on WindowsArmin Rigo2017-06-191-1/+7
* python 2.6 compatArmin Rigo2017-03-131-1/+2
* issue #255: comparing primitive cdatasArmin Rigo2017-02-191-10/+11
* Remove a warning that doesn't really make sense here, tweak testsArmin Rigo2017-02-061-1/+4
* Merged in coronafire/cffi/buffer_richcompare (pull request #76)Armin Rigo2017-02-061-0/+17
|\
| * Add tests for buffer comparisonsAndrew Leech2017-02-031-0/+17
* | Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-0/+1
|/
* Revert b84710ae130a again. Ensure we get a warning for every opaqueArmin Rigo2016-10-201-7/+7
* Issue #283: initializer for nested anonymous structs inside unionsArmin Rigo2016-09-051-7/+36
* Issue #282: probable test and fixArmin Rigo2016-09-031-0/+1
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-031-0/+1868
* Kill the ctypes backend.Armin Rigo2016-09-031-1868/+0
* update version number to 1.7Armin Rigo2016-06-051-2/+2
* Fix tests in 'testing' to account for e7ca388b0197 (I only fixed theArmin Rigo2016-05-081-3/+9
* Add ffi.gc(ptr, None) which *removes* the destructor in-place on a ffi.gc() o...Amaury Forgeot d'Arc2016-04-231-0/+14
* Implement backend.gcp() for the ctypes backend, and remove gc_weakref.Amaury Forgeot d'Arc2016-04-231-5/+0
* Still delay this a bit longerArmin Rigo2016-04-181-2/+2
* Issue #244: parse_type() calls the Parser logic but self._options usedArmin Rigo2016-01-311-0/+5
* Delay changing this to 1.6 (1.5 is very soon after 1.4)Armin Rigo2016-01-151-2/+2
* Removal of the deprecation is deferred to 1.5Armin Rigo2015-12-151-2/+2
* py3k compatArmin Rigo2015-12-071-1/+6
* issue #233: ffi.init_once()Armin Rigo2015-11-231-0/+32
* Give a warning instead of crashing; in this way we can call the nextArmin Rigo2015-11-061-0/+3
* Complain more readily about opaque enums, by refusing to guess whichArmin Rigo2015-11-051-1/+10
* wchar_t can be signed or not, apparently, even on the same platform (armArmin Rigo2015-10-221-3/+4
* ARM is documented to have 'unsigned int' as the wchar_t typeArmin Rigo2015-10-051-2/+2
* Test and fix: don't crash if there is a partial enum in the cdef()Armin Rigo2015-09-261-1/+1
* Issue #221: forbid values from enums with "..." from being accessedArmin Rigo2015-09-231-1/+9
* Use the logic in cgc.c to implement ffi.gc() also for the pure PythonArmin Rigo2015-07-041-2/+5
* Issue #207: fix for anonymous enums with ffi.include()Armin Rigo2015-06-291-0/+11
* ffi.include(ffi) doesn't make sense and hangs right nowArmin Rigo2015-06-291-0/+4
* Fix the logic to handle ffi.gc(x) being called several times with equalArmin Rigo2015-06-061-0/+57
* Issue #193: if we use a struct between the first cdef() where it isArmin Rigo2015-05-201-0/+10
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+1705