summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-132-2/+5
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-144-4/+39
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-072-11/+12
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-032-2/+2
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-029-73/+73
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-274-4/+45
* Remove the exceptions builtin module, all the exceptions are already builtin.Neal Norwitz2007-02-261-4/+4
* - PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;Guido van Rossum2007-02-111-1/+1
* Fix a bunch of doctests with the -d option of refactor.py.Guido van Rossum2007-02-091-3/+3
* Fix most trivially-findable print statements.Guido van Rossum2007-02-097-21/+21
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-155-12/+12
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-2/+22
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-103-6/+6
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-136-2/+72
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-3/+3
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-215-19/+232
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-1111-40/+310
* Merge the rest of the trunk.Thomas Wouters2006-06-083-5/+13
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-2723-132/+191
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-2110-40/+209
* Plug some refcount leaks when tests are run repeatedly.Thomas Heller2006-03-132-16/+21
* Remove the slightly broken test_leaks.py.Thomas Heller2006-03-132-91/+4
* Disable the testcase that crashes solaris.Thomas Heller2006-03-091-1/+2
* Whitespace normalization.Tim Peters2006-03-0920-74/+73
* Remove .cvsignore and set svn:ignore for *.pyc *.pyo.Hye-Shik Chang2006-03-081-4/+0
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-0845-0/+4701