summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/_ctypes_test.c
Commit message (Expand)AuthorAgeFilesLines
* more PY_LONG_LONG to long longBenjamin Peterson2016-09-081-20/+20
* require a long long data type (closes #27961)Benjamin Peterson2016-09-051-3/+0
* Issue #20160: Merged fix from 3.3.Vinay Sajip2016-08-051-0/+18
|\
| * Issue #20160: Handled passing of large structs to callbacks correctly.Vinay Sajip2016-08-051-0/+18
* | fix test where sizeof(long) != sizeof(int)Benjamin Peterson2014-11-061-4/+4
* | Issue #20160: broken ctypes calling convention on MSVC / 64-bit Windows (larg...Steve Dower2014-11-041-0/+43
|/
* Merged revisions 88284 via svnmerge fromAntoine Pitrou2011-01-311-0/+14
* Recorded merge of revisions 81032 via svnmerge fromAntoine Pitrou2010-05-091-226/+226
* Implement PEP 3121: new module initialization and finalization API.Martin v. Löwis2008-06-111-2/+15
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-0/+9
* Merged revisions 61034-61036,61038-61048 via svnmerge fromChristian Heimes2008-02-241-1/+1
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+35
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-13/+0
* Make _ctypes_test.c compile on Windows.Thomas Heller2007-07-111-2/+2
* Merged revisions 53451-53537 via svnmerge fromThomas Wouters2007-02-011-8/+12
* Cruft removal:Neal Norwitz2006-12-281-3/+3
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+10
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-12/+0
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+5
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-5/+5
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-36/+36
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-081-0/+551