summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FixctypesdefArmin Rigo2012-08-141-2/+2
* Add two demos of ffi.ctypesdef(): this is approximately what I'dArmin Rigo2012-08-132-0/+153
* In this branch we will try to expose cffi.model in a way stronglyArmin Rigo2012-08-130-0/+0
* Update status.Armin Rigo2012-08-131-2/+5
* Skip the ffi.buffer() tests with the ctypes backend on top of PyPy.Armin Rigo2012-08-132-4/+22
* Improve the test portability.Armin Rigo2012-08-131-9/+17
* Add a test for the precision of 'long double'.Armin Rigo2012-08-131-0/+24
* Update the doc to mention that it also mostly works on PyPy.Armin Rigo2012-08-131-11/+10
* Complete for the behavior we get with RTLD_NOW.Armin Rigo2012-08-131-1/+1
* Copy here from backend_testsArmin Rigo2012-08-121-0/+6
* Additional test for this caseArmin Rigo2012-08-121-0/+10
* Remove this skip, which is no longer true.Armin Rigo2012-08-121-7/+0
* Compatibility with PyPy: support running on top of a narrow CPythonArmin Rigo2012-08-121-18/+19
* "Seems to work" non-statement.Armin Rigo2012-08-121-1/+2
* Python 3 documentation.Armin Rigo2012-08-121-8/+27
* Python 3 syntax in this one demo.Armin Rigo2012-08-121-7/+7
* A test and fix about 'long double' with vengine_cpy.Armin Rigo2012-08-123-5/+33
* hg merge 'python3-port': support Python 3.x as well. Thanks Amaury forArmin Rigo2012-08-1216-429/+707
|\
| * Close the branch about to be mergedpython3-portArmin Rigo2012-08-120-0/+0
| * Keep the original usages of the macro PyString_AS_STRING as a macro,Armin Rigo2012-08-121-13/+14
| * Better error message.Armin Rigo2012-08-121-2/+2
| * Python 2.x compatArmin Rigo2012-08-121-2/+4
| * Fixes fixesArmin Rigo2012-08-124-7/+10
| * FixArmin Rigo2012-08-121-5/+13
| * hack hack hackArmin Rigo2012-08-126-66/+54
| * Fix test_c to pass both on Python 2.6-2.7 and on Python 3.3.Armin Rigo2012-08-122-95/+125
| * hg merge defaultArmin Rigo2012-08-122-1/+16
| |\ | |/ |/|
* | More regularily in casts to floats.Armin Rigo2012-08-122-1/+16
| * Start to tweak test_c for 3.3.Armin Rigo2012-08-121-3/+9
| * FixesArmin Rigo2012-08-121-12/+16
| * Tests pass on Linux Python 2.6Armin Rigo2012-08-123-4/+6
| * Fixes for 2.6 compatArmin Rigo2012-08-122-18/+22
| * hg merge defaultArmin Rigo2012-08-121-0/+1
| |\ | |/ |/|
* | Add a missing testArmin Rigo2012-08-121-0/+1
| * hg merge default, and try to resolve all conflicts.Armin Rigo2012-08-1228-1429/+2929
| |\ | |/ |/|
* | Don't try to call the missing function from the test: it just failsArmin Rigo2012-08-121-3/+3
* | intermediate checkinArmin Rigo2012-08-121-6/+14
* | Test and fix (thanks nphg)Armin Rigo2012-08-122-2/+10
* | Fix the documentation: the module file names are no longer basedArmin Rigo2012-08-121-3/+4
* | Try to fix the tests on OS/X, mainly by skipping the ABI tests thatArmin Rigo2012-08-121-5/+7
* | Add two tests, one passing and one (probably definitely) skipped.Armin Rigo2012-08-122-0/+29
* | Bah. Can't put the skip() in setup_method(), because test_ffi_backendArmin Rigo2012-08-111-3/+7
* | This test runs twice (in two subclasses), so we need to avoid the fileArmin Rigo2012-08-111-2/+3
* | Pom pom pomArmin Rigo2012-08-111-0/+11
* | Bah, handle_t is some kind of keyword on Windows. Can't use it in theArmin Rigo2012-08-111-4/+4
* | A #define for the use of snprintf below.Armin Rigo2012-08-111-0/+1
* | Fix for test_vgen:test_nonstandard_integer_types on Windows.Armin Rigo2012-08-111-1/+11
* | A test, passing on Linux, checking that all nonstandardArmin Rigo2012-08-111-0/+14
* | Windows tests start to pass with this hack.Armin Rigo2012-08-111-0/+6
* | Attempting to collect export_symbols correctly, as needed for WindowsArmin Rigo2012-08-113-4/+24