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
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-11
1
-1/+3
*
[2.7] bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13906)
Eric Wieser
2019-06-08
1
-1/+1
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-03
1
-1/+1
*
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...
Zackery Spytz
2019-03-31
1
-4/+6
*
[2.7] bpo-36421: Fix ref counting bugs in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-03-25
1
-3/+10
*
bpo-36147: Fix a memory leak in ctypes s_get() (GH-12102)
stratakis
2019-03-06
1
-17/+9
*
[2.7] bpo-13096: Fix memory leak in ctypes POINTER handling of large values (...
stratakis
2019-03-04
1
-0/+1
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-20
1
-0/+4
*
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Miss Islington (bot)
2018-12-20
1
-5/+8
*
bpo-10320: Use PY_FORMAT_LONG_LONG in ctypes' PyCArg_repr(). (GH-11230)
Zackery Spytz
2018-12-19
1
-5/+1
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Miss Islington (bot)
2018-12-18
1
-1/+1
*
[2.7] bpo-16865: Support arrays >=2GB in ctypes. (GH-3006). (GH-7441)
Serhiy Storchaka
2018-12-04
1
-6/+18
*
[2.7] bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH...
Vladimir Matveev
2018-09-19
5
-6/+221
*
Fix compilation warnings on Windows (GH-8627)
Victor Stinner
2018-08-02
1
-1/+1
*
bpo-29565: Fix compilation for C89 (GH-8626)
Victor Stinner
2018-08-02
1
-8/+12
*
bpo-29565: Corrected ctypes passing of large structs by value on Windows AMD6...
Victor Stinner
2018-08-02
2
-0/+23
*
[2.7] bpo-34234: Use _PyAnyInt_Check() and _PyAnyInt_CheckExact(). (GH-8479)
Serhiy Storchaka
2018-07-31
2
-10/+9
*
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Oren Milman
2017-10-12
1
-3/+3
*
bpo-28129: fix ctypes crashes (#386) (#3800)
Victor Stinner
2017-09-28
2
-9/+34
*
[2.7] bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ at...
Miss Islington (bot)
2017-09-27
1
-1/+9
*
[2.7] bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(...
Serhiy Storchaka
2017-09-27
1
-0/+10
*
consistently use Py_TYPE, Py_REFCNT, and correct initializer macros (#3563)
Benjamin Peterson
2017-09-14
1
-1/+1
*
[2.7] bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (GH...
Pauli Virtanen
2017-09-02
1
-2/+73
*
bpo-30074: Fix compile warnings of _PySlice_Unpack and convert missed (#1154)
Serhiy Storchaka
2017-04-15
1
-4/+3
*
bpo-27867: Expand the PySlice_GetIndicesEx macro. (#1023) (#1046)
Serhiy Storchaka
2017-04-08
1
-3/+2
*
Issue #29082: Fixed loading libraries in ctypes by unicode names on Windows.
Serhiy Storchaka
2017-01-12
1
-1/+1
*
Issue #25659: Change assert to TypeError in from_buffer/_copy()
Martin Panter
2016-11-20
1
-4/+10
*
Issue #24381: Avoid unused function warning when building bundled macOS libffi.
Ned Deily
2016-10-20
1
-2/+2
*
Issue #27963: Fixed possible null pointer dereference in ctypes.set_conversio...
Serhiy Storchaka
2016-09-27
1
-9/+28
*
Issue #28139: Fix messed up indentation
Martin Panter
2016-09-17
1
-20/+20
*
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: 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
*
Issue #23943: Fix typos. Patch by Piotr Kasprzyk.
Martin Panter
2016-07-28
3
-3/+3
*
ctypes: fix CThunkObject_new()
Victor Stinner
2016-07-27
1
-2/+4
*
Issue #25523: Correct "a" article to "an" article
Martin Panter
2015-11-02
3
-3/+3
*
Issue #22463: Cure unused function warnings on AIX
Martin Panter
2016-06-22
2
-2/+6
*
Issue #22463: Backport compiler warning fixes and workarounds
Martin Panter
2016-06-21
1
-2/+1
*
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
-11/+35
*
Issue #27125: Remove duplicated words from documentation and comments
Martin Panter
2016-05-30
1
-1/+1
*
Remove PEP 291 compatibility requirements for ctypes and modulefinder
Martin Panter
2016-05-14
9
-23/+12
*
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
-5/+5
*
Issue #22570: Renamed Py_SETREF to Py_XSETREF.
Serhiy Storchaka
2016-04-06
1
-12/+12
*
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
[next]