summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* Fix some int/Py_ssize_t issues which led to compiler warningsThomas Heller2006-03-221-6/+6
* Include <malloc.h> on windows, to avoid warnings when compiling with mingw.Thomas Heller2006-03-224-45/+52
* Avoid a potential double-free bug.Thomas Heller2006-03-202-2/+3
* Apply patch from Martin v. Loewis: Avoid function pointer casts.Thomas Heller2006-03-202-34/+34
* Fix another bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Fix bug found by Coverty.Thomas Heller2006-03-201-1/+1
* Accessing unaligned structure fields works now on all architectures.Thomas Heller2006-03-201-46/+104
* Fix compiler warning.Thomas Heller2006-03-181-1/+1
* 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