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
*
Issue #7661: Allow ctypes to be built from a non-ASCII directory path.
Antoine Pitrou
2010-01-13
1
-2/+0
*
Fix refleaks in _ctypes PyCSimpleType_New, which fixes the refleak seen in te...
Georg Brandl
2009-10-17
1
-3/+3
*
Merge a newer version of libffi_osx, based on the
Ronald Oussoren
2009-09-20
8
-716/+713
*
Remove unused variable and static function to fix compiler warnings.
Thomas Heller
2009-09-19
1
-11/+0
*
Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...)
Thomas Heller
2009-09-18
2
-2/+6
*
Issue #5042: Structure sub-subclass does now initialize correctly with
Thomas Heller
2009-09-18
1
-58/+73
*
Make ctypes compile again with older Python versions.
Thomas Heller
2009-09-08
1
-0/+49
*
Revert rev 74134, as it does not completely fixx issue #6493.
Thomas Heller
2009-07-21
1
-2/+2
*
Issue #6493: Fix a ctypes problem setting bitfields more than 31 bits
Thomas Heller
2009-07-21
1
-2/+2
*
typos in ctypes Module
Mark Dickinson
2009-05-20
1
-2/+2
*
PyCode_NewEmpty:
Jeffrey Yasskin
2009-05-08
1
-33/+2
*
Add a file that contains diffs between offical libffi files and the
Thomas Heller
2009-05-08
1
-0/+207
*
Issue #5933: Fix some gcc -Wextra warnings. Thanks Victor Stinner for
Mark Dickinson
2009-05-05
1
-2/+2
*
Issue #4305: ctypes fails to build on mipsel-linux-gnu (detects mips
Thomas Heller
2009-04-28
2
-6/+6
*
Issue #5078: Avoid redundant call to FormatError()
Thomas Heller
2009-04-25
1
-146/+142
*
Issue #3102: All global symbols that the _ctypes extension defines are
Thomas Heller
2009-04-24
7
-525/+526
*
Issue 5041: ctypes unwilling to allow pickling wide character.
Thomas Heller
2009-04-24
1
-1/+1
*
Remove duplicated function declaration.
Thomas Heller
2009-04-16
2
-2/+1
*
Remove unneeded code.
Thomas Heller
2009-04-16
3
-18/+0
*
Issue #5341: Fix a variety of spelling errors.
Mark Dickinson
2009-02-21
4
-7/+7
*
Fix warnings GCC emits where the argument of PyErr_Format is a single variable.
Georg Brandl
2009-02-13
1
-6/+8
*
Issue#5203: ctypes segfaults when passing a unicode string to a
Thomas Heller
2009-02-10
1
-0/+1
*
This refactoring should make it easier to add new calling conventions.
Thomas Heller
2009-02-03
3
-400/+29
*
#4077: No need to append \n when calling Py_FatalError
Amaury Forgeot d'Arc
2009-01-17
1
-1/+1
*
Fix refcount leak in error cases. Bug found by coverity.
Thomas Heller
2009-01-13
1
-1/+4
*
Issue #4025 again
Christian Heimes
2008-12-03
1
-1/+1
*
Fixed a couple more C99 comments and one occurence of inline.
Christian Heimes
2008-10-02
1
-2/+2
*
Fix issue #3547 for MingW, update comments.
Thomas Heller
2008-09-29
1
-3/+5
*
Fix issue #3547: ctypes is confused by bitfields of varying integer types
Thomas Heller
2008-09-24
1
-1/+1
*
Fix:
Neal Norwitz
2008-08-24
1
-0/+3
*
COM method code is windows specific
Thomas Heller
2008-08-19
1
-1/+4
*
Fix a regression introduced by rev. 63792: ctypes function pointers
Thomas Heller
2008-08-19
1
-5/+26
*
Properly INCREF reference in Py_buffer.
Martin v. Löwis
2008-08-14
1
-0/+2
*
Make ctypes compatible with Python 2.3, 2.4, and 2.5 again.
Thomas Heller
2008-07-24
2
-2/+16
*
Issue #3313: Contrary to the man page, a failed dlopen() call does not
Thomas Heller
2008-07-15
1
-1/+4
*
Issue #3258: Fix an assertion error (in debug build) and a crash (in
Thomas Heller
2008-07-15
1
-1/+12
*
Check for memory alloc failure
Neal Norwitz
2008-06-13
1
-0/+2
*
Add an optional 'offset' parameter to byref, defaultingto zero.
Thomas Heller
2008-06-10
1
-4/+16
*
This reverts r63675 based on the discussion in this thread:
Gregory P. Smith
2008-06-09
4
-90/+90
*
Remove locking part of new buffer protocol.
Travis E. Oliphant
2008-06-06
1
-5/+0
*
Performance improvement: Use PyDict_Get/SetItem instead of
Thomas Heller
2008-06-06
1
-3/+9
*
Issue #1798: Add ctypes calling convention that allows safe access of errno.
Thomas Heller
2008-06-06
4
-4/+202
*
Backport from py3k: Implement the new buffer interface from pep3118
Thomas Heller
2008-06-05
4
-24/+264
*
MacOS X: Enable 4-way universal builds
Ronald Oussoren
2008-06-05
2
-2/+2
*
Revert revisions 63943 and 63942 (Issue #1798: Add ctypes calling
Thomas Heller
2008-06-04
4
-184/+4
*
Fix ctypes.set_errno for gcc.
Thomas Heller
2008-06-04
1
-2/+4
*
Issue #1798: Add ctypes calling convention that allows safe access to
Thomas Heller
2008-06-04
4
-4/+182
*
Fix misspelled sys.platform name and misspelled filename.
Thomas Heller
2008-06-02
1
-1/+1
*
ctypes NULL function pointers have a boolean False value now.
Thomas Heller
2008-05-29
1
-21/+21
*
Fix compiler warning.
Thomas Heller
2008-05-29
1
-1/+1
[next]