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 #24381: Avoid unused function warning when building bundled macOS libffi.
Ned Deily
2016-10-20
1
-2/+2
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-3/+3
*
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Martin Panter
2016-09-07
1
-1/+1
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
2
-5/+9
*
Backed out changeset 8b6be1341770
Benjamin Peterson
2016-09-06
1
-0/+2
*
remove long double from ctypes value union
Benjamin Peterson
2016-09-05
1
-2/+0
*
Issue #20160: Merged fix from 3.4.
Vinay Sajip
2016-08-05
2
-2/+30
|
\
|
*
Issue #20160: Merged fix from 3.3.
Vinay Sajip
2016-08-05
2
-2/+30
|
|
\
|
|
*
Issue #20160: Handled passing of large structs to callbacks correctly.
Vinay Sajip
2016-08-05
2
-2/+30
*
|
|
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
|
ctypes: fix CThunkObject_new()
Victor Stinner
2016-07-27
1
-2/+4
*
|
|
Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...
Serhiy Storchaka
2016-06-18
1
-7/+2
*
|
|
ctypes: the type of b_size is Py_ssize_t.
Serhiy Storchaka
2016-06-17
1
-4/+4
*
|
|
Issue #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka
2016-06-16
3
-22/+31
*
|
|
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
|
|
Remove outdated PEP 291 compatibility requirement comment
Martin Panter
2016-05-14
1
-4/+0
*
|
|
Issue #26778: Fixed "a/an/and" typos in code comment and documentation.
Serhiy Storchaka
2016-04-17
1
-1/+1
*
|
|
Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
Serhiy Storchaka
2016-04-10
1
-7/+7
*
|
|
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-14/+14
*
|
|
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
2
-2/+2
*
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+1
*
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-27/+14
*
|
|
Issue #25845: Drop redundant checks leftover from int to long conversion
Martin Panter
2015-12-12
1
-2/+2
*
|
|
Issue #25498: Merge ctypes crash fix from 3.4 into 3.5
Martin Panter
2015-11-13
1
-18/+38
|
\
\
\
|
|
/
/
|
*
|
Issue #25498: Fix GC crash due to ctypes objects wrapping a memoryview
Martin Panter
2015-11-13
1
-18/+38
*
|
|
Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5
Martin Panter
2015-11-02
3
-3/+3
|
\
\
\
|
|
/
/
|
*
|
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
3
-3/+3
*
|
|
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
|
\
\
\
|
|
/
/
[next]