History log of /external/python/cpython2/Objects/cobject.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
33c722b795d9ad791ac225c3ecb0178f5aac6df7 04-Nov-2010 Jesus Cea <jcea@jcea.es> CObject use is marked as a Py3k warning, not a deprecation warning
/external/python/cpython2/Objects/cobject.c
5ac006dfd3aacd50d43b8837ca71dff4288ce3df 02-Apr-2010 Larry Hastings <larry@hastings.org> Capsule-related changes:
* PyCObject_AsVoidPtr() can now open capsules. This addresses
most of the remaining backwards-compatibility concerns about
the conversion of Python 2.7 from CObjects to capsules.
* CObjects were marked Pending Deprecation.
* Documentation about this pending deprecation was added to
cobject.h.
* The capsule source files were added to the legacy PC build
processes.
/external/python/cpython2/Objects/cobject.c
d4ae97bc38780aab5f348b73fee67eaab7546441 29-Aug-2008 Antoine Pitrou <solipsis@pitrou.net> #3668: When PyArg_ParseTuple correctly parses a s* format, but raises an
exception afterwards (for a subsequent parameter), the user code will
not call PyBuffer_Release() and memory will leak.

Reviewed by Amaury Forgeot d'Arc.
/external/python/cpython2/Objects/cobject.c
6819210b9e4e5719a6f7f9c1725f8fa70a8936f6 21-Jul-2007 Martin v. Löwis <martin@v.loewis.de> PEP 3123: Provide forward compatibility with Python 3.0, while keeping
backwards compatibility. Add Py_Refcnt, Py_Type, Py_Size, and
PyVarObject_HEAD_INIT.
/external/python/cpython2/Objects/cobject.c
347b30042b68e80b245a03b23cb616024ecb1f1e 30-Mar-2006 Georg Brandl <georg@python.org> Remove unnecessary casts in type object initializers.
/external/python/cpython2/Objects/cobject.c
bab05c96049ddcfabfdf314d60835cc4e245d400 24-Jan-2006 Neal Norwitz <nnorwitz@gmail.com> Fix SF #1412837, compile failed with Watcom compiler
/external/python/cpython2/Objects/cobject.c
01a74b2fa1b7eef7e4c4f575e353662eeb6e3b49 19-Oct-2003 Martin v. Löwis <martin@v.loewis.de> Make CObjects mutable. Fixes #477441.
/external/python/cpython2/Objects/cobject.c
6d3e0186d64bc4f3520c2759b20752b6d224f45e 11-Jul-2003 Jeremy Hylton <jeremy@alum.mit.edu> Add whitespace.
/external/python/cpython2/Objects/cobject.c
14f8b4cfcb98de74b9c6e9316539be9e2a5cd31f 13-Jun-2002 Martin v. Löwis <martin@v.loewis.de> Patch #568124: Add doc string macros.
/external/python/cpython2/Objects/cobject.c
8586991099e4ace18ee94163a96b8ea1bed77ebe 02-Sep-2000 Guido van Rossum <guido@python.org> REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
/external/python/cpython2/Objects/cobject.c
3be9a8a5edb3ceaf0aabf96343719c93a11a76d9 09-Jul-2000 Fred Drake <fdrake@acm.org> ANSI-fication of the source.
Make the indentation and brace placement internally consistent.
/external/python/cpython2/Objects/cobject.c
dbd9ba6a6c19c3d06f5684b3384a934f740038db 09-Jul-2000 Tim Peters <tim.peters@gmail.com> Nuke all remaining occurrences of Py_PROTO and Py_FPROTO.
/external/python/cpython2/Objects/cobject.c
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython2/Objects/cobject.c
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython2/Objects/cobject.c
b18618dab7b6b85bb05b084693706e59211fa180 04-May-2000 Guido van Rossum <guido@python.org> Vladimir Marangozov's long-awaited malloc restructuring.
For more comments, read the patches@python.org archives.
For documentation read the comments in mymalloc.h and objimpl.h.

(This is not exactly what Vladimir posted to the patches list; I've
made a few changes, and Vladimir sent me a fix in private email for a
problem that only occurs in debug mode. I'm also holding back on his
change to main.c, which seems unnecessary to me.)
/external/python/cpython2/Objects/cobject.c
1f84449fd80ded6abf23d47147219e68dd65fc2f 21-Oct-1997 Guido van Rossum <guido@python.org> New CObject from Jim Fulton, adds PyCObject_FromVoidPtrAndDesc() and
PyCObject_GetDesc().
/external/python/cpython2/Objects/cobject.c
0f4bbd2f34dab045a8c3eed6413aea770f545d8c 14-Feb-1997 Guido van Rossum <guido@python.org> Keep gcc -Wall happy.
/external/python/cpython2/Objects/cobject.c
e0e696282feea175d82920e0cf13e90bd7a9252e 22-Jan-1997 Guido van Rossum <guido@python.org> Added PyCObject_Import.
/external/python/cpython2/Objects/cobject.c
04f95d5238a5e17b8dbba29ee88b99b7cd58bdbf 05-Dec-1996 Guido van Rossum <guido@python.org> Better implementation of PyCObject_AsVoidPtr().
/external/python/cpython2/Objects/cobject.c
d266eb460e20ded087d01a29da0a230e235afc40 25-Oct-1996 Guido van Rossum <guido@python.org> New permission notice, includes CNRI.
/external/python/cpython2/Objects/cobject.c
cee555bda2c32d998ac0e69e3e8129822cb9c058 01-Aug-1996 Guido van Rossum <guido@python.org> Allow compilation by K&R C compiler.
/external/python/cpython2/Objects/cobject.c
77654a7e5ecfbd4bd5319f02452329609c6e5921 12-Jan-1996 Guido van Rossum <guido@python.org> opaque C object a la Jim Fulton
/external/python/cpython2/Objects/cobject.c