summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #8966: ctypes: Remove implicit bytes-unicode conversionVictor Stinner2010-07-281-32/+22
* Issue #850997: mbcs encoding (Windows only) handles errors argument: strictVictor Stinner2010-06-161-1/+1
* Merged revisions 78544 via svnmerge fromGregory P. Smith2010-03-011-0/+3
* Merged revisions 65681-65682,65684 via svnmerge fromThomas Heller2008-08-191-2/+2
* Merged revisions 63977 via svnmerge fromThomas Heller2008-06-061-23/+49
* Merged revisions 62338 via svnmerge fromThomas Heller2008-04-141-25/+1
* Merged revisions 61239-61249,61252-61257,61260-61264,61269-61275,61278-61279,...Christian Heimes2008-03-161-1/+1
* Merged revisions 60001,60003-60004,60008 via svnmerge fromThomas Heller2008-01-171-1/+1
* Removed PyInt_GetMax and sys.maxintChristian Heimes2007-12-041-2/+2
* Merged revisions 58221-58741 via svnmerge fromGuido van Rossum2007-11-011-10/+3
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-2/+2
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+5
* Add a workaround for a strange bug on win64, when _ctypes is compiledThomas Heller2007-08-311-0/+6
* Raise statement normalization in Lib/ctypes/.Collin Winter2007-08-301-8/+6
* Merge the trunk changes in. Breaks socket.ssl for now.Thomas Wouters2007-08-281-1/+1
* Merged revisions 56301-56442 via svnmerge fromGuido van Rossum2007-07-181-0/+8
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-3/+0
* Accept bytes for c_wchar_p instances and c_wchar array instances.Thomas Heller2007-07-121-1/+1
* 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