summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
| * Raise a NotImplementedError in one messy corner caseArmin Rigo2014-01-202-0/+18
| * FixArmin Rigo2014-01-181-0/+1
| * An extra testArmin Rigo2014-01-141-0/+21
| * Fix testArmin Rigo2014-01-141-1/+2
| * Issue 131: support ffi.cdef("...", packed=True)Armin Rigo2014-01-148-7/+76
| * Issue 134: add #ifdef _AIXArmin Rigo2014-01-131-1/+1
| * Add trove classifiersArmin Rigo2014-01-071-1/+10
| * Issue 123: force __thread off on OS/X, for now.Armin Rigo2014-01-071-0/+5
| * merge headsArmin Rigo2014-01-072-15/+26
| |\
| | * Merged in vbernat/cffi/fix/sinl (pull request #23)Armin Rigo2013-12-220-0/+0
| | |\
| | * | Link math tests using `sin()` to `libm`Vincent Bernat2013-12-212-15/+26
| | |/
| * | Kill is_{signed,unsigned}_type()Armin Rigo2013-12-153-61/+49
| |/
| * Put back the big warning in italic.Armin Rigo2013-12-081-0/+2
| * Simplify a bit this paragraph.Armin Rigo2013-12-081-7/+4
| * In-progressArmin Rigo2013-12-081-5/+5
| * Reword this paragraphArmin Rigo2013-12-081-9/+14
| * An extra pair of lines in the documentationArmin Rigo2013-12-081-0/+2
| * Kill the __unicode__ method and let it behave as it does normallyArmin Rigo2013-12-062-20/+6
| * Document more this changeArmin Rigo2013-12-061-2/+6
| * Fix for issue #129: 'bytes(buffer)' needs to work on Python 2,Armin Rigo2013-12-063-2/+38
| * Include <alloca.h> on Solaris. Uses the same hack as CPython'sArmin Rigo2013-12-061-0/+3
| * An extra testArmin Rigo2013-11-301-0/+6
| * Document some limitations of ffi.gc(), particularly on PyPy.Armin Rigo2013-11-291-0/+11
| * Fix link to pycparser pointing to its new homeEli Bendersky2013-11-261-1/+1
* | Document some limitations of ffi.gc(), particularly on PyPy.Armin Rigo2013-11-291-0/+11
* | Merged in eliben/cffi/eliben/fix-link-to-pycparser-pointing-to-its-ne-1385473...Armin Rigo2013-11-270-0/+0
|\ \