summaryrefslogtreecommitdiff
path: root/Modules/_ctypes
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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 #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
* | 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-0715-1476/+36
|\ \ | |/ |/|
| * more linux -> __linux__Benjamin Peterson2016-09-071-1/+1
| * require C99 boolBenjamin Peterson2016-09-071-11/+3
| * Fix some warnings from MSVCSteve Dower2016-09-061-1/+1
| * require a long long data type (closes #27961)Benjamin Peterson2016-09-054-24/+1
| * merge 3.5Benjamin Peterson2016-09-0512-1439/+30
| |\
| | * merge 3.5Benjamin 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 #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
| | |\ \ \
| | * \ \ \ Merge 3.5 (issue #11048)Victor Stinner2016-07-274-31/+29
| | |\ \ \ \
| | | * \ \ \ Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...Serhiy Storchaka2016-06-184-31/+29
| | | |\ \ \ \
| | | | * \ \ \ ctypes: the type of b_size is Py_ssize_t.Serhiy Storchaka2016-06-174-31/+29
| | | | |\ \ \ \
| | | | | * \ \ \ Issue #27330: Fixed possible leaks in the ctypes module.Serhiy Storchaka2016-06-164-31/+29
| | | | | |\ \ \ \
| | | | | | * | | | Issue #27171: Fix typo in exception messageMartin Panter2016-06-021-1/+1
| | | | | | * | | | Issue #27125: Merge typo fixes from 3.5Martin Panter2016-05-304-30/+28
| | | | | | |\ \ \ \
| | | | | | | * \ \ \ Merge ctypes from 3.5Martin Panter2016-05-141-4/+0
| | | | | | | |\ \ \ \
| | | | | | | * | | | | Issue #26932: Fixed support of RTLD_* constants defined as enum values,Serhiy Storchaka2016-05-042-3/+3
| | | | | | | * | | | | Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-174-27/+25
| | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREFSerhiy Storchaka2016-04-101-7/+7
| | | | | | | | |\ \ \ \ \
| | | | | | | | * \ \ \ \ \ Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-064-27/+25
| | | | | | | | |\ \ \ \ \ \
| | | | | | | | | * \ \ \ \ \ Issue #26304: Merge doc wording from 3.5Martin Panter2016-02-104-27/+25
| | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | Issue #25972, #20440: Fix compilation on WindowsZachary Ware2015-12-281-1/+1
| | | | | | | | | | * | | | | | Issue #20440: Cleaning up the code by using Py_SETREF and Py_CLEAR.Serhiy Storchaka2015-12-271-6/+4
| | | | | | | | | | * | | | | | Issue #20440: More use of Py_SETREF.Serhiy Storchaka2015-12-271-2/+1
| | | | | | | | | | |\ \ \ \ \ \
| | | | | | | | | | * | | | | | | Issue #25923: Added more const qualifiers to signatures of static and private...Serhiy Storchaka2015-12-254-5/+5
| | | | | | | | | | * | | | | | | Issue #25923: Added the const qualifier to static constant arrays.Serhiy Storchaka2015-12-252-15/+15
| | | | | | | | | | * | | | | | | Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-1/+1
| | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ Issue #25845: Merge PyLong_Check() cleanup from 3.5Martin Panter2015-12-121-2/+2
| | | | | | | | | | | |\ \ \ \ \ \ \
| | | | | | | | | | | * \ \ \ \ \ \ \ Issue #25498: Merge ctypes crash fix from 3.5Martin Panter2015-11-131-1/+1
| | | | | | | | | | | |\ \ \ \ \ \ \ \
| | | | | | | | | | | | * | | | | | | | Issue #25558: Use compile-time asserts.Serhiy Storchaka2015-11-071-1/+1
* | | | | | | | | | | | | | | | | | | | Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-072-5/+9
|/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Backed out changeset 8b6be1341770Benjamin Peterson2016-09-051-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | remove long double from ctypes value unionBenjamin Peterson2016-09-051-2/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-052-2/+30
* | | | | | | | | | | | | | | | | | Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
| |_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |