summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mark the release 0.5.release-0.5Armin Rigo2013-02-220-0/+0
* Update the docs.Armin Rigo2013-02-071-6/+3
* * Win32 fixArmin Rigo2013-02-071-1/+8
* Python 3 compatArmin Rigo2013-02-071-3/+3
* Python 3 compatArmin Rigo2013-02-072-1/+7
* Python 3 compatArmin Rigo2013-02-071-2/+4
* Document the changesArmin Rigo2013-01-101-0/+6
* minibuffer: weakref support, and keep alive the argument.Armin Rigo2013-01-103-11/+65
* Issue #52: Add ffi.verify(..modulename='foo'..) with test and documentation.Armin Rigo2013-01-073-19/+52
* Extra testsArmin Rigo2013-01-071-0/+4
* Win32: needs this include now.Armin Rigo2013-01-071-0/+1
* Test and fix for issue #51: unlike what is documented, we can't pass aArmin Rigo2013-01-073-26/+63
* Code simplification: instead of allocating & freeing some strings aroundArmin Rigo2013-01-061-58/+36
* Mention uintptr_t tooArmin Rigo2013-01-061-5/+8
* Document intptr_tArmin Rigo2013-01-061-0/+6
* merge headsArmin Rigo2013-01-021-1/+2
|\
| * integration test: always pass --distribute to virtualenv, addresses #49Ronny Pfannschmidt2013-01-021-1/+2
* | issue #50: fix, at least as much as I could find tests for.Armin Rigo2013-01-021-11/+23
* | issue #50: a test file for unicode literals, testing roughly all methodsArmin Rigo2013-01-021-0/+72
|/
* issue #46: don't pass -Werror on recent MacsArmin Rigo2013-01-011-3/+10
* Try harder to clean up the __pycache__.Armin Rigo2013-01-011-4/+7
* Try harder to run the tests even if PYTHONPATH was not set and cffi notArmin Rigo2013-01-014-7/+13
* Skip test_zintegration if we can't find 'virtualenv'.Armin Rigo2013-01-011-1/+5
* Fix issue #44: ffi.new/cast("undefined") raises confusing exception.Armin Rigo2012-12-293-4/+15
* updateArmin Rigo2012-12-291-2/+3
* Merged in SimonSapin/cffi (pull request #6: Fix Python 3.1 compat (callable))arigo2012-12-271-0/+8
|\
| * Fix Python 3.1 compat (callable)Simon Sapin2012-12-271-0/+8
* | Fix issue #45: accept unicode strings as the name of the enum constants,Armin Rigo2012-12-272-39/+56
* | Add the _WIN constant on _cffi_backend (unused for now)Armin Rigo2012-12-271-0/+8
|/
* Remove tox.ini. Running tox has not been tested and probably doesn't work.Armin Rigo2012-12-261-6/+0
* Document how to indirectly define callbacks using unsupportedArmin Rigo2012-12-142-2/+63
* Add 'relements' to enum ctypes.Armin Rigo2012-12-142-0/+15
* Bump the version to 0.5.Armin Rigo2012-12-044-6/+6
* Untested (how..?): record dependencies across ffi.include()Armin Rigo2012-12-041-0/+3
* Mention ffi.buffer() in the ffi.string() doc.Armin Rigo2012-11-301-2/+3
* Test and fixArmin Rigo2012-11-302-1/+13
* Accept Python strings or random pointers for a "void *" function argument.Armin Rigo2012-11-304-5/+34
* Document bool() on pointers.Armin Rigo2012-11-301-5/+5
* emphasisArmin Rigo2012-11-301-2/+2
* Python 3.Armin Rigo2012-11-303-5/+6
* A passing test with enums and include().Armin Rigo2012-11-301-0/+12
* A passing test for verify() with include().Armin Rigo2012-11-301-0/+14
* Another passing test.Armin Rigo2012-11-301-0/+9
* ffi.include().Armin Rigo2012-11-304-0/+70
* In-progress: tweaks to support the case of the same StructType beingArmin Rigo2012-11-301-11/+15
* A test that passesArmin Rigo2012-11-301-0/+9
* Future-proof fix: the key did not include the funcname. By chance,Armin Rigo2012-11-301-2/+3
* We need to take all **kwds and stick them into the hash too.Armin Rigo2012-11-303-1/+43
* Forgot to check in this test file.Armin Rigo2012-11-301-0/+17
* Test and fix.Armin Rigo2012-11-292-1/+4