summaryrefslogtreecommitdiff
path: root/Include/cobject.h
Commit message (Expand)AuthorAgeFilesLines
* Capsule-related changes:Larry Hastings2010-04-021-2/+26
* Backported PyCapsule from 3.1, and converted most uses ofLarry Hastings2010-03-251-0/+2
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-0/+9
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-1/+1
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-1/+1
* Make CObjects mutable. Fixes #477441.Martin v. Löwis2003-10-191-0/+3
* Excise DL_EXPORT from Include.Mark Hammond2002-08-121-12/+8
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-2/+2
* ANSI-fication and Py_PROTO extermination.Fred Drake2000-07-091-12/+12
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Add DL_IMPORT(returntype) for all officially exported functions.Guido van Rossum1998-12-041-5/+5
* New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() andGuido van Rossum1997-10-211-1/+14
* Added PyCObject_Import.Guido van Rossum1997-01-221-0/+4
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* opaque C object a la Jim FultonGuido van Rossum1996-01-121-0/+61