summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_structures.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #15989: Fix several occurrences of integer overflowSerhiy Storchaka2013-01-191-0/+9
* Issue #12881: ctypes: Fix segfault with large structure field names.Meador Inge2011-10-031-0/+12
* Issue #12764: Fix a crash in ctypes when the name of a Structure field is notAmaury Forgeot d'Arc2011-09-021-0/+8
* Fix ctypes tests to avoid implicit bytes-unicode conversionVictor Stinner2010-07-271-9/+9
* Issue #8966: If a ctypes structure field is an array of c_char, convert itsVictor Stinner2010-06-111-5/+5
* Merged revisions 74917 via svnmerge fromThomas Heller2009-09-181-0/+19
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-82/+82
* Bug #2565: The repr() of type objects now calls them 'class',Martin v. Löwis2008-04-071-2/+2
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-171-2/+11
* Merged revisions 57620-57771 via svnmerge fromThomas Wouters2007-08-301-0/+6
* Simple fixes.Thomas Heller2007-07-121-9/+3
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-5/+5
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-4/+4
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+30
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-6/+16
* Merge the rest of the trunk.Thomas Wouters2006-06-081-4/+4
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-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