summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_structures.py
Commit message (Expand)AuthorAgeFilesLines
* #7092: Silence more py3k warnings. Patch by Florent Xicluna.Ezio Melotti2010-02-031-4/+4
* Issue #5042: Structure sub-subclass does now initialize correctly withThomas Heller2009-09-181-0/+19
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-83/+83
* Raise a TypeError instead of a ValueError when too many initializersThomas Heller2008-01-161-4/+4
* Raise a TypeError if conflicting positional and named arguments areThomas Heller2008-01-161-0/+9
* Somewhat-preliminary slice-object and extended slicing support for ctypes.Thomas Wouters2007-08-301-0/+6
* Fix bug #1598620: A ctypes structure cannot contain itself.Thomas Heller2006-11-241-0/+30
* Assigning None to pointer type structure fields possible overwroteThomas Heller2006-07-101-0/+10
* Upgrade to ctypes version 0.9.9.7.Thomas Heller2006-06-101-6/+6
* Convert CFieldObject tp_members to tp_getset, since there is noThomas Heller2006-06-061-4/+4
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-4/+4
* Whitespace normalization.Tim Peters2006-03-091-5/+4
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+376