| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement enough extra bits to make pypy REPL and Twisted trial happy.less-partial-curses-demo | Jeremy Thurgood | 2012-10-08 | 1 | -1/+42 |
| * | Fix. | Armin Rigo | 2012-10-07 | 1 | -1/+0 |
| * | Fix this test to run from any current working dir. | Armin Rigo | 2012-10-07 | 1 | -2/+3 |
| * | Use dlerror() to report error conditions more precisely. | Armin Rigo | 2012-10-07 | 1 | -8/+20 |
| * | Make this particular test always pass or skip. | Armin Rigo | 2012-10-07 | 1 | -3/+7 |
| * | Point again to 0.3 here, to make pip happy :-/ | Armin Rigo | 2012-10-07 | 1 | -3/+6 |
| * | Write systematic tests for the 12 possible cases of installation. | Armin Rigo | 2012-09-29 | 16 | -87/+172 |
| * | Skip these tests on OS/X too. | Armin Rigo | 2012-09-28 | 1 | -3/+3 |
| * | Test for 33292fa6fbea. | Armin Rigo | 2012-09-27 | 1 | -0/+4 |
| * | Fix (thanks Hakan Ardo) | Armin Rigo | 2012-09-27 | 4 | -4/+5 |
| * | Added a test for caae153920ef. | Armin Rigo | 2012-09-27 | 2 | -0/+48 |
| * | Must initialize threads when we have callbacks. That's obscure, | Armin Rigo | 2012-09-27 | 1 | -0/+3 |
| * | Oups. | Armin Rigo | 2012-09-26 | 1 | -0/+1 |
| * | merge | Maciej Fijalkowski | 2012-09-25 | 5 | -10/+61 |
| |\ |
|
| | * | use udir and check in more cases | Maciej Fijalkowski | 2012-09-25 | 5 | -10/+61 |
| * | | Fix this test file to really avoid reusing the same CRC hashes. | Armin Rigo | 2012-09-25 | 1 | -14/+15 |
| * | | Fix for PyPy: load the '.pypy-19.so' file even though find_module() | Armin Rigo | 2012-09-25 | 1 | -0/+8 |
| |/ |
|
| * | Prepare for the version 0.4 (not released yet!). | Armin Rigo | 2012-09-24 | 5 | -9/+9 |
| * | Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW. | Armin Rigo | 2012-09-24 | 8 | -27/+88 |
| * | Trying out a "fast csv" module that compiles specialized versions | Armin Rigo | 2012-09-22 | 1 | -0/+266 |
| * | Don't call %(sys.executable) but simply 'python' here: we are in a | Armin Rigo | 2012-09-22 | 1 | -3/+2 |
| * | Use the "-p" option to ask "with the same version of Python". | Armin Rigo | 2012-09-22 | 1 | -1/+1 |
| * | use virtualenv as an executable | Maciej Fijalkowski | 2012-09-22 | 1 | -3/+1 |
| * | another test | Maciej Fijalkowski | 2012-09-22 | 3 | -0/+32 |
| * | missing files | Maciej Fijalkowski | 2012-09-22 | 2 | -0/+22 |
| * | ups, fix | Maciej Fijalkowski | 2012-09-22 | 1 | -2/+2 |
| * | another approach | Maciej Fijalkowski | 2012-09-22 | 1 | -11/+32 |
| * | A bytearray doesn't work, by design. If you really want one, you | Armin Rigo | 2012-09-22 | 1 | -0/+9 |
| * | Accept strings to initialize signed/unsigned char arrays. | Armin Rigo | 2012-09-22 | 2 | -1/+22 |
| * | Improve error message (thanks sarvi) | Armin Rigo | 2012-09-22 | 1 | -2/+2 |
| * | abomination. add virtualenv level tests | Maciej Fijalkowski | 2012-09-20 | 3 | -0/+41 |
| * | 'zip_safe=False' only exists in setuptools, not in distutils. | Armin Rigo | 2012-09-20 | 1 | -6/+8 |
| * | You have to say "zip_safe=False" in your module. Sorry... | Armin Rigo | 2012-09-20 | 1 | -0/+6 |
| * | Add zip_safe=False to avoid issues. | Armin Rigo | 2012-09-20 | 1 | -0/+1 |
| * | Backed out changeset f6d372be7f59 | Ronny Pfannschmidt | 2012-09-19 | 1 | -17/+19 |
| * | remove setuptools dependency, use conditional c extension list instead | Ronny Pfannschmidt | 2012-09-19 | 1 | -19/+17 |
| * | Tweak the READ and WRITE placement. | Armin Rigo | 2012-09-19 | 1 | -36/+45 |
| * | Write down places that we would need to fix to add a debugging mode | Armin Rigo | 2012-09-19 | 1 | -6/+35 |
| * | Make this point clearer here too. | Armin Rigo | 2012-09-19 | 1 | -1/+3 |
| * | Try to make it clearer. | Armin Rigo | 2012-09-19 | 1 | -1/+4 |
| * | Improve the error messages | Armin Rigo | 2012-09-19 | 1 | -12/+11 |
| * | Revert this case to a TypeError. | Armin Rigo | 2012-09-19 | 2 | -6/+7 |
| * | Kill _cffi_backend.offsetof(), using only _cffi_backend.typeoffsetof(). | Armin Rigo | 2012-09-19 | 4 | -30/+5 |
| * | ffi.addressof(struct, field). | Armin Rigo | 2012-09-18 | 6 | -28/+142 |
| * | Document ffi.addressof(). | Armin Rigo | 2012-09-18 | 1 | -2/+14 |
| * | Remove a special case from _cffi_backend, and replace it with a general | Armin Rigo | 2012-09-18 | 6 | -16/+103 |
| * | Fix in backend_ctypes. | Armin Rigo | 2012-09-18 | 1 | -2/+1 |
| * | Document the simpler form of giving a C function type. | Armin Rigo | 2012-09-18 | 1 | -3/+7 |
| * | Make ffi.callback work both in normal mode and in "decorator mode". | Armin Rigo | 2012-09-18 | 3 | -9/+33 |
| * | Don't use os.chdir(). Instead, give the tmpdir as options | Armin Rigo | 2012-09-17 | 1 | -14/+4 |