summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-1/+1
* Fix various spots where int/long and str/unicode unificationWalter Dörwald2007-05-031-5/+5
* Rip out all the u"..." literals and calls to unicode().Guido van Rossum2007-05-021-2/+2
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+5
* Rip out 'long' and 'L'-suffixed integer literals.Guido van Rossum2007-01-151-3/+3
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-1/+29
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+2
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-1/+6
* Fix some more has_key() uses. This could really use a tool to automate...Guido van Rossum2006-08-191-1/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-50/+37
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-7/+29
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-13/+18
* Remove the magic to run an uninstalled ctypes version from a CVS sandbox.Thomas Heller2006-03-091-7/+0
* Whitespace normalization.Tim Peters2006-03-091-8/+8
* Copy ctypes-0.9.9.4 Python modules from external into the trunk.Thomas Heller2006-03-081-0/+489