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
*
This local change was lost during the fixing of issue17192 to update
Gregory P. Smith
2013-04-30
1
-0/+5
*
* Fix issue 17192 for 3.2 - reapply the issue11729 patch that was undone
Gregory P. Smith
2013-04-30
3
-33/+58
*
Merge
Kristján Valur Jónsson
2013-03-19
1
-0/+5
|
\
|
*
Issue #10296 : Don't handle BreakPoint exceptions using
Kristján Valur Jónsson
2013-03-19
1
-0/+5
*
|
Fixes issue #17192: Update the ctypes module's libffi to v3.0.13. This
Gregory P. Smith
2013-03-19
239
-7990/+34958
|
/
*
Issue #17047: remove doubled words found in 2.7 to 3.4 Modules/*,
Terry Jan Reedy
2013-03-11
3
-10/+10
*
Issue #6083: Fix multiple segmentation faults occured when PyArg_ParseTuple
Serhiy Storchaka
2013-02-04
1
-3/+21
*
Issue #15989: Fix several occurrences of integer overflow
Serhiy Storchaka
2013-01-19
1
-1/+1
*
Merge with 3.1 : Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
|
\
|
*
Don't DECREF the ctypes error_object without the GIL held.
Kristjan Valur Jonsson
2012-12-21
1
-1/+1
*
|
remove dead code
Benjamin Peterson
2012-12-15
1
-2/+0
*
|
Issue #16628: Fix a memory leak in ctypes.resize().
Antoine Pitrou
2012-12-08
3
-2/+3
*
|
Fix issue 13370: Ensure that ctypes works on Mac OS X when Python is compiled...
Ronald Oussoren
2012-08-25
4
-7/+125
*
|
Issue #6493: Fix handling of c_uint32 bitfields with width of 32 on Windows.
Meador Inge
2012-07-19
1
-28/+23
*
|
Issue #9041: raised exception is misleading
Meador Inge
2012-05-28
1
-25/+5
*
|
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
Meador Inge
2012-01-26
1
-1/+1
*
|
#13665: s/string/bytes/ in error message.
Ezio Melotti
2012-01-18
1
-1/+1
*
|
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 #11241: subclasses of ctypes.Array can now be subclassed.
Amaury Forgeot d'Arc
2011-08-30
1
-40/+39
*
|
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
*
|
merge 3.1
Benjamin Peterson
2011-03-26
1
-20/+54
|
\
\
|
|
/
|
*
always check return value of PyObject_IsInstance for error
Benjamin Peterson
2011-03-26
1
-19/+44
|
*
check possible recursive _as_parameter_ to prevent segfault (closes #1838)
Benjamin Peterson
2011-03-26
1
-1/+10
*
|
#11565: Merge with 3.1.
Ezio Melotti
2011-03-16
3
-3/+3
|
\
\
|
|
/
|
*
#11565: Fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-16
3
-3/+3
*
|
Merge with 3.2
Ezio Melotti
2011-03-15
4
-6/+6
|
\
\
|
|
/
|
*
Revert typo fixes in _cytpes/libffi*
Ezio Melotti
2011-03-15
2
-1721/+1721
*
|
#11515: Merge with 3.1.
Ezio Melotti
2011-03-15
5
-7/+7
|
\
\
|
|
/
|
*
#11515: fix several typos. Patch by Piotr Kasprzyk.
Ezio Melotti
2011-03-15
3
-1722/+1722
|
*
Merged revisions 88284 via svnmerge from
Antoine Pitrou
2011-01-31
2
-1/+15
|
*
Merged revisions 83841,84741 via svnmerge from
Hirokazu Yamamoto
2010-09-12
1
-0/+7
|
*
Fix buildbot issues due to _ctypes failing to compile in 3.1.
Antoine Pitrou
2010-08-10
7
-37/+18
|
*
Merged revisions 83837,83841 via svnmerge from
Thomas Heller
2010-08-08
7
-18/+37
|
*
Merged revisions 83325,83328,83341 via svnmerge from
Georg Brandl
2010-08-01
1
-0/+4
|
*
Recorded merge of revisions 81032 via svnmerge from
Antoine Pitrou
2010-05-09
9
-7970/+7970
|
*
Merged revisions 80159 via svnmerge from
Victor Stinner
2010-04-18
1
-3/+16
|
*
Merged revisions 78435 via svnmerge from
Larry Hastings
2010-02-24
1
-1/+7
|
*
Merged revisions 78382 via svnmerge from
Thomas Heller
2010-02-23
1
-3/+4
|
*
Merged revisions 75797 via svnmerge from
Georg Brandl
2009-10-27
1
-3/+3
|
*
Merged revisions 74974 via svnmerge from
Ronald Oussoren
2009-09-20
8
-716/+713
|
*
Merged revisions 74949 via svnmerge from
Thomas Heller
2009-09-19
1
-11/+0
|
*
Merged revisions 74922 via svnmerge from
Thomas Heller
2009-09-18
2
-2/+6
|
*
Merged revisions 74918 via svnmerge from
Thomas Heller
2009-09-18
1
-58/+73
|
*
Merged revisions 74664 via svnmerge from
Thomas Heller
2009-09-04
1
-1/+2
*
|
Issue #8275: Fix passing of callback arguments with ctypes under Win64.
Antoine Pitrou
2011-01-31
2
-1/+15
*
|
Issue #9566: use Py_ssize_t instead of int
Victor Stinner
2011-01-04
1
-3/+3
[next]