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-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
*
bpo-34906: Doc: Fix typos (2) (GH-9735)
Stéphane Wirtel
2018-10-06
1
-1/+1
*
bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)
Vladimir Matveev
2018-09-16
5
-6/+221
*
Remove wording that could be deemed to be perjorative (GH-9287)
Raymond Hettinger
2018-09-14
2
-4/+4
*
bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)
Segev Finer
2018-05-14
1
-8/+8
*
bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...
Oren Milman
2018-05-09
1
-1/+1
*
closes bpo-32460: ensure all non-static globals have initializers (#5061)
Benjamin Peterson
2017-12-31
2
-5/+5
*
Add the const qualifier to "char *" variables that refer to literal strings. ...
Serhiy Storchaka
2017-11-11
1
-1/+1
*
Fix miscellaneous typos (#4275)
luzpaz
2017-11-05
2
-3/+3
*
bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in ...
Oren Milman
2017-09-25
1
-0/+10
*
bpo-31311: Impove error reporting in case the first argument to PyCData_setst...
Oren Milman
2017-09-24
1
-1/+4
*
bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ...
Oren Milman
2017-09-17
1
-1/+9
*
bpo-31370: Remove support for threads-less builds (#3385)
Antoine Pitrou
2017-09-07
3
-31/+3
*
bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)
Pauli Virtanen
2017-08-28
1
-2/+67
*
bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...
Stefan Krah
2017-08-21
1
-1/+1
*
bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...
Oren Milman
2017-08-20
1
-1/+3
*
Spelling fixes (#2902)
Ville Skyttä
2017-08-03
1
-1/+1
*
Fix compiler warnings on Windows introduced in bpo-13617. (#2464)
Serhiy Storchaka
2017-06-28
1
-1/+1
*
[security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)
Serhiy Storchaka
2017-06-28
1
-2/+3
*
bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)
Erik Bray
2017-06-07
2
-2/+39
*
bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)
Serhiy Storchaka
2017-04-19
1
-1/+1
*
Expand the PySlice_GetIndicesEx macro. (#1023)
Serhiy Storchaka
2017-04-08
1
-6/+4
*
suppress compiler warnings in _ctypes_test (#902)
Benjamin Peterson
2017-03-31
1
-3/+3
*
bpo-29878: Add global instances of int for 0 and 1. (#852)
Serhiy Storchaka
2017-03-30
1
-6/+3
*
Use NULL rather than 0. (#778)
Serhiy Storchaka
2017-03-23
1
-1/+1
*
bpo-15695: Implemented StgDict.__sizeof__(). (#509)
Serhiy Storchaka
2017-03-12
1
-1/+21
*
bpo-28129: fix ctypes crashes (#386)
orenmn
2017-03-02
2
-9/+34
[next]