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
...
*
|
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
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
|
|
|
Merge ctypes from 3.5
Martin Panter
2016-05-14
1
-4/+0
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Remove outdated PEP 291 compatibility requirement comment
Martin Panter
2016-05-14
1
-4/+0
*
|
|
|
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
Serhiy Storchaka
2016-05-04
2
-3/+3
*
|
|
|
Issue #26778: Fixed "a/an/and" typos in code comment, documentation and error
Serhiy Storchaka
2016-04-17
1
-1/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
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 #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 #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-14/+14
*
|
|
|
Issue #26304: Merge doc wording from 3.5
Martin Panter
2016-02-10
2
-2/+2
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #26304: Change "allows to <verb>" to "allows <verb>ing" or similar
Martin Panter
2016-02-10
2
-2/+2
*
|
|
|
Issue #25972, #20440: Fix compilation on Windows
Zachary Ware
2015-12-29
1
-1/+1
*
|
|
|
Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.
Serhiy Storchaka
2015-12-27
1
-6/+4
*
|
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+1
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: More use of Py_SETREF.
Serhiy Storchaka
2015-12-27
1
-2/+1
*
|
|
|
Issue #25923: Added more const qualifiers to signatures of static and private...
Serhiy Storchaka
2015-12-25
4
-5/+5
*
|
|
|
Issue #25923: Added the const qualifier to static constant arrays.
Serhiy Storchaka
2015-12-25
2
-15/+15
*
|
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-27/+14
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Issue #20440: Massive replacing unsafe attribute setting code with special
Serhiy Storchaka
2015-12-24
1
-27/+14
*
|
|
|
Issue #25845: Merge PyLong_Check() cleanup from 3.5
Martin Panter
2015-12-12
1
-2/+2
|
\
\
\
\
|
|
/
/
/
[prev]
[next]