summaryrefslogtreecommitdiffstats
path: root/Objects/setobject.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-1803/+1803
* Issue 8436: set.__init__ accepts keyword argsRaymond Hettinger2010-04-181-0/+2
* Issue 8420: Fix ref counting problem in set_repr().Raymond Hettinger2010-04-181-3/+1
* Merged revisions 78886 via svnmerge fromVictor Stinner2010-03-131-1/+15
* Merged revisions 78515-78516,78522 via svnmerge fromEzio Melotti2010-03-011-2/+4
* Issue 6573: Fix set.union() for cases where self is in the argument chain.Raymond Hettinger2009-07-271-1/+1
* Issue #1717: rename tp_compare to tp_reserved. I'll change theMark Dickinson2009-02-021-3/+3
* Issue #1717, stage 2: remove uses of tp_compare in Modules and mostMark Dickinson2009-02-011-9/+2
* Issue #4910, patch 3/3: rename nb_long to nb_reservedMark Dickinson2009-01-171-1/+1
* Merged revisions 68128 via svnmerge fromAntoine Pitrou2009-01-011-4/+12
* Update copyright for recent changes.Raymond Hettinger2008-11-301-1/+1
* Issue #1721812: Binary operations and copy operations on set/frozensetRaymond Hettinger2008-11-161-5/+17
* merge from trunkBenjamin Peterson2008-10-111-5/+9
* Rename PyUnicode_AsString -> _PyUnicode_AsString andMarc-André Lemburg2008-08-071-1/+1
* Manual forward port of 64962 - use PyObject_HashNotImplemented as a tp_hash l...Nick Coghlan2008-07-151-1/+1
* Merged revisions 64842,64853,64856,64945 via svnmerge fromRobert Schuppenies2008-07-141-0/+16
* Merged revisions 64089,64098,64100-64102,64113,64115-64116,64118,64120,64132,...Amaury Forgeot d'Arc2008-06-171-14/+42
* Remove nb_reserved (nb_coerce), nb_hex, and nb_oct from PyNumberMethodsBenjamin Peterson2008-06-111-3/+0
* Merged revisions 64002-64003,64012,64036-64037,64047,64050-64052,64054-64055,...Georg Brandl2008-06-101-18/+74
* Merged revisions 63724,63726,63732,63744,63754-63755,63757-63758,63760,63775,...Georg Brandl2008-06-101-0/+4
* Forward port r62848.Raymond Hettinger2008-05-081-3/+3
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-061-10/+12
* Merged revisions 60481,60485,60489-60492,60494-60496,60498-60499,60501-60503,...Christian Heimes2008-02-041-1/+6
* Fixed r60466Christian Heimes2008-01-311-1/+2
* Remove duplicate function.Raymond Hettinger2008-01-301-15/+0
* Merged revisions 60383-60407 via svnmerge fromChristian Heimes2008-01-291-19/+8
* Merged revisions 60284-60349 via svnmerge fromChristian Heimes2008-01-271-7/+7
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFCNT.Christian Heimes2007-12-191-20/+20
* Fixed issue #1564: The set implementation should special-case PyUnicode inste...Christian Heimes2007-12-101-15/+18
* Cleanup: Replaced most PyInt_ aliases with PyLong_ and disabled the aliases i...Christian Heimes2007-12-021-1/+1
* Added all PyTypeObjects to the appropriate header files.Christian Heimes2007-11-291-1/+1
* Added view and iterator types to collections / _abcollChristian Heimes2007-11-281-1/+1
* PyString_AsString is permissive and accepts unicode strings.Amaury Forgeot d'Arc2007-11-221-1/+1
* Merged revisions 58886-58929 via svnmerge fromGuido van Rossum2007-11-101-0/+71
* Remove more cruft leftover from nb_coerce. Rename nb_coerce toNeil Schemenauer2007-09-211-1/+1
* Patch by Keir Mierle so that sets can be compared to other objects that knowGuido van Rossum2007-08-231-6/+2
* Convert a bunch of constant strings in C to unicode.Neal Norwitz2007-08-231-1/+1
* Change the repr() of frozenset instances (and set subclasses)Guido van Rossum2007-08-071-22/+24
* Kill all uses and definitions of tp_print under Objects/. (Others will follow.)Guido van Rossum2007-08-071-46/+2
* Fix merge breakage.Martin v. Löwis2007-07-211-4/+4
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-27/+24
* Add a format specifier %R to PyUnicode_FromFormat(), which embedsWalter Dörwald2007-05-191-25/+20
* Add functions PyUnicode_Append() and PyUnicode_AppendAndDel() that mirrorWalter Dörwald2007-05-181-10/+27
* Merged revisions 55228 via svnmerge fromGuido van Rossum2007-05-101-3/+3
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-2/+18
* Merged revisions 53623-53858 via svnmerge fromThomas Wouters2007-02-231-14/+29
* Merged revisions 53538-53622 via svnmerge fromThomas Wouters2007-02-051-4/+4
* Merged revisions 53304-53433,53435-53450 via svnmerge fromThomas Wouters2007-01-151-2/+2
* Merged revisions 53005-53303 via svnmerge fromThomas Wouters2007-01-091-5/+28
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-18/+105