1. 093b670 Deprecate the sets module. by Brett Cannon · 18 years ago
  2. b902f4e Use absolute imports by Neal Norwitz · 18 years ago
  3. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 19 years ago
  4. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 20 years ago
  5. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 20 years ago
  6. 3778f40 Add more identity tests. by Raymond Hettinger · 21 years ago
  7. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 21 years ago
  8. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 21 years ago
  9. 6a18012 Improvements to set.py: by Raymond Hettinger · 21 years ago
  10. 1954035 Keep doctests in sync with the docs. by Raymond Hettinger · 21 years ago
  11. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 21 years ago
  12. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 21 years ago
  13. b7bfe4b Typo repairs in new code. by Tim Peters · 21 years ago
  14. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 21 years ago
  15. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 21 years ago
  16. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 22 years ago
  17. 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 22 years ago
  18. 0e1183d remove debugging print by Jeremy Hylton · 22 years ago
  19. cd58b8f Add getstate and setstate implementation to concrete set classes. by Jeremy Hylton · 22 years ago
  20. 3de7526 Whitespace normalization. by Tim Peters · 22 years ago
  21. 1eb1fb8 Closes SF bug #628246. by Raymond Hettinger · 22 years ago
  22. ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 22 years ago
  23. 93d8d48 TestSubset(): Generalized the framework to support testing upcoming by Tim Peters · 22 years ago
  24. 4127e91 Rewrote all remaining assert stmts. by Tim Peters · 22 years ago
  25. 62c6243 Simplified construction of the test suite. by Tim Peters · 22 years ago
  26. de830ca Simplified code building sets of characters. by Tim Peters · 22 years ago
  27. a777799 Ack! Virtually every test here relied on an assert stmt. assert stmts by Tim Peters · 22 years ago
  28. 0bbb308 Simplified the setup for is-subset testing. by Tim Peters · 22 years ago
  29. e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 22 years ago
  30. 1b9f5d4 At Tim Peter's suggestion, propagated GvR's binary operator changes to by Raymond Hettinger · 22 years ago
  31. 045e51a Expanded tests for sets of sets. by Raymond Hettinger · 22 years ago
  32. c3e61e5 Add regression test for proper construction of sets of sets. by Raymond Hettinger · 22 years ago
  33. c9196bc Rename popitem() to pop(). (An idea from SF patch 597444.) by Guido van Rossum · 22 years ago
  34. d6cf3af Set classes and their unit tests, from sandbox. by Guido van Rossum · 22 years ago