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
*
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
*
Renamed PyString to PyBytes
Christian Heimes
2008-05-26
4
-93/+93
*
Patch #1722225: Support QNX 6.
Martin v. Löwis
2008-05-23
3
-0/+10
*
On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX
Thomas Heller
2008-05-20
1
-0/+1
*
Add missing return type to dealloc.
Georg Brandl
2008-04-26
1
-1/+2
*
Add from_buffer and from_buffer_copy class methods to ctypes types.
Thomas Heller
2008-04-25
1
-0/+115
*
Remove cyclic reference in CFuncPtr instances; see issue #2682.
Thomas Heller
2008-04-24
3
-50/+133
*
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
Thomas Heller
2008-04-14
3
-0/+79
*
Performance improvements.
Thomas Heller
2008-04-11
1
-3/+3
*
Move backwards compatibility macro to the correct place;
Thomas Heller
2008-04-11
1
-1/+1
*
More files from libffi 3.0.5.
Thomas Heller
2008-04-04
4
-22/+20
*
Sync with files from the just released libffi 3.0.5 version.
Thomas Heller
2008-04-04
5
-2/+1246
*
Issue #2543: Make ctypes compatible (again) with Python 2.3, 2.4, and 2.5.
Thomas Heller
2008-04-04
2
-26/+38
*
Make _ctypes.c PY_SSIZE_T_CLEAN.
Thomas Heller
2008-03-25
1
-2/+4
*
Include <alloca.h> on Solaris, see issue #1506.
Thomas Heller
2008-03-18
1
-0/+4
*
Remove unneeded initializer.
Thomas Heller
2008-03-14
1
-1/+1
*
Issue 1872: Changed the struct module typecode from 't' to '?', for
Thomas Heller
2008-03-05
3
-8/+17
*
Try to fix the build for PY_LINUX.
Thomas Heller
2008-03-04
1
-0/+1
*
Merged changes from libffi3-branch.
Thomas Heller
2008-03-04
97
-3423/+38619
*
Get ctypes working on the Alpha (Tru64). The problem was that there
Neal Norwitz
2008-02-24
1
-1/+1
*
configure.ac: Remove the configure check for _Bool, it is already done in the
Thomas Heller
2008-02-21
3
-3162/+3023
*
Add pickle support to ctypes types.
Thomas Heller
2008-02-13
4
-1/+91
*
Make sure a switch statement does not have repetitive case statements.
Brett Cannon
2008-02-07
1
-0/+2
*
Fixed refcounts and error handling.
Thomas Heller
2008-02-06
1
-8/+12
*
Revert rev. 59925, it breaks comtypes (I need to further examine this).
Thomas Heller
2008-01-28
1
-5/+0
*
static PyObject* variables should use PyString_InternFromString() instead of ...
Christian Heimes
2008-01-28
2
-5/+5
*
Update to newer version of ffi. Fixes crashes and test failures of longdouble
Neal Norwitz
2008-01-27
2
-16/+48
*
Invert the checks in get_[u]long and get_[u]longlong. The intent was
Thomas Heller
2008-01-24
1
-19/+15
*
Replace Py_BuildValue with PyTuple_Pack because it is faster.
Thomas Heller
2008-01-24
1
-7/+10
*
Use a PyDictObject again for the array type cache; retrieving items
Thomas Heller
2008-01-24
1
-16/+137
*
Fix a function pointer declaration to silence the compiler.
Brett Cannon
2008-01-17
1
-1/+1
*
Use 'g' instead of 'D' as the ctypes typecode for c_longdouble, for
Thomas Heller
2008-01-16
2
-4/+4
*
Raise a TypeError instead of a ValueError when too many initializers
Thomas Heller
2008-01-16
1
-1/+1
*
Raise a TypeError if conflicting positional and named arguments are
Thomas Heller
2008-01-16
1
-0/+15
*
Convert the internal ctypes array type cache to a WeakValueDict so
Thomas Heller
2008-01-16
1
-10/+20
*
Issue 1821: configure libffi for amd64 on FreeeBSD.
Thomas Heller
2008-01-14
2
-104/+57
*
?Why did my tests not notice this before?
Amaury Forgeot d'Arc
2008-01-14
1
-1/+1
[next]