summaryrefslogtreecommitdiff
path: root/Modules/_ctypes/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 59843-59863 via svnmerge fromChristian Heimes2008-01-091-1/+1
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-2/+2
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-10/+10
* Replace PyObject_Unicode with PyObject_Str everywhere, and remove theThomas Heller2007-11-151-1/+1
* Merging the py3k-pep3137 branch back into the py3k branch.Guido van Rossum2007-11-061-2/+2
* Patch #1318 by Amaury Forgeot d'Arc.Guido van Rossum2007-10-241-26/+10
* Merged revisions 57778-58052 via svnmerge fromThomas Wouters2007-09-081-0/+1
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-4/+3
* Do not accept str8 type in function calls any longer.Thomas Heller2007-07-131-9/+0
* Remove all the Python 2.3 compatibility markers (the Python 3 ctypesThomas Heller2007-07-131-13/+0
* Accept bytes as parameter to foreign functions without prototype.Thomas Heller2007-07-121-0/+9
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-19/+33
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-1/+1
* Merged revisions 55325-55327 via svnmerge fromGuido van Rossum2007-05-141-14/+16
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+3
* Merged the int/long unification branch, by very crude means (sorry Thomas!).Guido van Rossum2007-01-141-6/+0
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-11/+28
* Merge current trunk into p3yk. This includes the PyNumber_Index API change,Thomas Wouters2006-08-211-18/+32
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-11/+98
* Merge the rest of the trunk.Thomas Wouters2006-06-081-1/+8
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-75/+25
* Integrate patch from Neal Norwitz. He writes:Thomas Heller2006-03-141-1/+2
* Copy ctypes-0.9.9.4 sources from external into the trunk.Thomas Heller2006-03-081-0/+1522