index
:
cpython.git
2.7
3.3
3.4
3.5
3.6
benjamin-clang
benjamin-iteration-torture
buildbot-custom
master
https://github.com/python/cpython.git
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Modules
/
_ctypes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some int/Py_ssize_t issues which led to compiler warnings
Thomas Heller
2006-03-22
1
-6/+6
*
Include <malloc.h> on windows, to avoid warnings when compiling with mingw.
Thomas Heller
2006-03-22
4
-45/+52
*
Avoid a potential double-free bug.
Thomas Heller
2006-03-20
2
-2/+3
*
Apply patch from Martin v. Loewis: Avoid function pointer casts.
Thomas Heller
2006-03-20
2
-34/+34
*
Fix another bug found by Coverty.
Thomas Heller
2006-03-20
1
-1/+1
*
Fix bug found by Coverty.
Thomas Heller
2006-03-20
1
-1/+1
*
Accessing unaligned structure fields works now on all architectures.
Thomas Heller
2006-03-20
1
-46/+104
*
Fix compiler warning.
Thomas Heller
2006-03-18
1
-1/+1
*
Merge changes from the upstream version:
Thomas Heller
2006-03-17
2
-76/+81
*
Fix a leak that would happen under error conditions (found by Coverty).
Thomas Heller
2006-03-16
1
-0/+1
*
Use int 0 as default defval for LCID if nothing has been supplied.
Thomas Heller
2006-03-16
1
-3/+8
*
Fix compiler warning.
Thomas Heller
2006-03-16
1
-1/+1
*
Fixes from Neal Norwitz, plus other small fixes.
Thomas Heller
2006-03-16
1
-8/+18
*
Rewrite the AllocFunctionCallback function for better error handling.
Thomas Heller
2006-03-16
1
-15/+16
*
Backport from upstream version: compatibility with older Python
Thomas Heller
2006-03-15
3
-4/+35
*
Revert rev 43041, which introduced the "z" format qualifier
Tim Peters
2006-03-15
1
-4/+4
*
CField_repr(): PyString_FromFormat() understands the
Tim Peters
2006-03-15
1
-4/+4
*
Try to avoid many of the compiler warnings when compiling libffi by
Thomas Heller
2006-03-14
1
-3/+3
*
Cast an Py_ssize_t to int, to avoid a compiler warning.
Thomas Heller
2006-03-14
1
-2/+2
*
Integrate patch from Neal Norwitz. He writes:
Thomas Heller
2006-03-14
3
-56/+60
*
Copy ctypes-0.9.9.4 sources from external into the trunk.
Thomas Heller
2006-03-08
108
-0/+43876