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