summaryrefslogtreecommitdiff
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* typedef int foo_t[...];Armin Rigo2016-09-203-0/+34
* skip testArmin Rigo2016-09-061-0/+3
* Issue #283: initializer for nested anonymous structs inside unionsArmin Rigo2016-09-051-7/+36
* Skip test if setuptools cannot be importedArmin Rigo2016-09-041-1/+4
* Issue #282: probable test and fixArmin Rigo2016-09-031-0/+1
* Backed out changeset 0087e2aec9efArmin Rigo2016-09-037-186/+316
* Windows funArmin Rigo2016-09-031-3/+3
* Kill the ctypes backend.Armin Rigo2016-09-037-316/+186
* Fix testArmin Rigo2016-09-031-1/+1
* merge headsArmin Rigo2016-08-221-0/+18
|\
| * Add two tests for 34b29a139894Armin Rigo2016-08-221-0/+18
* | Remove the extra checks, which should be unnecessary and possibly causeArmin Rigo2016-08-221-3/+0
* | use py_limited_api flag when available.Daniel Holth2016-08-211-0/+25
|/
* Avoid a combination where we end up with two incompatible "typedef xxxArmin Rigo2016-08-061-0/+12
* Test and fix: refuse to 'recompile' a cdef that declares a structArmin Rigo2016-07-311-0/+32
* Use Py_LIMITED_API in the generated C extension modules, because doingArmin Rigo2016-07-191-3/+6
* Issue #271: in the test, call "cc" instead of "gcc", in case gcc isn'tArmin Rigo2016-07-181-1/+1
* update version number to 1.7Armin Rigo2016-06-051-2/+2
* Test and fix: the "bool" type in C++Armin Rigo2016-06-051-0/+7
* Haaaack! Have 'lib.__class__' return &PyModule_Type. It makesArmin Rigo2016-05-251-2/+2
* Fix tests in 'testing' to account for e7ca388b0197 (I only fixed theArmin Rigo2016-05-082-6/+18
* 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
* Re-add this hack, removed in 51f1337c9b4c; but this time only in testsArmin Rigo2016-04-213-2/+33
* Windows fix: 'struct a' is a great name for being predefined and not reusableArmin Rigo2016-04-212-15/+15
* Support help(lib.foo)Armin Rigo2016-04-191-3/+15
* Still delay this a bit longerArmin Rigo2016-04-181-2/+2
* Issue #254: extern "Python+C"Armin Rigo2016-04-181-1/+32
* Remove again ffi.rawstring(), and implement instead ffi.unpack().Armin Rigo2016-04-162-15/+8
* Python3 compatArmin Rigo2016-04-152-6/+6
* ffi.rawstring(), with a minimal interfaceArmin Rigo2016-04-152-0/+21
* Test and fix for converting empty ffi's in embedding modeArmin Rigo2016-04-152-0/+13
* Change the API of ffi.list_types()Armin Rigo2016-03-302-20/+21
* ffi.list_types()Armin Rigo2016-03-273-13/+172
* Python 3 compatArmin Rigo2016-03-161-1/+1
* Oops, tests fail if we run them one by oneArmin Rigo2016-03-021-2/+7
* For now, don't add --never-download. It causes failures on random machines.Armin Rigo2016-03-021-1/+3
* merge headsArmin Rigo2016-02-191-23/+31
|\
| * more pypy tweaksArmin Rigo2016-02-191-23/+31
* | Recent releases of virtualenv default to downloading new pip, etc. We don't n...Stefano Rivera2016-02-171-1/+1
* | distribute folded back into setuptools a while ago. This option has no effect...Stefano Rivera2016-02-171-1/+1
|/
* Fix for Python 2.6Armin Rigo2016-02-131-0/+3
* Pfff, debug=True goes in the way on Windows if you don't explicitlyArmin Rigo2016-02-131-1/+5
* hg merge embedding-pypy-win32Armin Rigo2016-02-112-0/+35
|\
| * Issue #245: __stdcall not generated correctly on extern "Python" functionsArmin Rigo2016-02-041-0/+30
| * Issue #244: parse_type() calls the Parser logic but self._options usedArmin Rigo2016-01-311-0/+5
* | prepend dll path on win32mattip2016-02-021-1/+1
* | allow embedding tests to run on pypy win32mattip2016-01-301-5/+11
|/
* issue #243: explicitly complain if ffi.def_extern() is called on theArmin Rigo2016-01-191-0/+4
* Support extensions for pydebug cpythonsStefano Rivera2016-01-171-4/+0