summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* merge default into branchwin32mattip2012-08-225-7/+73
|\
| * Test and fix: don't allow 'void' as the type of a function argument.Armin Rigo2012-08-222-1/+6
| * Give a better error message than pycparser's default oneArmin Rigo2012-08-222-3/+29
| * Give an earlier error message when trying to declare a functionArmin Rigo2012-08-222-1/+12
| * Windows: don't muck with LastError in b_get_errno()Armin Rigo2012-08-222-2/+26
* | add __stdcall testmattip2012-08-222-0/+19
* | clarify skip messagesmattip2012-08-221-4/+4
* | whoopsmattip2012-08-221-1/+1
* | visual studio long double is equivalent to doublemattip2012-08-221-0/+2
* | nitpick with installation dependenciesmattip2012-08-221-0/+4
* | cffi on windows, python 32 bitmattip2012-08-220-0/+0
|/
* #include <Python.h> is bogus.Armin Rigo2012-08-191-0/+6
* merge headsArmin Rigo2012-08-181-0/+1
|\
| * (liuzhenhai) issue #18: a missing #include on Windows.Armin Rigo2012-08-181-0/+1
* | Support for "sources=[..]" in verify(), as per Daniel Holth's suggestionArmin Rigo2012-08-182-2/+22
|/
* pycparser 2.08 has been fixed. Thanks!Armin Rigo2012-08-151-3/+1
* Pass or skip the buffer tests on 3.2 too.Armin Rigo2012-08-143-10/+21
* This test might run without producing the source, so force it.Armin Rigo2012-08-141-0/+1
* Found a way to be compatible with Python 3.2 in the test syntax.Armin Rigo2012-08-144-119/+142
* DetailArmin Rigo2012-08-131-3/+2
* "hgdistver" is not needed any more.Armin Rigo2012-08-131-3/+0
* Update this test too.Armin Rigo2012-08-131-1/+1
* Update with the checksums of the distribution.Armin Rigo2012-08-131-6/+10
* Added tag release-0.3 for changeset 5f31908df6c9Armin Rigo2012-08-130-0/+0
* Fix the logic: it was possible to reach the following bug (for whichArmin Rigo2012-08-131-20/+17
* Write the version explicitly, and test it too.Armin Rigo2012-08-132-1/+9
* pycparser 2.08 no longer contains lextab.py/yacctab.pyArmin Rigo2012-08-131-1/+3
* Name this demo module.Armin Rigo2012-08-131-1/+2
* 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