summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_returnfuncptrs.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23277: Remove unused sys and os importsBerker Peksag2016-04-241-1/+0
* Fix test_from_dll* in test_returnfuncptrs.py.Serhiy Storchaka2013-02-071-5/+4
* Temporarily disable test_from_dll in test_returnfuncptrs.py for Windows.Serhiy Storchaka2013-02-041-1/+4
* Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTupleSerhiy Storchaka2013-02-041-0/+28
* Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-271-4/+4
* Issue 6239: ctypes.c_char_p return value must return bytes.Thomas Heller2009-09-041-6/+6
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-2/+4
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-2/+2
* Whitespace normalization.Tim Peters2006-03-091-1/+1
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+35