summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* [3.7] closes bpo-42938: Replace snprintf with Python unicode formatting in ct...Benjamin Peterson2021-01-181-34/+21
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Miss Islington (bot)2020-05-271-0/+15
* [3.7] bpo-16575: Disabled checks for union types being passed by value. (GH-1...Vinay Sajip2020-01-121-0/+19
* [3.7] bpo-16576: Add checks for bitfields passed by value to functions. (GH-1...Miss Islington (bot)2019-11-212-7/+64
* bpo-16575: Fix refleak on passing unions in ctypes (GH-17064)Ammar Askar2019-11-061-0/+1
* [3.7] bpo-16575: Add checks for unions passed by value to functions. (GH-1679...Vinay Sajip2019-10-314-0/+97
* bpo-38368: Added fix for ctypes crash when handling arrays in structs/unions....Vinay Sajip2019-10-092-25/+179
* [3.7] bpo-22273: Changed conditions for ctypes array-in-struct handling. (GH-...Vinay Sajip2019-09-251-7/+4
* bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...Miss Islington (bot)2019-09-252-0/+146
* closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...Miss Islington (bot)2019-09-121-1/+5
* Fix calling order of PyEval_InitThreads. (GH-5833)Miss Islington (bot)2019-09-101-1/+1
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Miss Islington (bot)2019-09-091-1/+3
* bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)Miss Islington (bot)2019-09-081-1/+2
* bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (GH-13881) (#13882)Miss Islington (bot)2019-06-071-1/+1
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Miss Islington (bot)2019-05-171-2/+4
* bpo-36504: Fix signed integer overflow in _ctypes.c's PyCArrayType_new(). (GH...Miss Islington (bot)2019-04-031-1/+1
* bpo-36150: Fix possible assertion failures due to _ctypes.c's PyCData_reduce(...Miss Islington (bot)2019-03-311-4/+5
* bpo-36421: Fix a possible double decref in _ctypes.c's PyCArrayType_new(). (G...Miss Islington (bot)2019-03-251-0/+1
* [3.7] bpo-36254: Fix invalid uses of %d in format strings in C. (GH-12264). (...Serhiy Storchaka2019-03-143-9/+9
* bpo-35847: RISC-V needs CTYPES_PASS_BY_REF_HACK (GH-11694)Miss Islington (bot)2019-01-291-1/+1
* bpo-35529: Fix a reference counting bug in PyCFuncPtr_FromDll(). (GH-11229)Miss Islington (bot)2018-12-201-5/+8
* bpo-35504: Fix segfaults and SystemErrors when deleting certain attrs. (GH-11...Miss Islington (bot)2018-12-171-0/+4
* bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-...Zackery Spytz2018-12-072-3/+10
* bpo-35384: The repr of ctypes.CArgObject no longer fails for non-ascii charac...Miss Islington (bot)2018-12-061-4/+22
* bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_re...Miss Islington (bot)2018-12-031-1/+1
* bpo-33029: Fix signatures of getter and setter functions. (GH-10746)Miss Islington (bot)2018-11-271-17/+17
* bpo-35214: Add _Py_ prefix to MEMORY_SANITIZER def. (GH-10503)Miss Islington (bot)2018-11-131-2/+2
* [3.7] bpo-35214: Initial clang MemorySanitizer support (GH-10479) (GH-10492)Gregory P. Smith2018-11-121-0/+11
* [3.7] bpo-34906: Doc: Fix typos (2) (GH-9735)Stéphane Wirtel2018-10-101-1/+1
* bpo-34603, ctypes/libffi_msvc: Fix returning structs from functions (GH-9258)Miss Islington (bot)2018-09-165-6/+221
* bpo-21983: Fix a crash in ctypes.cast() when passed a ctypes structured data ...Miss Islington (bot)2018-05-261-1/+1
* bpo-16865: Support arrays >=2GB in ctypes. (GH-3006)Miss Islington (bot)2018-05-151-8/+8
* closes bpo-32460: ensure all non-static globals have initializers (#5061)Benjamin Peterson2017-12-312-5/+5
* Add the const qualifier to "char *" variables that refer to literal strings. ...Serhiy Storchaka2017-11-111-1/+1
* Fix miscellaneous typos (#4275)luzpaz2017-11-052-3/+3
* bpo-31311: Fix a SystemError and a crash in ctypes._CData.__setstate__(), in ...Oren Milman2017-09-251-0/+10
* bpo-31311: Impove error reporting in case the first argument to PyCData_setst...Oren Milman2017-09-241-1/+4
* bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ...Oren Milman2017-09-171-1/+9
* bpo-31370: Remove support for threads-less builds (#3385)Antoine Pitrou2017-09-073-31/+3
* bpo-10746: Fix ctypes PEP 3118 type codes for c_long, c_bool, c_int (#31)Pauli Virtanen2017-08-281-2/+67
* bpo-30923: Silence fall-through warnings included in -Wextra since gcc-7.0. (...Stefan Krah2017-08-211-1/+1
* bpo-28261: Fixed err msgs where PyArg_ParseTuple is used to parse normal tupl...Oren Milman2017-08-201-1/+3
* Spelling fixes (#2902)Ville Skyttä2017-08-031-1/+1
* Fix compiler warnings on Windows introduced in bpo-13617. (#2464)Serhiy Storchaka2017-06-281-1/+1
* [security] bpo-13617: Reject embedded null characters in wchar* strings. (#2302)Serhiy Storchaka2017-06-281-2/+3
* bpo-30353: Fix pass by value for structs on 64-bit Cygwin/MinGW (GH-1559)Erik Bray2017-06-072-2/+39
* bpo-30061: Check if PyObject_Size()/PySequence_Size()/PyMapping_Size() (#1096)Serhiy Storchaka2017-04-191-1/+1
* Expand the PySlice_GetIndicesEx macro. (#1023)Serhiy Storchaka2017-04-081-6/+4
* suppress compiler warnings in _ctypes_test (#902)Benjamin Peterson2017-03-311-3/+3
* bpo-29878: Add global instances of int for 0 and 1. (#852)Serhiy Storchaka2017-03-301-6/+3