summaryrefslogtreecommitdiff
path: root/Lib/ctypes/test/test_structures.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27626: Merge spelling fixes from 3.5Martin Panter2016-07-281-1/+1
|\
| * Issue #27626: Spelling fixes in docs, comments and internal namesMartin Panter2016-07-281-1/+1
* | Backed out changeset af29d89083b3 (closes #25548) (closes #27498)Benjamin Peterson2016-07-131-5/+5
* | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...Serhiy Storchaka2016-06-181-8/+5
|\ \ | |/ |/|
| * Issue #25548: Showing memory address of class objects in replKushal Das2016-06-041-5/+5
| * Remove old Python 2 compatibility from ctypes testMartin Panter2016-05-141-5/+2
* | Issue #27343: Fixed error message for conflicting initializers of ctypes.Stru...Serhiy Storchaka2016-06-181-3/+3
|/
* Issue #22161: Conformed arguments type checks in ctype to actually supportedSerhiy Storchaka2014-08-091-1/+1
* Issue #19493: Refactor ctypes test package.Zachary Ware2014-06-131-13/+10
* fix ctypes test alignment assumptions (closes #20946)Benjamin Peterson2014-03-161-8/+8
* Issue #19591: Use specific asserts in ctype tests.Serhiy Storchaka2013-11-161-7/+6
* #18741: fix more typos. Patch by F?vry Thibault.Ezio Melotti2013-08-171-1/+1
* 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