| Commit message (Expand) | Author | Age | Files | Lines |
* | bpo-16575: Add checks for unions passed by value to functions. (GH-16799) | Vinay Sajip | 2019-10-31 | 1 | -0/+9 |
|
|
* | bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-... | Vinay Sajip | 2019-10-08 | 1 | -25/+158 |
|
|
* | bpo-38321: Fix PyCStructUnionType_update_stgdict() warning (GH-16492) | Victor Stinner | 2019-09-30 | 1 | -1/+1 |
|
|
* | Changed conditions for ctypes array-in-struct handling. (GH-16381) | Vinay Sajip | 2019-09-25 | 1 | -7/+4 |
|
|
* | bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC6... | Vinay Sajip | 2019-09-25 | 1 | -1/+1 |
|
|
* | bpo-22273: Update ctypes to correctly handle arrays in small structur… (GH-... | Vinay Sajip | 2019-09-25 | 1 | -0/+107 |
|
|
* | Fix typos mostly in comments, docs and test names (GH-15209) | Min ho Kim | 2019-08-30 | 1 | -1/+1 |
|
|
* | bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G... | Jeroen Demeyer | 2019-05-31 | 1 | -2/+2 |
|
|
* | bpo-32787: Better error handling in ctypes. (#3727) | Serhiy Storchaka | 2018-12-05 | 1 | -24/+57 |
|
|
* | Fix miscellaneous typos (#4275) | luzpaz | 2017-11-05 | 1 | -2/+2 |
|
|
* | bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ... | Oren Milman | 2017-09-17 | 1 | -1/+9 |
|
|
* | bpo-15695: Implemented StgDict.__sizeof__(). (#509) | Serhiy Storchaka | 2017-03-12 | 1 | -1/+21 |
|
|
* | Use _PyObject_CallNoArg() | Victor Stinner | 2016-12-06 | 1 | -1/+1 |
|
|
* | Added the const qualifier to char* variables that refer to readonly internal | Serhiy Storchaka | 2016-11-20 | 1 | -2/+2 |
|
|
* | Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSize | Serhiy Storchaka | 2016-11-20 | 1 | -1/+1 |
|
|
* | Issue #27570: Avoid zero-length memcpy() calls with null source pointers | Martin Panter | 2016-09-07 | 1 | -3/+5 |
|
|
* | Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integer | Serhiy Storchaka | 2015-02-16 | 1 | -4/+8 |
|
|
* | support pep 3118 format strings for ctypes objects with nontrivial shapes (cl... | Benjamin Peterson | 2014-05-17 | 1 | -1/+6 |
|
|
* | Issue #18408: Fix PyCStructUnionType_update_stgdict(), handle | Victor Stinner | 2013-10-29 | 1 | -1/+3 |
|
|
* | Issue #15989: Fix several occurrences of integer overflow | Serhiy Storchaka | 2013-01-14 | 1 | -1/+1 |
|
|
* | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -1/+7 |
|\ |
|
| * | Issue #12881: ctypes: Fix segfault with large structure field names. | Meador Inge | 2011-10-04 | 1 | -1/+7 |
|
|
* | | ctypes: Slightly better error message when a struct field name is not a string. | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -7/+5 |
|/ |
|
* | Issue #12764: Fix a crash in ctypes when the name of a Structure field is not | Amaury Forgeot d'Arc | 2011-09-02 | 1 | -2/+15 |
|
|
* | Recorded merge of revisions 81029 via svnmerge from | Antoine Pitrou | 2010-05-09 | 1 | -471/+471 |
|
|
* | Merged revisions 71853 via svnmerge from | Thomas Heller | 2009-04-24 | 1 | -24/+24 |
|
|
* | Issue #1717: rename tp_compare to tp_reserved. I'll change the | Mark Dickinson | 2009-02-02 | 1 | -1/+1 |
|
|
* | Merged revisions 66006 via svnmerge from | Neal Norwitz | 2008-08-24 | 1 | -0/+3 |
|
|
* | Rename PyUnicode_AsString -> _PyUnicode_AsString and | Marc-André Lemburg | 2008-08-07 | 1 | -1/+1 |
|
|
* | Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,... | Thomas Heller | 2008-04-30 | 1 | -0/+63 |
|
|
* | Merged revisions 60767,60768 via svnmerge from | Thomas Heller | 2008-02-13 | 1 | -0/+2 |
|
|
* | Merged revisions 59933-59951 via svnmerge from | Christian Heimes | 2008-01-14 | 1 | -1/+1 |
|
|
* | #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT. | Christian Heimes | 2007-12-19 | 1 | -3/+3 |
|
|
* | Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i... | Christian Heimes | 2007-12-02 | 1 | -1/+1 |
|
|
* | Merged revisions 56467-56482 via svnmerge from | Martin v. Löwis | 2007-07-21 | 1 | -5/+4 |
|
|
* | Merged revisions 56301-56442 via svnmerge from | Guido van Rossum | 2007-07-18 | 1 | -2/+0 |
|
|
* | For easier merging, revert ths change; it will be brought back in when | Thomas Heller | 2007-07-13 | 1 | -0/+2 |
|
|
* | Remove all the Python 2.3 compatibility markers (the Python 3 ctypes | Thomas Heller | 2007-07-13 | 1 | -8/+0 |
|
|
* | PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd. | Thomas Heller | 2007-07-11 | 1 | -2/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -6/+12 |
|
|
* | Merged revisions 55325-55327 via svnmerge from | Guido van Rossum | 2007-05-14 | 1 | -1/+11 |
|
|
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -5/+15 |
|
|
* | Merge current trunk into p3yk. This includes the PyNumber_Index API change, | Thomas Wouters | 2006-08-21 | 1 | -1/+1 |
|
|
* | Merged revisions 46753-51188 via svnmerge from | Thomas Wouters | 2006-08-11 | 1 | -22/+132 |
|
|
* | Get rid of most of the flags (in tp_flags) that keep track of various | Guido van Rossum | 2006-07-27 | 1 | -2/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -20/+25 |
|
|
* | Copy ctypes-0.9.9.4 sources from external into the trunk. | Thomas Heller | 2006-03-08 | 1 | -0/+367 |
|
|