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 the way methods are created for the _ctypes.COMError exception
Thomas Heller
2008-02-06
1
-9/+19
*
Revert rev. 59926, it breaks comtypes (I need to further examine this).
Thomas Heller
2008-01-28
1
-5/+0
*
Invert the checks in get_[u]long and get_[u]longlong. The intent was
Thomas Heller
2008-01-24
1
-19/+15
*
Backport from trunk:
Thomas Heller
2008-01-16
1
-1/+1
*
Added NEWS entry, plus:
Thomas Heller
2008-01-11
1
-0/+5
*
Change ctypes version number to 1.0.3 (when Python 2.5.2 is released,
Thomas Heller
2007-12-19
1
-1/+1
*
Issue #1642: Fix segfault in ctypes when trying to delete attributes.
Thomas Heller
2007-12-18
2
-0/+21
*
Fix ctypes on 32-bit systems when Python is configured --with-system-ffi.
Thomas Heller
2007-10-12
1
-6/+10
*
- Fix libffi configure for hppa*-*-linux* | parisc*-*-linux*.
Matthias Klose
2007-09-04
2
-2/+2
*
PyType_stgdict() returns a borrowed reference which must not be
Thomas Heller
2007-07-13
1
-2/+0
*
Fix for SF# 1649098: avoid zero-sized array declaration in structure.
Thomas Heller
2007-07-13
2
-2/+2
*
Merged revisions 55896 via svnmerge from
Thomas Heller
2007-06-15
2
-13/+17
*
Merged revisions 55129-55131 via svnmerge from
Thomas Heller
2007-06-08
2
-11/+17
*
Merged revisions 55027 via svnmerge from
Thomas Heller
2007-05-02
1
-3/+11
*
Merged revisions 55025 via svnmerge from
Thomas Heller
2007-04-30
3
-3/+15
*
Fix various minor issues discovered with static analysis using Visual Studio ...
Kristján Valur Jónsson
2007-04-21
1
-2/+3
*
Prevent creation (followed by a segfault) of array types when the size
Thomas Heller
2007-03-23
1
-3/+20
*
Explain the purpose of the b_needsfree flag. This answers Neals
Thomas Heller
2007-03-22
1
-1/+6
*
Back out "Patch #1643874: memory leak in ctypes fixed."
Thomas Heller
2007-03-22
1
-21/+8
*
Merged revisions 54248 via svnmerge from
Thomas Heller
2007-03-09
1
-18/+0
*
Merged revisions 54244 via svnmerge from
Thomas Heller
2007-03-09
1
-3/+3
*
Merged revisions 53556 via svnmerge from
Thomas Heller
2007-01-25
1
-8/+21
*
Add a comment for some code I don't understand. Why would needsfree
Neal Norwitz
2007-01-18
1
-0/+1
*
Merged revisions 53466 via svnmerge from
Thomas Heller
2007-01-17
1
-8/+12
*
Must update the version number on the extension module as well.
Thomas Heller
2007-01-10
1
-1/+1
*
Fix #1563807: _ctypes built on AIX fails with ld ffi error.
Thomas Heller
2006-11-28
1
-1/+1
*
Fix bug #1598620: A ctypes structure cannot contain itself.
Thomas Heller
2006-11-24
1
-3/+13
*
- Patch #1560695: Add .note.GNU-stack to ctypes' sysv.S so that
Martin v. Löwis
2006-10-22
1
-0/+4
*
ctypes callback functions only support 'fundamental' result types.
Thomas Heller
2006-10-17
1
-2/+5
*
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
[next]