1. f5b3e36 Renamed _length_cue() to __length_hint__(). See: by Armin Rigo · 19 years ago
  2. fcf4435 Improve test coverage. Hope the test_file changes work the same on windows. by Neal Norwitz · 19 years ago
  3. 9bda1d6 No longer ignore exceptions raised by comparisons during key lookup. by Raymond Hettinger · 19 years ago
  4. c47e01d Numerous fix-ups to C API and docs. Added tests for C API. by Raymond Hettinger · 19 years ago
  5. 97979dd * Fix SF #1257731. Make __contains__(), remove(), and discard() only do by Raymond Hettinger · 19 years ago
  6. c991db2 * Add short-circuit code for in-place operations with self (such as by Raymond Hettinger · 19 years ago
  7. d794666 * Improve code for the empty frozenset singleton: by Raymond Hettinger · 19 years ago
  8. 82cb9a2 Add test for hash commutativity. by Raymond Hettinger · 19 years ago
  9. bb999b5 SF patch #1200018: Restore GC support to set objects by Raymond Hettinger · 19 years ago
  10. 15056a5 SF 1062353: set pickling problems by Raymond Hettinger · 20 years ago
  11. 6429a47 Use Py_CLEAR(). Add unrelated test. by Raymond Hettinger · 20 years ago
  12. ffdb8bb Use floor division operator. by Raymond Hettinger · 20 years ago
  13. eae05de * fix the print test * add more __init__ tests by Raymond Hettinger · 20 years ago
  14. 691d805 Make sets and deques weak referencable. by Raymond Hettinger · 20 years ago
  15. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  16. 58eb11c Whitespace normalization. by Tim Peters · 21 years ago
  17. 6e70acc Strengthen the test for hash effectiveness by Raymond Hettinger · 21 years ago
  18. 64958a1 Guido grants a Christmas wish: by Raymond Hettinger · 21 years ago
  19. f5f41bf * Checkin remaining documentation by Raymond Hettinger · 21 years ago
  20. 49ba4c3 * Simplify hash function and add test to show effectiveness of the hash by Raymond Hettinger · 21 years ago
  21. bfd334a Extend temporary hashability to remove() and discard(). by Raymond Hettinger · 21 years ago
  22. 19c2d77 Allow temporary hashability for the __contains__ test. by Raymond Hettinger · 21 years ago
  23. 3fbec70 issubset() and issuperset() to work with general iterables by Raymond Hettinger · 21 years ago
  24. 50a4bb3 Various fixups (most suggested by Armin Rigo). by Raymond Hettinger · 21 years ago
  25. a690a99 * Migrate set() and frozenset() from the sandbox. by Raymond Hettinger · 21 years ago