summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* bpo-36346: Do not use legacy Unicode C API in ctypes. (#21429)Serhiy Storchaka2020-07-103-29/+21
* bpo-41094: Fix decoding errors with audit when open files. (GH-21095)Serhiy Storchaka2020-06-241-5/+2
* bpo-36020: Remove snprintf macro in pyerrors.h (GH-20889)Victor Stinner2020-06-151-1/+1
* bpo-29882: Add _Py_popcount32() function (GH-20518)Victor Stinner2020-06-081-1/+1
* bpo-39593: Add test on ctypes cfield.c s_set() (GH-18424)Hai Shi2020-06-011-1/+3
* bpo-40795: ctypes calls unraisablehook with an exception (GH-20452)Victor Stinner2020-05-272-14/+31
* bpo-13097: ctypes: limit callback to 1024 arguments (GH-19914)Sean Gillespie2020-05-271-0/+15
* bpo-37999: No longer use __int__ in implicit integer conversions. (GH-15636)Serhiy Storchaka2020-05-261-30/+4
* bpo-40302: Add pycore_byteswap.h header file (GH-19552)Victor Stinner2020-04-171-53/+48
* bpo-40268: Remove unused structmember.h includes (GH-19530)Victor Stinner2020-04-152-3/+3
* bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. (...Serhiy Storchaka2020-04-123-4/+4
* bpo-39481: PEP 585 for a variety of modules (GH-19423)Batuhan Taşkaya2020-04-101-1/+7
* Use calloc-based functions, not malloc. (GH-19152)Andy Lester2020-03-251-4/+2
* bpo-1635741: Port _ctypes_test extension to multiphase initialization (PEP 4...Hai Shi2020-03-171-3/+6
* bpo-39877: Remove useless PyEval_InitThreads() calls (GH-18883)Victor Stinner2020-03-092-2/+0
* bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)Dong-hee Na2020-02-172-8/+8
* bpo-39245: Switch to public API for Vectorcall (GH-18460)Petr Viktorin2020-02-111-4/+4
* bpo-39573: Use Py_TYPE() macro in ctypes.h (GH-18411)Dong-hee Na2020-02-081-2/+2
* bpo-39573: Add Py_SET_TYPE() function (GH-18394)Victor Stinner2020-02-072-7/+7
* bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)Victor Stinner2020-02-073-10/+10
* bpo-39393: Misleading error message on dependent DLL resolution failure (GH-1...Zackery Spytz2020-01-281-2/+3
* bpo-16575: Disabled checks for union types being passed by value. (GH-17960)Vinay Sajip2020-01-121-0/+18
* bpo-38532: Add missing decrefs in PyCFuncPtr_FromDll() (GH-16857)Zackery Spytz2020-01-031-0/+2
* bpo-38622: Ensure ctypes.PyObj_FromPtr audit event passes tuples as a single ...Steve Dower2019-11-181-2/+2
* bpo-38622: Add missing audit events for ctypes module (GH-17158)Steve Dower2019-11-182-7/+65
* bpo-16576: Add checks for bitfields passed by value to functions. (GH-17097)Vinay Sajip2019-11-122-3/+60
* bpo-16575: Add checks for unions passed by value to functions. (GH-16799)Vinay Sajip2019-10-314-0/+98
* bpo-11410: Standardize and use symbol visibility attributes across POSIX and ...Vinay Sajip2019-10-151-5/+1
* bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-...Vinay Sajip2019-10-082-25/+179
* bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492)Victor Stinner2019-09-301-1/+1
* Changed conditions for ctypes array-in-struct handling. (GH-16381)Vinay Sajip2019-09-251-7/+4
* bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC6...Vinay Sajip2019-09-251-1/+1
* bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-...Vinay Sajip2019-09-252-0/+146
* closes bpo-38127: _ctypes: PyObject_IsSubclass() should be checked for failur...Zackery Spytz2019-09-121-1/+5
* Fix calling order of PyEval_InitThreads. (GH-4602)Kenta Murata2019-09-101-1/+1
* bpo-37445: Include FORMAT_MESSAGE_IGNORE_INSERTS in FormatMessageW() calls (G...Zackery Spytz2019-09-091-1/+3
* bpo-36946:Fix possible signed integer overflow when handling slices. (GH-15639)HongWeipeng2019-09-081-1/+2
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-302-2/+2
* bpo-37140: Fix StructUnionType_paramfunc() (GH-15612)Victor Stinner2019-08-301-14/+59
* Fix typos in comments, docs and test names (#15018)Min ho Kim2019-07-301-1/+1
* bpo-37547: add _PyObject_CallMethodOneArg (GH-14685)Jeroen Demeyer2019-07-111-1/+1
* bpo-27679: Remove set_bitfields() from _ctypes_test (GH-14648)Hai Shi2019-07-091-24/+0
* bpo-37337: Add _PyObject_CallMethodNoArgs() (GH-14267)Jeroen Demeyer2019-07-081-1/+1
* bpo-37493: use _PyObject_CallNoArg in more places (GH-14575)Jeroen Demeyer2019-07-042-12/+11
* bpo-37483: add _PyObject_CallOneArg() function (#14558)Jeroen Demeyer2019-07-041-4/+4
* bpo-37188: Fix a divide-by-zero in arrays of size-0 objects (#13881)Eric Wieser2019-06-071-1/+1
* bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...Jeroen Demeyer2019-05-315-38/+38
* bpo-36829: Add _PyErr_WriteUnraisableMsg() (GH-13488)Victor Stinner2019-05-271-3/+3
* bpo-36842: Implement PEP 578 (GH-12613)Steve Dower2019-05-232-0/+23
* bpo-36946: Fix possible signed integer overflow when handling slices. (GH-13375)Zackery Spytz2019-05-171-2/+4