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-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single ...
Steve Dower
2019-11-18
1
-2/+2
*
bpo-38622: Add missing audit events for ctypes module (GH-17158)
Steve Dower
2019-11-18
2
-7/+65
*
bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)
Vinay Sajip
2019-11-12
2
-3/+60
*
bpo-16575: Add checks for unions passed by value to functions. (GH-16799)
Vinay Sajip
2019-10-31
4
-0/+98
*
bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...
Vinay Sajip
2019-10-15
1
-5/+1
*
bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-...
Vinay Sajip
2019-10-08
2
-25/+179
*
bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492)
Victor Stinner
2019-09-30
1
-1/+1
*
Changed conditions for ctypes array-in-struct handling. (GH-16381)
Vinay Sajip
2019-09-25
1
-7/+4
*
bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC6...
Vinay Sajip
2019-09-25
1
-1/+1
*
bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...
Vinay Sajip
2019-09-25
2
-0/+146
*
closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...
Zackery Spytz
2019-09-12
1
-1/+5
*
Fix calling order of PyEval_InitThreads. (GH-4602)
Kenta Murata
2019-09-10
1
-1/+1
*
bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...
Zackery Spytz
2019-09-09
1
-1/+3
*
bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)
HongWeipeng
2019-09-08
1
-1/+2
*
Fix typos mostly in comments, docs and test names (GH-15209)
Min ho Kim
2019-08-30
2
-2/+2
*
bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)
Victor Stinner
2019-08-30
1
-14/+59
*
Fix typos in comments, docs and test names (#15018)
Min ho Kim
2019-07-30
1
-1/+1
*
bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)
Jeroen Demeyer
2019-07-11
1
-1/+1
*
bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)
Hai Shi
2019-07-09
1
-24/+0
*
bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)
Jeroen Demeyer
2019-07-08
1
-1/+1
*
bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)
Jeroen Demeyer
2019-07-04
2
-12/+11
*
bpo-37483: add _PyObject_CallOneArg() function (#14558)
Jeroen Demeyer
2019-07-04
1
-4/+4
*
bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)
Eric Wieser
2019-06-07
1
-1/+1
*
bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...
Jeroen Demeyer
2019-05-31
5
-38/+38
*
bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)
Victor Stinner
2019-05-27
1
-3/+3
*
bpo-36842: Implement PEP 578 (GH-12613)
Steve Dower
2019-05-23
2
-0/+23
*
bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)
Zackery Spytz
2019-05-17
1
-2/+4
*
bpo-36594: Fix incorrect use of %p in format strings (GH-12769)
Zackery Spytz
2019-05-06
2
-6/+6
*
ctypes: remove use of legacy unicode API (GH-12340)
Inada Naoki
2019-04-19
2
-15/+19
*
bpo-36071 Add support for Windows ARM32 in ctypes/libffi (GH-12059)
Paul Monson
2019-04-18
3
-4/+14
*
bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...
Zackery Spytz
2019-04-02
1
-1/+1
*
bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...
Zackery Spytz
2019-03-31
1
-4/+5
*
bpo-35947: Fix a compiler warning in _ctypes.c's StructUnionType_paramfunc()....
Zackery Spytz
2019-03-31
1
-1/+1
*
bpo-36085: Enable better DLL resolution on Windows (GH-12302)
Steve Dower
2019-03-29
1
-9/+25
*
bpo-35947: Update Windows to the current version of libffi (GH-11797)
Paul Monson
2019-03-29
14
-2291/+39
*
bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...
Zackery Spytz
2019-03-25
1
-0/+1
*
bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264)
Serhiy Storchaka
2019-03-13
3
-9/+9
*
bpo-33895: Relase GIL while calling functions that acquire Windows loader loc...
Tony Roberts
2019-02-02
2
-3/+21
*
bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)
Andreas Schwab
2019-01-29
1
-1/+1
*
bpo-27643 - skip test_ctypes test case with XLC compiler. (GH-5164)
Michael Felt
2018-12-26
1
-4/+14
*
bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)
Zackery Spytz
2018-12-20
1
-5/+8
*
bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...
Zackery Spytz
2018-12-17
1
-0/+4
*
bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...
Zackery Spytz
2018-12-07
2
-3/+10
*
bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...
Serhiy Storchaka
2018-12-06
1
-4/+22
*
bpo-32787: Better error handling in ctypes. (#3727)
Serhiy Storchaka
2018-12-05
5
-112/+247
*
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...
Zackery Spytz
2018-12-03
1
-1/+1
*
bpo-33029: Fix signatures of getter and setter functions. (GH-10746)
Serhiy Storchaka
2018-11-27
1
-17/+17
*
bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)
Gregory P. Smith
2018-11-13
1
-2/+2
*
bpo-35214: Initial clang MemorySanitizer support (GH-10479)
Gregory P. Smith
2018-11-12
1
-0/+11
*
bpo-29843: raise AttributeError if given negative _length_ (GH-10029)
Tal Einat
2018-10-22
1
-5/+20
[next]