summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Close branch about to be mergedverifier2Armin Rigo2012-08-040-0/+0
* Merge the two verifiers into two VEngine classes. There is still a little bitArmin Rigo2012-08-047-559/+1380
* Skip the tail of these two tests if not building a CPython C extensionArmin Rigo2012-08-042-4/+9
* hg merge defaultArmin Rigo2012-08-041-2/+2
|\
| * Rename these two tests.Armin Rigo2012-08-041-2/+2
* | str() -> ffi.string()Armin Rigo2012-08-041-1/+1
* | Fix the merge: I was getting confused about the numbers of testfuncsArmin Rigo2012-08-042-9/+9
* | hg merge defaultArmin Rigo2012-08-0420-394/+919
|\ \ | |/
| * ffi.string() is "New in version 0.3."Armin Rigo2012-08-041-1/+3
| * Move a repeated piece of code before.Armin Rigo2012-08-041-6/+3
| * detailArmin Rigo2012-08-031-1/+1
| * update docArmin Rigo2012-08-032-2/+2
| * ReST fixArmin Rigo2012-08-031-7/+7
| * Update documentation for ffi.string().Armin Rigo2012-08-031-26/+40
| * Don't accidentally decode ints as unicodes.Armin Rigo2012-08-031-2/+4
| * Fix demosArmin Rigo2012-08-036-7/+7
| * As discussed on the mailing list: str() -> ffi.string()Armin Rigo2012-08-037-182/+271
| * Documentation.Armin Rigo2012-08-021-1/+2
| * Skip more things when running on py.py, because the 'c_longdouble'Armin Rigo2012-08-011-7/+11
| * More doc for 'long double'.Armin Rigo2012-08-011-2/+3
| * Adapt the tests for pypyArmin Rigo2012-08-012-3/+7
| * PrecisionArmin Rigo2012-08-011-1/+2
| * Implement and document "long double".Armin Rigo2012-08-013-19/+140
| * typo (thanks Alex Gaynor)Armin Rigo2012-08-011-1/+1
| * Document the GIL release.Armin Rigo2012-07-311-1/+4
| * Add the dance of releasing the GIL.Armin Rigo2012-07-312-0/+10
| * Found a slow leak on Win32. Don't know how to fix it :-(Armin Rigo2012-07-311-1/+2
| * Tweak the default include_dirs if pkg-config is not available.Armin Rigo2012-07-311-11/+11
| * Speed up.Armin Rigo2012-07-301-32/+34
| * Remove debugging printArmin Rigo2012-07-301-1/+0
| * A ctypes version of readdir.py.Armin Rigo2012-07-301-0/+70
| * More explanationArmin Rigo2012-07-301-4/+5
| * Add a (*) in the base pointer case too.Armin Rigo2012-07-301-1/+1
| * Blank lines kill us.Armin Rigo2012-07-301-3/+1
| * Document with a versionchanged the changes.Armin Rigo2012-07-301-7/+16
| * Found out how to properly generalize the "pass a Python string asArmin Rigo2012-07-305-115/+276
| * Bump the version number to 0.3Armin Rigo2012-07-304-8/+8
| * Add tests for the fact (implicit so far) that the backend acceptsArmin Rigo2012-07-291-0/+37
* | hg merge defaultArmin Rigo2012-07-283-440/+176
|\ \ | |/ |/|
| * hg merge defaultArmin Rigo2012-07-283-441/+177
| |\
| | * Test and fixArmin Rigo2012-07-274-1/+36
| | * Fix the last failure in test_verify.Armin Rigo2012-07-272-6/+29
| | * Cleaning.Armin Rigo2012-07-271-51/+14
| | * hg merge defaultArmin Rigo2012-07-276-25/+63
| | |\
| | * | Garbage-collection of some codeArmin Rigo2012-07-271-129/+0
| | * | test_verify.test_varargsArmin Rigo2012-07-271-4/+7
| | * | test_verify.test_access_array_variableArmin Rigo2012-07-271-2/+6
| | * | test_verify.test_access_variableArmin Rigo2012-07-271-13/+17
| | * | test_define_intArmin Rigo2012-07-271-1/+4
| | * | test_verify.test_get_set_errnoArmin Rigo2012-07-271-0/+1