summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | CPython: Initialize all slots of PyMethodDef tableLisandro Dalcin2014-04-231-5/+5
| * | Issue 153: Generate same C code for CPython 2 and 3Lisandro Dalcin2014-04-231-33/+51
| * | Merged in jasonandersonmyers/cffi/jasonandersonmyers/fix-broken-link-to-weave...Armin Rigo2014-04-190-0/+0
| |\ \
| * | | Fix broken link to Weavejasonandersonmyers/fix-broken-link-to-weave-1397835057617Jason Myers2014-04-181-1/+1
| |/ /
| * | Issue #145: don't run any test modifying stdout/stderr on any non-LinuxArmin Rigo2014-04-042-5/+5
| * | Fix a type mismatch that causes a warning on some compilersArmin Rigo2014-04-041-2/+2
| * | Issue #144: copy the "#if...#include <alloca.h>" done in _cffi_backend.c.Armin Rigo2014-04-041-0/+4
| * | Issue #142: don't generate C files that use '$' in identifiers.Armin Rigo2014-04-043-4/+32
| * | Fix test for 6f31a53a6275Armin Rigo2014-04-041-3/+4
| * | Merged in mozbugbox/cffi/define-integer-constant (pull request #31)Armin Rigo2014-04-043-16/+58
| |\ \
| | * | Add more test to "#define FOO 0X10"define-integer-constantmozbugbox2014-04-041-0/+2
| | * | Refactor copy&paste of raise dup constant into methodmozbugbox2014-04-031-15/+9
| | * | "010" is not valid oct in python3. Fix it.mozbugbox2014-04-032-1/+11
| | * | Add test to '#define DOT 0x1FF' like definesmozbugbox2014-04-021-0/+18
| | * | Handle define constant by "#define DOT 0x1FF"mozbugbox2014-04-022-6/+24
| |/ /
| * | Merged in mozbugbox/cffi/reusable-enum-values (pull request #29)Armin Rigo2014-04-020-0/+0
| |\ \
| * | | ffi.include update _int_constant and prevent duplicated const declreusable-enum-valuesmozbugbox2014-04-022-14/+26
| * | | add test for enum which refer to previously defined enum valuemozbugbox2014-04-011-0/+9
| * | | Make int constant available in the following declaration.mozbugbox2014-04-011-0/+6
| |/ /
| * | Update exception args instead of use print on re-raise FFIErrormozbugbox2014-04-011-1/+1
| * | Move try ... except outside of a for loopmozbugbox2014-04-011-7/+7
| * | Write out buggy line when exception during _internal_parsemozbugbox2014-03-311-27/+42
| * | (Lisandro Dalcin, part of issue 141)Armin Rigo2014-03-192-18/+6
| * | Use the word 'Note' to make it sound less ominousArmin Rigo2014-03-151-5/+5
| * | We're not at 0.9 yet :-) Only 0.8.2.Armin Rigo2014-03-071-3/+3
* | | Merged in complx/cffi/complx/indexrst-edited-online-with-bitbucket-1403535394...Armin Rigo2014-06-240-0/+0
|\ \ \ | | |/ | |/|
* | | index.rst edited online with Bitbucketcomplx/indexrst-edited-online-with-bitbucket-1403535394739Kurt Jaeger2014-06-231-1/+1
|/ /
* | clarify that cffi is distributed with pypyMatti Picus2014-04-281-3/+3
* | Update MD5/SHAArmin Rigo2014-03-071-2/+2
* | Merge for release 0.8.2Armin Rigo2014-03-0720-234/+462
|\ \ | |/
| * Skip the sinf test on windowsArmin Rigo2014-03-071-0/+2
| * Skip a test on WindowsArmin Rigo2014-03-071-0/+2
| * Python 3 fixArmin Rigo2014-03-071-4/+4
| * Update to 0.8.2 more officiallyArmin Rigo2014-03-074-5/+4
| * Reindent this code to the more standard 4 spaces.Armin Rigo2014-03-061-43/+43
| * Patch by Alex_Gaynor: remove usage of "Feature", which is deprecated.Armin Rigo2014-03-061-18/+14
| * Clean up 'sflags'. It was failing because suddenly passing a valueArmin Rigo2014-03-052-50/+74
| * fix for win32Matti Picus2014-03-025-31/+60
| * Two "decrefs" that are very theoretically missing (but it's not likeArmin Rigo2014-03-011-0/+2
| * Upgrade the version number. (One test in test_version is known to fail)Armin Rigo2014-02-284-5/+6
| * Add a passing testArmin Rigo2014-02-281-0/+3
| * Fix ffi.dlopen(None): we can't replace it with ffi.dlopen("c") on POSIXArmin Rigo2014-02-283-25/+22
| * Update TODOArmin Rigo2014-02-281-1/+1
| * merge headsAntonio Cuni2014-02-274-3/+10
| |\
| | * Merged in alex_gaynor/cffi-2/alex_gaynor/handle-the-case-where-someone-has-ma...Armin Rigo2014-02-060-0/+0
| | |\
| | * | Handle the case where someone has made `import weakref` return a weird proxy.alex_gaynor/handle-the-case-where-someone-has-made-i-1391634819444Alex Gaynor2014-02-051-2/+3
| | |/
| | * Skip test that crashes the interpreter on sparcStefano Rivera2014-01-221-0/+3
| | * wchar_t is 4 byte, signed on arm64Stefano Rivera2014-01-221-0/+3
| | * Maybe a better error messageArmin Rigo2014-01-211-1/+1
| * | newer versions of PyPy emit a slightly different error messageAntonio Cuni2014-02-271-2/+4
| |/