summaryrefslogtreecommitdiff
path: root/Objects/cobject.c
Commit message (Expand)AuthorAgeFilesLines
* CObject use is marked as a Py3k warning, not a deprecation warningJesus Cea2010-11-041-2/+1
* Capsule-related changes:Larry Hastings2010-04-021-0/+20
* #3668: When PyArg_ParseTuple correctly parses a s* format, but raises anAntoine Pitrou2008-08-291-7/+0
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+1
* Remove unnecessary casts in type object initializers.Georg Brandl2006-03-301-20/+21
* Fix SF #1412837, compile failed with Watcom compilerNeal Norwitz2006-01-241-5/+5
* Make CObjects mutable. Fixes #477441.Martin v. Löwis2003-10-191-0/+14
* Add whitespace.Jeremy Hylton2003-07-111-3/+3
* Patch #568124: Add doc string macros.Martin v. Löwis2002-06-131-2/+2
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSI-fication of the source.Fred Drake2000-07-091-109/+95
* Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.Tim Peters2000-07-091-5/+5
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-1/+1
* New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() andGuido van Rossum1997-10-211-1/+52
* Keep gcc -Wall happy.Guido van Rossum1997-02-141-2/+2
* Added PyCObject_Import.Guido van Rossum1997-01-221-18/+39
* Better implementation of PyCObject_AsVoidPtr().Guido van Rossum1996-12-051-7/+18
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Allow compilation by K&R C compiler.Guido van Rossum1996-08-011-8/+8
* opaque C object a la Jim FultonGuido van Rossum1996-01-121-0/+100