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 #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...
Serhiy Storchaka
2016-12-16
1
-1/+1
*
Use _PyObject_CallMethodIdObjArgs() in _ctypes
Victor Stinner
2016-12-09
1
-13/+21
*
Issue #28915: Use _PyObject_CallNoArg()
Victor Stinner
2016-12-09
1
-1/+1
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
2
-2/+2
*
Use _PyObject_CallNoArg()
Victor Stinner
2016-12-06
2
-5/+5
*
Issue #25659: Merge ctypes fix from 3.6
Martin Panter
2016-11-20
1
-3/+9
|
\
|
*
Issue #25659: Merge ctypes fix from 3.5
Martin Panter
2016-11-20
1
-3/+9
|
|
\
|
|
*
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Martin Panter
2016-11-20
1
-3/+9
*
|
|
Added the const qualifier to char* variables that refer to readonly internal
Serhiy Storchaka
2016-11-20
2
-4/+4
*
|
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
2
-7/+7
|
\
\
\
|
|
/
/
|
*
|
Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize
Serhiy Storchaka
2016-11-20
2
-7/+7
*
|
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka
2016-11-20
2
-4/+5
|
\
\
\
|
|
/
/
|
*
|
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka
2016-11-20
2
-4/+5
|
|
\
\
|
|
|
/
|
|
*
Issue #28715: Added error checks for PyUnicode_AsUTF8().
Serhiy Storchaka
2016-11-20
2
-4/+5
*
|
|
Issue #24381: merge from 3.6
Ned Deily
2016-10-20
1
-2/+2
|
\
\
\
|
|
/
/
|
*
|
Issue #24381: merge from 3.5
Ned Deily
2016-10-20
1
-2/+2
|
|
\
\
|
|
|
/
|
|
*
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
*
|
|
Closes #27979: Remove bundled copy of libffi
Zachary Ware
2016-09-17
318
-140774/+0
|
/
/
*
|
fix a PY_LONG_LONG straggler
Benjamin Peterson
2016-09-08
1
-1/+1
*
|
more PY_LONG_LONG to long long
Benjamin Peterson
2016-09-08
4
-46/+46
*
|
Issue #27570: Merge null pointer fixes from 3.5
Martin Panter
2016-09-07
2
-5/+9
|
\
\
|
|
/
|
*
Issue #27570: Avoid zero-length memcpy() calls with null source pointers
Martin Panter
2016-09-07
2
-5/+9
*
|
more linux -> __linux__
Benjamin Peterson
2016-09-07
1
-1/+1
*
|
require C99 bool
Benjamin Peterson
2016-09-07
1
-11/+3
*
|
Fix some warnings from MSVC
Steve Dower
2016-09-07
1
-1/+1
*
|
require a long long data type (closes #27961)
Benjamin Peterson
2016-09-06
4
-24/+1
*
|
merge 3.5
Benjamin Peterson
2016-09-06
1
-0/+2
|
\
\
|
|
/
|
*
Backed out changeset 8b6be1341770
Benjamin Peterson
2016-09-06
1
-0/+2
*
|
merge 3.5
Benjamin Peterson
2016-09-05
1
-2/+0
|
\
\
|
|
/
|
*
remove long double from ctypes value union
Benjamin Peterson
2016-09-05
1
-2/+0
*
|
Issue #27355: Removed support for Windows CE. It was never finished,
Larry Hastings
2016-09-05
9
-1407/+0
*
|
Issue #27895: Spelling fixes (Contributed by Ville Skyttä).
Raymond Hettinger
2016-08-30
1
-1/+1
*
|
Closes #20160: Merged fix from 3.5.
Vinay Sajip
2016-08-05
2
-2/+30
|
\
\
|
|
/
|
*
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: Merge spelling fixes from 3.5
Martin Panter
2016-07-28
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27626: Spelling fixes in docs, comments and internal names
Martin Panter
2016-07-28
1
-1/+1
*
|
|
|
Merge 3.5 (issue #11048)
Victor Stinner
2016-07-27
1
-2/+4
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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 #27330: Fixed possible leaks in the ctypes module.
Serhiy Storchaka
2016-06-16
3
-22/+31
*
|
|
|
Issue #27171: Fix typo in exception message
Martin Panter
2016-06-02
1
-1/+1
*
|
|
|
Issue #27125: Merge typo fixes from 3.5
Martin Panter
2016-05-30
1
-1/+1
|
\
\
\
\
|
|
/
/
/
[next]