1. 655720e Issue #22777: Test pickling with all protocols. by Serhiy Storchaka · 11 years ago
  2. e0ed2d7 Issue #19936: Added executable bits or shebang lines to Python scripts which by Serhiy Storchaka · 12 years ago
  3. 0762788 #7092 - Silence more py3k deprecation warnings, using test_support.check_py3k_warnings() helper. by Florent Xicluna · 15 years ago
  4. aa98058 use assert[Not]In where appropriate by Ezio Melotti · 16 years ago
  5. ce8e33a Reverting the Revision: 77368. I committed Flox's big patch for tests by by Senthil Kumaran · 16 years ago
  6. 3ddc435 Fixing - Issue7026 - RuntimeError: dictionary changed size during iteration. Patch by flox by Senthil Kumaran · 16 years ago
  7. 5c8da86 convert usage of fail* to assert* by Benjamin Peterson · 16 years ago
  8. 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
  9. b902f4e Use absolute imports by Neal Norwitz · 19 years ago
  10. 038ca2a Teach the sets module to correctly compute s-=s and s^=s as the empty set. by Raymond Hettinger · 20 years ago
  11. 654fcd5 Exercise DocTestSuite's search for __test__. by Raymond Hettinger · 21 years ago
  12. 70a6b49 Replace backticks with repr() or "%r" by Walter Dörwald · 21 years ago
  13. 3778f40 Add more identity tests. by Raymond Hettinger · 22 years ago
  14. 175a6ac Improve and expand identity tests. by Raymond Hettinger · 22 years ago
  15. f9f4c69 SF patch #736962: Port tests to unittest (Contributed by Walter Dörwald). by Raymond Hettinger · 22 years ago
  16. 6a18012 Improvements to set.py: by Raymond Hettinger · 22 years ago
  17. 1954035 Keep doctests in sync with the docs. by Raymond Hettinger · 22 years ago
  18. 21d3a32 Combine the functionality of test_support.run_unittest() by Walter Dörwald · 22 years ago
  19. 6cca754 TestOnlySetsInBinaryOps: Simplified the non-inplace tests by using by Tim Peters · 22 years ago
  20. b7bfe4b Typo repairs in new code. by Tim Peters · 22 years ago
  21. 44f14b0 SF bug 693121: Set == non-Set is a TypeError. by Tim Peters · 22 years ago
  22. 3ba491e The doctest was printing Sets, but that's unreliable because set by Tim Peters · 22 years ago
  23. 2dc505e * Add test for __cmp__() by Raymond Hettinger · 23 years ago
  24. 35e48d2 SF 643115: Set._update() had a special case for dictionaries which allowed by Raymond Hettinger · 23 years ago
  25. 0e1183d remove debugging print by Jeremy Hylton · 23 years ago
  26. cd58b8f Add getstate and setstate implementation to concrete set classes. by Jeremy Hylton · 23 years ago
  27. 3de7526 Whitespace normalization. by Tim Peters · 23 years ago
  28. 1eb1fb8 Closes SF bug #628246. by Raymond Hettinger · 23 years ago
  29. ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 23 years ago
  30. 93d8d48 TestSubset(): Generalized the framework to support testing upcoming by Tim Peters · 23 years ago
  31. 4127e91 Rewrote all remaining assert stmts. by Tim Peters · 23 years ago
  32. 62c6243 Simplified construction of the test suite. by Tim Peters · 23 years ago
  33. de830ca Simplified code building sets of characters. by Tim Peters · 23 years ago
  34. a777799 Ack! Virtually every test here relied on an assert stmt. assert stmts by Tim Peters · 23 years ago
  35. 0bbb308 Simplified the setup for is-subset testing. by Tim Peters · 23 years ago
  36. e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 23 years ago
  37. 1b9f5d4 At Tim Peter's suggestion, propagated GvR's binary operator changes to by Raymond Hettinger · 23 years ago
  38. 045e51a Expanded tests for sets of sets. by Raymond Hettinger · 23 years ago
  39. c3e61e5 Add regression test for proper construction of sets of sets. by Raymond Hettinger · 23 years ago
  40. c9196bc Rename popitem() to pop(). (An idea from SF patch 597444.) by Guido van Rossum · 23 years ago
  41. d6cf3af Set classes and their unit tests, from sandbox. by Guido van Rossum · 23 years ago