1. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 21 years ago
  2. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 21 years ago
  3. ffdb8bb Use floor division operator. by Raymond Hettinger · 21 years ago
  4. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 21 years ago
  5. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 21 years ago
  6. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  7. 58eb11c Whitespace normalization. by Tim Peters · 22 years ago
  8. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 22 years ago
  9. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 22 years ago
  10. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 22 years ago
  11. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 22 years ago
  12. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 22 years ago
  13. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 22 years ago
  14. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 22 years ago
  15. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 22 years ago
  16. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 22 years ago