summaryrefslogtreecommitdiffstats
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use NULL rather than 0. (#778)Serhiy Storchaka2017-03-231-1/+1
* bpo-15695: Implemented StgDict.__sizeof__(). (#509)Serhiy Storchaka2017-03-121-1/+21
* bpo-28129: fix ctypes crashes (#386)orenmn2017-03-022-9/+34
* Fixed bpo-29565: Corrected ctypes passing of large structs by value on Window...Vinay Sajip2017-02-202-0/+23
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-1/+1
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-234-42/+21
* Issue #28959: Added private macro PyDict_GET_SIZE for retrieving the size of ...Serhiy Storchaka2016-12-161-1/+1
* Use _PyObject_CallMethodIdObjArgs() in _ctypesVictor Stinner2016-12-091-13/+21
* Issue #28915: Use _PyObject_CallNoArg()Victor Stinner2016-12-091-1/+1
* Use _PyObject_CallNoArg()Victor Stinner2016-12-062-2/+2
* Use _PyObject_CallNoArg()Victor Stinner2016-12-062-5/+5
* Issue #25659: Merge ctypes fix from 3.6Martin Panter2016-11-201-3/+9
|\
| * Issue #25659: Merge ctypes fix from 3.5Martin Panter2016-11-201-3/+9
| |\
| | * Issue #25659: Change assert to TypeError in from_buffer/_copy()Martin Panter2016-11-201-3/+9
* | | Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-202-4/+4
* | | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-202-7/+7
|\ \ \ | |/ /
| * | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-202-7/+7
* | | Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-202-4/+5
|\ \ \ | |/ /
| * | Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-202-4/+5
| |\ \ | | |/
| | * Issue #28715: Added error checks for PyUnicode_AsUTF8().Serhiy Storchaka2016-11-202-4/+5
* | | Issue #24381: merge from 3.6Ned Deily2016-10-201-2/+2
|\ \ \ | |/ /
| * | Issue #24381: merge from 3.5Ned Deily2016-10-201-2/+2
| |\ \ | | |/
| | * Issue #24381: Avoid unused function warning when building bundled macOS libffi.Ned Deily2016-10-201-2/+2
| | * Issue #28139: Fix messed up indentationMartin Panter2016-09-171-3/+3
| | * Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Martin Panter2016-09-071-1/+1
* | | Closes #27979: Remove bundled copy of libffiZachary Ware2016-09-17318-140774/+0
|/ /
* | fix a PY_LONG_LONG stragglerBenjamin Peterson2016-09-081-1/+1
* | more PY_LONG_LONG to long longBenjamin Peterson2016-09-084-46/+46
* | Issue #27570: Merge null pointer fixes from 3.5Martin Panter2016-09-072-5/+9
|\ \ | |/
| * Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-072-5/+9
* | more linux -> __linux__Benjamin Peterson2016-09-071-1/+1
* | require C99 boolBenjamin Peterson2016-09-071-11/+3
* | Fix some warnings from MSVCSteve Dower2016-09-071-1/+1
* | require a long long data type (closes #27961)Benjamin Peterson2016-09-064-24/+1
* | merge 3.5Benjamin Peterson2016-09-061-0/+2
|\ \ | |/
| * Backed out changeset 8b6be1341770Benjamin Peterson2016-09-061-0/+2
* | merge 3.5Benjamin Peterson2016-09-051-2/+0
|\ \ | |/
| * remove long double from ctypes value unionBenjamin Peterson2016-09-051-2/+0
* | Issue #27355: Removed support for Windows CE. It was never finished,Larry Hastings2016-09-059-1407/+0
* | Issue #27895: Spelling fixes (Contributed by Ville Skyttä).Raymond Hettinger2016-08-301-1/+1
* | Closes #20160: Merged fix from 3.5.Vinay Sajip2016-08-052-2/+30
|\ \ | |/
| * Issue #20160: Merged fix from 3.4.Vinay Sajip2016-08-052-2/+30
| |\
| | * Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-052-2/+30
| | |\