summaryrefslogtreecommitdiff
path: root/Objects/cellobject.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-88/+88
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* A little reformating of Py3k warningsBenjamin Peterson2008-04-271-1/+1
* Use PyErr_WarnPy3k throughoutBenjamin Peterson2008-04-271-3/+2
* Fix tabs.Georg Brandl2008-03-251-1/+1
* Make Py3k warnings consistent w.r.t. punctuation; also respect theGeorg Brandl2008-03-251-2/+3
* cell_compare needs to return -2 instead of NULL.Steven Bethard2008-03-181-1/+1
* Add py3k warnings for object, type, cell and dict comparisons. This should re...Steven Bethard2008-03-181-0/+6
* Prevent a crash with nested scopes, again caused by calling Py_DECREF when th...Amaury Forgeot d'Arc2008-02-161-1/+3
* Issue #1445: Fix a SystemError when accessing the ``cell_contents``Amaury Forgeot d'Arc2007-11-241-1/+6
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-2/+1
* Another problem reported by Coverity. Backport candidate.Neal Norwitz2006-06-301-0/+2
* Use Py_VISIT in all tp_traverse methods, instead of traversing manually orThomas Wouters2006-04-151-2/+1
* Use Py_CLEAR instead of in-place DECREF/XDECREF or custom macros, forThomas Wouters2006-04-151-2/+1
* Previously, Python code had no easy way to access the contents of aGeorg Brandl2006-03-181-0/+19
* Use new GC API.Neil Schemenauer2001-08-291-6/+6
* repr's converted to using PyString_FromFormat() instead of sprintf'ingBarry Warsaw2001-08-241-7/+5
* Merge of descr-branch back into trunk.Tim Peters2001-08-021-1/+1
* Variety of small INC/DECREF patches that fix reported memory leaksJeremy Hylton2001-03-131-0/+1
* PEP 227 implementationJeremy Hylton2001-01-251-0/+115