Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Numerous fix-ups to C API and docs. Added tests for C API. | Raymond Hettinger | 2005-08-16 | 1 | -1/+1 |
* | Add a C API for sets and frozensets. | Raymond Hettinger | 2005-08-16 | 1 | -0/+9 |
* | * Bring in INIT_NONZERO_SET_SLOTS macro from dictionary code. | Raymond Hettinger | 2005-08-07 | 1 | -1/+5 |
* | Model set.pop() after dict.popitem(). | Raymond Hettinger | 2005-08-02 | 1 | -0/+4 |
* | * Improve code for the empty frozenset singleton: | Raymond Hettinger | 2005-08-01 | 1 | -2/+1 |
* | Revised the set() and frozenset() implementaion to use its own internal | Raymond Hettinger | 2005-07-31 | 1 | -13/+45 |
* | Wrote down the invariants of some common objects whose structure is | Armin Rigo | 2004-10-28 | 1 | -0/+8 |
* | Make sets and deques weak referencable. | Raymond Hettinger | 2004-05-30 | 1 | -0/+1 |
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 1 | -1/+1 |
* | Various fixups (most suggested by Armin Rigo). | Raymond Hettinger | 2003-11-17 | 1 | -0/+6 |
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+26 |