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
*
Merge 3.4 (ctypes)
Victor Stinner
2015-07-29
1
-0/+1
|
\
|
*
Issue #23319: Fix ctypes.BigEndianStructure, swap correctly bytes. Patch
Victor Stinner
2015-07-29
1
-0/+1
*
|
merge 3.4 (#23042)
Benjamin Peterson
2015-05-09
1
-18/+30
|
\
\
|
|
/
|
*
fix libffi compilation on FreeBSD (#23042)
Benjamin Peterson
2015-05-09
1
-18/+30
*
|
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
|
\
\
|
|
/
|
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Berker Peksag
2015-04-14
3
-3/+3
*
|
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-2/+2
|
\
\
|
|
/
|
*
Issue #23338: Fixed formatting ctypes error messages on Cygwin.
Serhiy Storchaka
2015-04-04
1
-2/+2
*
|
Issue #23765: Remove IsBadStringPtr calls in ctypes
Steve Dower
2015-03-25
1
-20/+4
*
|
Silenced minor GCC warnings.
Serhiy Storchaka
2015-02-26
1
-2/+3
*
|
Issue #23450: Fixed possible integer overflows.
Serhiy Storchaka
2015-02-16
1
-1/+1
*
|
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
2
-7/+14
|
\
\
|
|
/
|
*
Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer
Serhiy Storchaka
2015-02-16
2
-7/+14
*
|
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-26/+31
|
\
\
|
|
/
|
*
Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
Serhiy Storchaka
2015-02-02
1
-26/+31
*
|
merge 3.4 (#23221)
Benjamin Peterson
2015-01-13
1
-1/+1
|
\
\
|
|
/
|
*
fix instances of consecutive articles (closes #23221)
Benjamin Peterson
2015-01-13
1
-1/+1
*
|
Issue #22733: MSVC ffi_prep_args doesn't handle 64-bit arguments properly
Steve Dower
2014-12-17
1
-9/+28
*
|
merge 3.4
Benjamin Peterson
2014-11-06
1
-4/+4
|
\
\
|
|
/
|
*
fix test where sizeof(long) != sizeof(int)
Benjamin Peterson
2014-11-06
1
-4/+4
*
|
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-06
5
-12/+81
|
\
\
|
|
/
|
*
Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...
Steve Dower
2014-11-05
5
-12/+81
*
|
Merge: #13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-2/+8
|
\
\
|
|
/
|
*
#13096: Fix segfault in CTypes POINTER handling of large values.
R David Murray
2014-10-12
1
-2/+8
*
|
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
3
-47/+2
|
\
\
|
|
/
|
*
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in ex...
Antoine Pitrou
2014-10-08
3
-47/+2
*
|
Issue #22156: Fix some "comparison between signed and unsigned integers"
Victor Stinner
2014-08-15
1
-1/+1
|
/
*
- Issue #22176: Fix build failure on ARM with -Werror=declaration-after-stat...
doko@ubuntu.com
2014-08-09
2
-3/+26
*
- Issue #22176: Add src/x86/win32.S for x86 libffi builds.
doko@ubuntu.com
2014-08-09
2
-2/+2
*
- Issue #22176: Update the ctypes module's libffi to v3.1. This release
doko@ubuntu.com
2014-08-09
135
-13698/+28236
*
Issue #22161: Conformed arguments type checks in ctype to actually supported
Serhiy Storchaka
2014-08-09
2
-25/+8
*
support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...
Benjamin Peterson
2014-05-17
3
-11/+61
*
merge 3.3 (#20946)
Benjamin Peterson
2014-03-16
1
-3/+3
|
\
|
*
fix ctypes test alignment assumptions (closes #20946)
Benjamin Peterson
2014-03-16
1
-3/+3
*
|
Issue #20437: Fixed 22 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-12/+6
|
\
\
|
|
/
|
*
Issue #20437: Fixed 21 potential bugs when deleting objects references.
Serhiy Storchaka
2014-02-09
1
-12/+6
*
|
Issue #19936: Restored executable bits for several libffi files.
Serhiy Storchaka
2014-01-23
4
-0/+0
|
\
\
|
|
/
|
*
Issue #19936: Restored executable bits for several libffi files.
Serhiy Storchaka
2014-01-23
4
-0/+0
*
|
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
2
-0/+0
|
\
\
|
|
/
|
*
Issue #19936: Added executable bits or shebang lines to Python scripts which
Serhiy Storchaka
2014-01-16
2
-0/+0
*
|
silence unused-value warnings in libffi's dlmalloc.c
Christian Heimes
2013-12-04
2
-4/+40
*
|
Issue #19437: Fix error handling of PyCArrayType_new(), don't decreases the
Victor Stinner
2013-11-18
1
-1/+2
*
|
Issue #19437: Fix error handling of CDataType_from_buffer()
Victor Stinner
2013-11-18
1
-1/+0
*
|
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
Gregory P. Smith
2013-11-17
1
-7/+7
|
\
\
|
|
/
|
*
Fix compilation error under gcc of the ctypes module bundled libffi for arm.
Gregory P. Smith
2013-11-17
1
-7/+7
*
|
Fix compiler warning on Windows 64 bit: _init_pos_args() result type is
Victor Stinner
2013-11-15
1
-2/+2
*
|
Issue #19437: Fix ctypes, handle PyCData_GetContainer() and GetKeepedObjects()
Victor Stinner
2013-11-13
1
-1/+19
*
|
Issue #19437: Fix GetKeepedObjects() of ctypes, handle PyCData_GetContainer()
Victor Stinner
2013-11-13
1
-1/+5
*
|
Issue #19437: Fix PyCData_GetContainer() of ctypes, handle PyDict_New() failure
Victor Stinner
2013-11-13
1
-0/+2
*
|
Issue #19512, #19515: remove shared identifiers, move identifiers where they
Victor Stinner
2013-11-07
1
-1/+1
[next]