summaryrefslogtreecommitdiff
path: root/testing/cffi1/test_ffi_obj.py
Commit message (Expand)AuthorAgeFilesLines
* Replace py.test usage with pytest, explicitly require py for testspy.testMiro HronĨok2022-11-111-24/+24
* Fix deprecated uses of pytest.raises()Ronan Lamy2019-03-121-3/+7
* Implement ffi.from_buffer("foo[]", x)Armin Rigo2019-01-071-5/+17
* Issue #394Armin Rigo2018-12-161-0/+10
* Make 'ffi.buffer' be the type of minibuffers returned by cffi, andArmin Rigo2017-02-041-0/+1
* fix testArmin Rigo2016-12-071-1/+2
* typedef int foo_t[...];Armin Rigo2016-09-201-0/+4
* Remove again ffi.rawstring(), and implement instead ffi.unpack().Armin Rigo2016-04-161-9/+4
* Python3 compatArmin Rigo2016-04-151-3/+3
* ffi.rawstring(), with a minimal interfaceArmin Rigo2016-04-151-0/+12
* Add a __class__ attribute on lib objectsArmin Rigo2015-12-111-0/+2
* py3k compatArmin Rigo2015-12-091-1/+5
* hg merge static-callbackArmin Rigo2015-12-071-3/+8
|\
| * py3k compatArmin Rigo2015-12-071-3/+8
* | extra testsArmin Rigo2015-12-071-0/+30
|/
* Copy the PyPy behavior on CPython too: two calls to new_handle(x),Armin Rigo2015-11-231-0/+5
* issue #233: ffi.init_once()Armin Rigo2015-11-231-0/+34
* Show <ctype 'FILE'> instead of <ctype 'struct _IO_FILE'>Armin Rigo2015-11-031-1/+1
* Issue #228: do the same for "FILE". Only remaining case now is theArmin Rigo2015-11-031-0/+6
* Issue #228: "bool" not working in out-of-line FFI objects. Same problemArmin Rigo2015-11-021-0/+14
* ffi.memmove()Armin Rigo2015-10-081-0/+53
* Make the type objects mortalArmin Rigo2015-09-301-0/+26
* Python 3 compatibilityArmin Rigo2015-07-061-2/+2
* Port the new_allocator() work from pypyArmin Rigo2015-07-061-0/+92
* New argument "onerror" on ffi.callback()Armin Rigo2015-07-041-0/+29
* Some detailsArmin Rigo2015-06-071-2/+3
* In the type parser, escape error messages and don't display the inputArmin Rigo2015-06-021-0/+6
* Issue #203: add keyword arguments to ffi.string(), ffi.buffer(),Armin Rigo2015-06-011-1/+11
* the big Moving Files Around stepArmin Rigo2015-05-121-0/+180