1. 093b670 Deprecate the sets module. by Brett Cannon · 19 years ago
  2. db815ab More \exception fixes. by Georg Brandl · 19 years ago
  3. 26f4c23 Make consistent with 2.4 by Neal Norwitz · 20 years ago
  4. 08c02db [ 1243081 ] repair typos by Georg Brandl · 20 years ago
  5. 16ffbc3 Provide a comparison to the builtin set types. by Raymond Hettinger · 20 years ago
  6. e490502 SF bug #1179957: Missing def'n of equality for set elements by Raymond Hettinger · 20 years ago
  7. 447083e fix typeset of vertical bar for PDF format (closes SF bug #1008998) by Fred Drake · 21 years ago
  8. d446230 Nits from a review of the documentation update. by Raymond Hettinger · 22 years ago
  9. d456849 Fix typo by Raymond Hettinger · 22 years ago
  10. 6a18012 Improvements to set.py: by Raymond Hettinger · 22 years ago
  11. 7ceb29e Incorporate documentation suggestions from feedback on comp.lang.python. by Raymond Hettinger · 22 years ago
  12. 2835e37 SF bug #663701: sets module review by Raymond Hettinger · 23 years ago
  13. e544f6f SF bug #663701. The caret wasn't printing well in the PDF documentation. by Raymond Hettinger · 23 years ago
  14. 3801ec7 Document that __cmp__() is not defined for sets. by Raymond Hettinger · 23 years ago
  15. 2e3ae21 Fix some nits Guido brought up last August: by Fred Drake · 23 years ago
  16. ea76c98 Implemented <, <=, >, >= for sets, giving subset and proper-subset by Tim Peters · 23 years ago
  17. e87ab3f Removed < <= > >= from the API. Implemented as comparisons of the by Raymond Hettinger · 23 years ago
  18. fa8dd5f Fix markup and punctuation by Raymond Hettinger · 23 years ago
  19. b81b252 s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because the by Tim Peters · 23 years ago
  20. 54fd3e6 pop(): An arbitrary element is removed, not a random element. by Tim Peters · 23 years ago
  21. d10c6c9 Adjust the markup in a few places so this will actually format. by Fred Drake · 23 years ago
  22. 584cb19 Load docs for sets.py by Raymond Hettinger · 23 years ago