summaryrefslogtreecommitdiffstats
path: root/Objects/cellobject.c
Commit message (Expand)AuthorAgeFilesLines
* bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (G...Jeroen Demeyer2019-05-311-2/+2
* bpo-35911: add cell constructor (GH-11771)Pierre Glaser2019-02-071-1/+41
* bpo-33029: Fix signatures of getter and setter functions. (GH-10746)Serhiy Storchaka2018-11-271-1/+1
* bpo-35081: Add Include/internal/pycore_object.h (GH-10640)Victor Stinner2018-11-211-0/+1
* bpo-35081: Rename internal headers (GH-10275)Victor Stinner2018-11-121-2/+2
* bpo-35081: Add pycore_ prefix to internal header files (GH-10263)Victor Stinner2018-10-311-2/+2
* bpo-23699: Use a macro to reduce boilerplate code in rich comparison function...stratakis2017-11-021-34/+2
* bpo-30486: Make cell_set_contents() symbol private (#3668)Victor Stinner2017-09-201-1/+1
* bpo-31462: Remove trailing whitespaces. (#3564)Serhiy Storchaka2017-09-141-1/+1
* bpo-30860: Consolidate stateful runtime globals. (#3397)Eric Snow2017-09-081-0/+2
* bpo-30486: Allow setting cell value (#1840)Lisa Roach2017-06-081-1/+10
* fix indentation of comments in cellobject.c (closes #27011)Benjamin Peterson2016-05-131-3/+3
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-120/+120
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-1/+1
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-11/+51
* Merged revisions 61538-61540,61556,61559-61560,61563,61565,61571,61575-61576,...Christian Heimes2008-03-191-1/+13
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-171-1/+3
* Merged revisions 59107-59186 via svnmerge fromGuido van Rossum2007-11-261-1/+6
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-2/+1
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-2/+2
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-13/+1
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-0/+2
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-4/+21
* 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