summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_prototypes.py
Commit message (Expand)AuthorAgeFilesLines
* #22732 ctypes tests don't set correct restype for intptr_t functionsSteve Dower2014-11-011-1/+4
* Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-131-52/+50
* Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-271-1/+1
* Issue 6239: ctypes.c_char_p return value must return bytes.Thomas Heller2009-09-041-17/+17
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-44/+44
* A 'PyObject *' parameter in PyErr_Format must use %S parameter, not %s.Thomas Heller2007-10-241-0/+18
* c_void_p.from_param accepts bytes. Fix test_prototypes.Thomas Heller2007-07-121-1/+1
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-8/+8
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-1/+1
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-5/+10
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-1/+1
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-1/+15
* Whitespace normalization.Tim Peters2006-03-091-2/+2
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+184