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