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 #13840: Fix ctypes.create_string_buffer exception message and docs.
Meador Inge
2012-01-26
1
-1/+1
|
\
|
*
- Issue #13840: Fix ctypes.create_string_buffer exception message and docs.
Meador Inge
2012-01-26
1
-1/+1
*
|
#13665: merge with 3.2.
Ezio Melotti
2012-01-18
1
-1/+1
|
\
\
|
|
/
|
*
#13665: s/string/bytes/ in error message.
Ezio Melotti
2012-01-18
1
-1/+1
*
|
Use the new Unicode API
Victor Stinner
2011-11-22
1
-2/+2
*
|
ctypes check for PyUnicode_GET_SIZE() failure
Victor Stinner
2011-11-21
2
-6/+16
*
|
Check for PyUnicode_AS_UNICODE() failure
Victor Stinner
2011-11-21
1
-2/+5
*
|
Issue #13350: Replace most usages of PyUnicode_Format by PyUnicode_FromFormat.
Amaury Forgeot d'Arc
2011-11-06
1
-21/+3
*
|
Rename _Py_identifier to _Py_IDENTIFIER.
Martin v. Löwis
2011-10-14
2
-3/+3
*
|
Add API for static strings, primarily good for identifiers.
Martin v. Löwis
2011-10-09
2
-3/+7
*
|
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-1/+7
|
\
\
|
|
/
|
*
Issue #12881: ctypes: Fix segfault with large structure field names.
Meador Inge
2011-10-04
1
-1/+7
*
|
Check error when calling PyUnicode_AppendAndDel()
Victor Stinner
2011-10-02
1
-2/+2
*
|
Implement PEP 393.
Martin v. Löwis
2011-09-28
3
-57/+23
*
|
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
Meador Inge
2011-09-28
1
-0/+1
|
\
\
|
|
/
|
*
Issue #13013: ctypes: Fix a reference leak in PyCArrayType_from_ctype.
Meador Inge
2011-09-28
1
-0/+1
*
|
Merge 3.2: Issue #12483: ctypes: Fix a crash when the destruction of a callback
Amaury Forgeot d'Arc
2011-09-12
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
*
|
ctypes: Slightly better error message when a struct field name is not a string.
Amaury Forgeot d'Arc
2011-09-02
1
-7/+5
*
|
Merge from 3.2: Issue #12764: Fix a crash in ctypes when the name of a
Amaury Forgeot d'Arc
2011-09-02
1
-2/+15
|
\
\
|
|
/
|
*
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
*
|
Merge from 3.2:
Amaury Forgeot d'Arc
2011-08-30
1
-42/+43
|
\
\
|
|
/
|
*
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
|
\
\
|
|
/
|
*
- Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper
Barry Warsaw
2011-07-19
1
-0/+5
*
|
merge 3.2
Benjamin Peterson
2011-03-26
1
-20/+54
|
\
\
|
|
/
|
*
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.2.
Ezio Melotti
2011-03-16
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
#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
|
\
\
\
|
|
/
/
|
*
|
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.2.
Ezio Melotti
2011-03-15
5
-7/+7
|
\
\
\
|
|
/
/
|
*
|
#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
[next]