summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/stgdict.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-39573: Clean up modules and headers to use Py_IS_TYPE() function (GH-18521)Dong-hee Na2020-02-171-3/+3
* bpo-39573: Use Py_TYPE() macro in Modules directory (GH-18393)Victor Stinner2020-02-071-1/+1
* bpo-16575: Add checks for unions passed by value to functions. (GH-16799)Vinay Sajip2019-10-311-0/+9
* bpo-38368: Added fix for ctypes crash when handling arrays in structs… (GH-...Vinay Sajip2019-10-081-25/+158
* 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-251-0/+107
* Fix typos mostly in comments, docs and test names (GH-15209)Min ho Kim2019-08-301-1/+1
* bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...Jeroen Demeyer2019-05-301-2/+2
* bpo-32787: Better error handling in ctypes. (#3727)Serhiy Storchaka2018-12-051-24/+57
* Fix miscellaneous typos (#4275)luzpaz2017-11-051-2/+2
* bpo-31490: Fix an assertion failure in ctypes in case an _anonymous_ attr is ...Oren Milman2017-09-171-1/+9
* bpo-15695: Implemented StgDict.__sizeof__(). (#509)Serhiy Storchaka2017-03-121-1/+21
* Use _PyObject_CallNoArg()Victor Stinner2016-12-061-1/+1
* Added the const qualifier to char* variables that refer to readonly internalSerhiy Storchaka2016-11-201-2/+2
* Replaced outdated macros _PyUnicode_AsString and _PyUnicode_AsStringAndSizeSerhiy Storchaka2016-11-201-1/+1
* Issue #27570: Avoid zero-length memcpy() calls with null source pointersMartin Panter2016-09-071-3/+5
* Issue #23446: Use PyMem_New instead of PyMem_Malloc to avoid possible integerSerhiy Storchaka2015-02-161-4/+8
* support pep 3118 format strings for ctypes objects with nontrivial shapes (cl...Benjamin Peterson2014-05-171-1/+6
* Issue #18408: Fix PyCStructUnionType_update_stgdict(), handleVictor Stinner2013-10-291-1/+3
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-151-1/+1
* Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-031-1/+7
|\
| * Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-031-1/+7
* | ctypes: Slightly better error message when a struct field name is not a string.Amaury Forgeot d'Arc2011-09-021-7/+5
|/
* Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-2/+15
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-471/+471
* Merged revisions 71853 via svnmerge fromThomas Heller2009-04-241-24/+24
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Merged revisions 66006 via svnmerge fromNeal Norwitz2008-08-241-0/+3
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Merged revisions 60056-60071,60073-60127,60129-60261,60263-60284,60286-62589,...Thomas Heller2008-04-301-0/+63
* Merged revisions 60767,60768 via svnmerge fromThomas Heller2008-02-131-0/+2
* Merged revisions 59933-59951 via svnmerge fromChristian Heimes2008-01-141-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-3/+3
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-5/+4
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-2/+0
* For easier merging, revert ths change; it will be brought back in whenThomas Heller2007-07-131-0/+2
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-8/+0
* PyType_stgdict() returns a borrowed reference which must not be Py_DECREF'd.Thomas Heller2007-07-111-2/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-6/+12
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-1/+11
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-5/+15
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-22/+132
* Get rid of most of the flags (in tp_flags) that keep track of variousGuido van Rossum2006-07-271-2/+0
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-20/+25
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-081-0/+367