summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/stgdict.c
Commit message (Expand)AuthorAgeFilesLines
* 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-191-7/+5
|\
| * Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-031-7/+5
| |\
| | * ctypes: Slightly better error message when a struct field name is not a string.Amaury Forgeot d'Arc2011-09-021-7/+5
* | | Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-1/+1
|/ /
* | Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-031-1/+7
|/
* 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 81032 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