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 #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
|
|
*
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
*
|
|
Remove useless argument of _PyUnicode_AsDefaultEncodedString()
Victor Stinner
2011-03-02
1
-1/+1
*
|
|
Issue #8914: fix various warnings from the Clang static analyzer v254.
Brett Cannon
2011-02-22
1
-2/+1
|
/
/
*
|
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
*
|
Merge branches/pep-0384.
Martin v. Löwis
2010-12-03
2
-5/+5
*
|
Fix type of hash function.
Georg Brandl
2010-10-18
1
-1/+1
*
|
Fix compilation warning in _ctypes module on Window
Amaury Forgeot d'Arc
2010-10-17
1
-1/+1
*
|
Get rid of a "unused static function" warning.
Georg Brandl
2010-10-16
1
-0/+2
*
|
PyUnicode_AsWideCharString() takes a PyObject*, not a PyUnicodeObject*
Victor Stinner
2010-10-07
2
-2/+2
*
|
Issue #8670: ctypes.c_wchar supports non-BMP characters with 32 bits wchar_t
Victor Stinner
2010-10-02
1
-2/+3
*
|
Issue #9979: Use PyUnicode_AsWideCharString() in _ctypes module
Victor Stinner
2010-09-29
2
-24/+5
*
|
Fixed refcount bug. I placed Py_INCREF in create_comerror() for compatibility
Hirokazu Yamamoto
2010-09-12
1
-0/+1
*
|
Fix for issue9662, patch by Łukasz Langa in issue5504.
Ronald Oussoren
2010-09-05
3
-3/+9
*
|
Issue 8781: On systems a signed 4-byte wchar_t and a 4-byte Py_UNICODE, use m...
Daniel Stutzbach
2010-08-24
2
-5/+4
*
|
Fix issue6869: refcount problem in the _ctypes extension.
Thomas Heller
2010-08-08
1
-0/+6
*
|
Fix issue5504: ctypes does now work with systems where mmap can't be
Thomas Heller
2010-08-08
7
-18/+31
*
|
Copy Sun-specific inclusion of <alloca.h> from 2.7 maint to trunk; it seems t...
Georg Brandl
2010-07-31
1
-0/+4
*
|
Issue #8966: ctypes: Remove implicit bytes-unicode conversion
Victor Stinner
2010-07-28
3
-108/+7
*
|
Merged revisions 79894-79895,80098,80120 via svnmerge from
Benjamin Peterson
2010-06-27
1
-1/+1
*
|
Merged revisions 82126-82127 via svnmerge from
Thomas Heller
2010-06-21
13
-297/+1898
[next]