summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Merge changes from the upstream version:Thomas Heller2006-03-172-76/+81
* Fix a leak that would happen under error conditions (found by Coverty).Thomas Heller2006-03-161-0/+1
* Use int 0 as default defval for LCID if nothing has been supplied.Thomas Heller2006-03-161-3/+8
* Fix compiler warning.Thomas Heller2006-03-161-1/+1
* Fixes from Neal Norwitz, plus other small fixes.Thomas Heller2006-03-161-8/+18
* Rewrite the AllocFunctionCallback function for better error handling.Thomas Heller2006-03-161-15/+16
* Backport from upstream version: compatibility with older PythonThomas Heller2006-03-153-4/+35
* Revert rev 43041, which introduced the "z" format qualifierTim Peters2006-03-151-4/+4
* CField_repr(): PyString_FromFormat() understands theTim Peters2006-03-151-4/+4
* Try to avoid many of the compiler warnings when compiling libffi byThomas Heller2006-03-141-3/+3
* Cast an Py_ssize_t to int, to avoid a compiler warning.Thomas Heller2006-03-141-2/+2
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-143-56/+60
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-08108-0/+43876