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 #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-1/+7
*
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
Meador Inge
2011-09-28
1
-0/+1
*
Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
1
-0/+1
*
Issue #12764: Fix a crash in ctypes when the name of a Structure field is not
Amaury Forgeot d'Arc
2011-09-02
1
-2/+15
*
Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to
Amaury Forgeot d'Arc
2011-08-30
1
-2/+4
*
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
1
-0/+5
*
fix missing variable declarations
Benjamin Peterson
2011-03-26
1
-0/+3
*
always check return value of PyObject_IsInstance for error
Benjamin Peterson
2011-03-26
1
-19/+41
*
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
Benjamin Peterson
2011-03-26
1
-1/+10
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
3
-3/+3
*
Revert typo fixes in _cytpes/libffi*
Ezio Melotti
2011-03-15
4
-6/+6
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
5
-7/+7
*
Merged revisions 88284 via svnmerge from
Antoine Pitrou
2011-01-31
2
-1/+15
*
Merged revisions 84535 via svnmerge from
Ronald Oussoren
2010-09-16
3
-3/+9
*
Merged revisions 83841 via svnmerge from
Thomas Heller
2010-08-08
1
-0/+6
*
Fis issue5504: ctypes does now work with systems where mmap can't be
Thomas Heller
2010-08-08
7
-21/+31
*
Fix #8959 by reverting revision 80761.
Thomas Heller
2010-06-21
13
-297/+1898
*
Untabify C files. Will watch buildbots.
Antoine Pitrou
2010-05-09
9
-8112/+8112
*
On Windows, ctypes does no longer check the stack before and after
Thomas Heller
2010-05-04
13
-1898/+297
*
FreeBSD is not a sysv platform, so use freebsd.S instead of sysv.S (as is
Jeroen Ruigrok van der Werven
2010-04-07
1
-1/+1
*
Issue #8314: Fix unsigned long long bug in libffi on Sparc v8.
Martin v. Löwis
2010-04-07
1
-0/+4
*
Revert rev. 79509; ctypes doesn't build on linux.
Thomas Heller
2010-03-30
16
-299/+2018
*
Merged revisions 79115,79424,79491 via svnmerge from
Thomas Heller
2010-03-30
16
-2018/+299
*
Backported PyCapsule from 3.1, and converted most uses of
Larry Hastings
2010-03-25
3
-5/+59
*
Preserve backward compatibility of the ctypes module.
Florent Xicluna
2010-03-22
1
-0/+11
*
Issue #7703: ctypes supports both buffer() and memoryview(). The former is d...
Florent Xicluna
2010-03-22
1
-4/+13
*
update libffi to commit 59a259f4d348f593b45f452309f4d020a28051c4 from the
Matthias Klose
2010-03-19
33
-448/+1403
*
Generate libffi's Makefiles again to be able to run the libffi testsuite
Matthias Klose
2010-03-19
4
-375/+7592
*
Backport from the libffi trunk:
Matthias Klose
2010-03-15
1
-1/+2
*
- Issue #8142: Update libffi to the 3.0.9 release.
Matthias Klose
2010-03-15
212
-28062/+57788
*
ctypes CThunkObject was not registered correctly with the cycle
Thomas Heller
2010-02-23
1
-3/+4
*
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
[next]