summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implement enough extra bits to make pypy REPL and Twisted trial happy.less-partial-curses-demoJeremy Thurgood2012-10-081-1/+42
* Fix.Armin Rigo2012-10-071-1/+0
* Fix this test to run from any current working dir.Armin Rigo2012-10-071-2/+3
* Use dlerror() to report error conditions more precisely.Armin Rigo2012-10-071-8/+20
* Make this particular test always pass or skip.Armin Rigo2012-10-071-3/+7
* Point again to 0.3 here, to make pip happy :-/Armin Rigo2012-10-071-3/+6
* Write systematic tests for the 12 possible cases of installation.Armin Rigo2012-09-2916-87/+172
* Skip these tests on OS/X too.Armin Rigo2012-09-281-3/+3
* Test for 33292fa6fbea.Armin Rigo2012-09-271-0/+4
* Fix (thanks Hakan Ardo)Armin Rigo2012-09-274-4/+5
* Added a test for caae153920ef.Armin Rigo2012-09-272-0/+48
* Must initialize threads when we have callbacks. That's obscure,Armin Rigo2012-09-271-0/+3
* Oups.Armin Rigo2012-09-261-0/+1
* mergeMaciej Fijalkowski2012-09-255-10/+61
|\
| * use udir and check in more casesMaciej Fijalkowski2012-09-255-10/+61
* | Fix this test file to really avoid reusing the same CRC hashes.Armin Rigo2012-09-251-14/+15
* | Fix for PyPy: load the '.pypy-19.so' file even though find_module()Armin Rigo2012-09-251-0/+8
|/
* Prepare for the version 0.4 (not released yet!).Armin Rigo2012-09-245-9/+9
* Change the default dlopen() flags from RTLD_LAZY to RTLD_NOW.Armin Rigo2012-09-248-27/+88
* Trying out a "fast csv" module that compiles specialized versionsArmin Rigo2012-09-221-0/+266
* Don't call %(sys.executable) but simply 'python' here: we are in aArmin Rigo2012-09-221-3/+2
* Use the "-p" option to ask "with the same version of Python".Armin Rigo2012-09-221-1/+1
* use virtualenv as an executableMaciej Fijalkowski2012-09-221-3/+1
* another testMaciej Fijalkowski2012-09-223-0/+32
* missing filesMaciej Fijalkowski2012-09-222-0/+22
* ups, fixMaciej Fijalkowski2012-09-221-2/+2
* another approachMaciej Fijalkowski2012-09-221-11/+32
* A bytearray doesn't work, by design. If you really want one, youArmin Rigo2012-09-221-0/+9
* Accept strings to initialize signed/unsigned char arrays.Armin Rigo2012-09-222-1/+22
* Improve error message (thanks sarvi)Armin Rigo2012-09-221-2/+2
* abomination. add virtualenv level testsMaciej Fijalkowski2012-09-203-0/+41
* 'zip_safe=False' only exists in setuptools, not in distutils.Armin Rigo2012-09-201-6/+8
* You have to say "zip_safe=False" in your module. Sorry...Armin Rigo2012-09-201-0/+6
* Add zip_safe=False to avoid issues.Armin Rigo2012-09-201-0/+1
* Backed out changeset f6d372be7f59Ronny Pfannschmidt2012-09-191-17/+19
* remove setuptools dependency, use conditional c extension list insteadRonny Pfannschmidt2012-09-191-19/+17
* Tweak the READ and WRITE placement.Armin Rigo2012-09-191-36/+45
* Write down places that we would need to fix to add a debugging modeArmin Rigo2012-09-191-6/+35
* Make this point clearer here too.Armin Rigo2012-09-191-1/+3
* Try to make it clearer.Armin Rigo2012-09-191-1/+4
* Improve the error messagesArmin Rigo2012-09-191-12/+11
* Revert this case to a TypeError.Armin Rigo2012-09-192-6/+7
* Kill _cffi_backend.offsetof(), using only _cffi_backend.typeoffsetof().Armin Rigo2012-09-194-30/+5
* ffi.addressof(struct, field).Armin Rigo2012-09-186-28/+142
* Document ffi.addressof().Armin Rigo2012-09-181-2/+14
* Remove a special case from _cffi_backend, and replace it with a generalArmin Rigo2012-09-186-16/+103
* Fix in backend_ctypes.Armin Rigo2012-09-181-2/+1
* Document the simpler form of giving a C function type.Armin Rigo2012-09-181-3/+7
* Make ffi.callback work both in normal mode and in "decorator mode".Armin Rigo2012-09-183-9/+33
* Don't use os.chdir(). Instead, give the tmpdir as optionsArmin Rigo2012-09-171-14/+4