summaryrefslogtreecommitdiffstats
path: root/Include/setobject.h
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 56467-56482 via svnmerge fromMartin v. Löwis2007-07-211-5/+5
* Merged revisions 53952-54987 via svnmerge fromGuido van Rossum2007-04-271-1/+2
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-3/+3
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-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