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
*
Backport rev 51820 from Thomas Heller
Neal Norwitz
2006-09-11
1
-2/+2
*
Backport rev 51819 from Thomas Heller
Neal Norwitz
2006-09-11
1
-2/+2
*
Backport of r51379 from trunk:
Thomas Heller
2006-09-06
1
-0/+16
*
Move assert to after NULL check, otherwise we deref NULL in the assert.
Neal Norwitz
2006-08-19
1
-1/+1
*
Remove the special casing of Py_None when converting the return value
Thomas Heller
2006-08-16
1
-1/+1
*
The __repr__ method of a NULL py_object does no longer raise an
Thomas Heller
2006-08-16
1
-1/+1
*
Add commented assert statements to check that the result of
Thomas Heller
2006-08-16
1
-20/+36
*
Check for NULL return value from new_CArgObject calls.
Thomas Heller
2006-08-15
1
-0/+6
*
Patch #1536908: Add support for AMD64 / OpenBSD.
Thomas Heller
2006-08-14
3
-3/+2
*
Apply the patch #1532975 plus ideas from the patch #1533481.
Thomas Heller
2006-08-14
3
-162/+182
*
Revert the change that tries to zero out a closure's result storage
Thomas Heller
2006-08-14
1
-15/+5
*
Check for NULL return value of GenericCData_new().
Thomas Heller
2006-08-14
1
-0/+4
*
Check for NULL return value from new_CArgObject().
Thomas Heller
2006-08-14
1
-0/+6
*
Remove unused, buggy test function.
Thomas Heller
2006-08-14
1
-12/+0
*
Handle alloca failures.
Neal Norwitz
2006-08-13
2
-0/+15
*
Check returned pointer is valid.
Neal Norwitz
2006-08-12
1
-0/+6
*
When a ctypes C callback function is called, zero out the result
Thomas Heller
2006-08-11
1
-7/+17
*
Speed up PyType_stgdict and PyObject_stgdict.
Thomas Heller
2006-08-01
1
-2/+11
*
Minimal useful docstring for CopyComPointer.
Thomas Heller
2006-08-01
1
-1/+1
*
Fix a potential segfault and various potentail refcount leaks
Thomas Heller
2006-08-01
1
-15/+13
*
Patch #1529514: More openbsd platforms for ctypes.
Thomas Heller
2006-07-28
2
-84/+58
*
Remove a useless XXX comment.
Thomas Heller
2006-07-28
1
-7/+7
*
Check the allocation of b_objects and return if there was a failure.
Neal Norwitz
2006-07-23
1
-2/+11
*
Make sure the _ctypes extension can be compiled when WITH_THREAD is
Thomas Heller
2006-07-19
2
-0/+6
*
proto was dereffed above and is known to be good. No need for X.
Neal Norwitz
2006-07-16
1
-1/+1
*
Patch #1521817: The index range checking on ctypes arrays containing
Thomas Heller
2006-07-14
1
-10/+8
*
Make the prototypes of our private PyUnicode_FromWideChar and
Thomas Heller
2006-07-14
2
-5/+6
*
A misspelled preprocessor symbol caused ctypes to be always compiled
Thomas Heller
2006-07-13
3
-11/+11
*
Change the ctypes version number to 1.0.0.
Thomas Heller
2006-07-11
1
-1/+1
*
Assigning None to pointer type structure fields possible overwrote
Thomas Heller
2006-07-10
1
-1/+1
*
Fixed a segfault when ctypes.wintypes were imported on
Thomas Heller
2006-07-10
1
-2/+9
*
Fix bug #1518190: accept any integer or long value in the
Thomas Heller
2006-07-10
1
-8/+19
*
Patch #1517790: It is now possible to use custom objects in the ctypes
Thomas Heller
2006-07-06
1
-3/+2
*
Revert the change done in svn revision 47206:
Thomas Heller
2006-07-06
1
-14/+0
*
Fix the bitfield test when _ctypes is compiled with MingW. Structures
Thomas Heller
2006-07-05
1
-2/+2
*
Sync the darwin/x86 port libffi with the copy in PyObjC. This fixes a number
Ronald Oussoren
2006-07-04
2
-84/+116
*
Add a new function uses_seh() to the _ctypes extension module. This
Thomas Heller
2006-07-03
1
-0/+14
*
Fixes so that _ctypes can be compiled with the MingW compiler.
Thomas Heller
2006-07-03
2
-6/+4
*
Cleanup: Remove commented out code.
Thomas Heller
2006-07-03
1
-22/+1
*
Remove now-unused fidding with PY_FORMAT_SIZE_T.
Tim Peters
2006-06-30
1
-4/+0
*
Revert the use of PY_FORMAT_SIZE_T in PyErr_Format.
Thomas Heller
2006-06-30
1
-1/+5
*
Silence compiler warning
Neal Norwitz
2006-06-30
1
-1/+6
*
Protect the thread api calls in the _ctypes extension module within
Thomas Heller
2006-06-29
3
-1/+22
*
Add pep-291 compatibility markers.
Thomas Heller
2006-06-12
9
-2/+37
*
I don't know how that happend, but the entire file contents was
Thomas Heller
2006-06-12
1
-195/+0
*
Release the GIL during COM method calls, to avoid deadlocks in
Thomas Heller
2006-06-11
1
-3/+10
*
Handle failure of PyMem_Realloc.
Thomas Heller
2006-06-10
1
-1/+4
*
Don't use C++ comment.
Thomas Heller
2006-06-10
1
-1/+1
*
Fix the second occurrence of the problematic printf format.
Thomas Heller
2006-06-10
1
-5/+1
*
Fix a wrong printf format.
Thomas Heller
2006-06-10
1
-6/+1
[next]