summaryrefslogtreecommitdiff
path: root/Include/setobject.h
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-31/+31
* Nasty typo in setobject.hAmaury Forgeot d'Arc2008-02-031-1/+1
* Ensure that PySet_Add() operates on a newly created frozenset, like PyTuple_S...Amaury Forgeot d'Arc2008-02-031-1/+5
* Factor-out common code with a new macroRaymond Hettinger2008-01-281-0/+2
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-5/+5
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-5/+5
* Extend work on rev 52962 and 53829 eliminating redundant PyObject_Hash() call...Raymond Hettinger2007-03-201-1/+2
* Use Py_ssize_tNeal Norwitz2006-06-191-3/+3
* SF patch #1458476 with modifications based on discussions in python-dev. ThisBarry Warsaw2006-03-301-0/+3
* Use Py_ssize_t for PySet_Size() like all the other Py*_Size() functions.Neal Norwitz2006-03-041-1/+1
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-1/+1
* Add a C API for sets and frozensets.Raymond Hettinger2005-08-161-0/+9
* * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code.Raymond Hettinger2005-08-071-1/+5
* Model set.pop() after dict.popitem().Raymond Hettinger2005-08-021-0/+4
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-011-2/+1
* Revised the set() and frozenset() implementaion to use its own internalRaymond Hettinger2005-07-311-13/+45
* Wrote down the invariants of some common objects whose structure isArmin Rigo2004-10-281-0/+8
* Make sets and deques weak referencable.Raymond Hettinger2004-05-301-0/+1
* * Checkin remaining documentationRaymond Hettinger2003-11-241-1/+1
* Various fixups (most suggested by Armin Rigo).Raymond Hettinger2003-11-171-0/+6
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+26