Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
* | Whitespace normalization. | Tim Peters | 2004-01-18 | 1 | -1/+1 |
* | Strengthen the test for hash effectiveness | Raymond Hettinger | 2003-12-31 | 1 | -4/+4 |
* | Guido grants a Christmas wish: | Raymond Hettinger | 2003-12-17 | 1 | -5/+5 |
* | * Checkin remaining documentation | Raymond Hettinger | 2003-11-24 | 1 | -14/+59 |
* | * Simplify hash function and add test to show effectiveness of the hash | Raymond Hettinger | 2003-11-23 | 1 | -13/+72 |
* | Extend temporary hashability to remove() and discard(). | Raymond Hettinger | 2003-11-22 | 1 | -0/+10 |
* | Allow temporary hashability for the __contains__ test. | Raymond Hettinger | 2003-11-21 | 1 | -0/+2 |
* | issubset() and issuperset() to work with general iterables | Raymond Hettinger | 2003-11-21 | 1 | -0/+4 |
* | Various fixups (most suggested by Armin Rigo). | Raymond Hettinger | 2003-11-17 | 1 | -0/+25 |
* | * Migrate set() and frozenset() from the sandbox. | Raymond Hettinger | 2003-11-16 | 1 | -0/+1183 |