summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsets.tex
Commit message (Expand)AuthorAgeFilesLines
* Nits from a review of the documentation update.Raymond Hettinger2003-11-261-5/+2
* Fix typoRaymond Hettinger2003-11-161-1/+1
* Improvements to set.py:Raymond Hettinger2003-08-171-3/+19
* Incorporate documentation suggestions from feedback on comp.lang.python.Raymond Hettinger2003-08-161-55/+42
* SF bug #663701: sets module reviewRaymond Hettinger2003-02-141-4/+4
* SF bug #663701. The caret wasn't printing well in the PDF documentation.Raymond Hettinger2003-02-141-1/+1
* Document that __cmp__() is not defined for sets.Raymond Hettinger2003-01-151-3/+12
* Fix some nits Guido brought up last August:Fred Drake2003-01-061-10/+8
* Implemented <, <=, >, >= for sets, giving subset and proper-subsetTim Peters2002-08-251-5/+12
* Removed < <= > >= from the API. Implemented as comparisons of theRaymond Hettinger2002-08-241-3/+2
* Fix markup and punctuationRaymond Hettinger2002-08-231-4/+4
* s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because theTim Peters2002-08-231-2/+2
* pop(): An arbitrary element is removed, not a random element.Tim Peters2002-08-231-1/+2
* Adjust the markup in a few places so this will actually format.Fred Drake2002-08-231-92/+89
* Load docs for sets.pyRaymond Hettinger2002-08-231-0/+219