summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libsets.tex
Commit message (Collapse)AuthorAgeFilesLines
* Implemented <, <=, >, >= for sets, giving subset and proper-subsetTim Peters2002-08-251-5/+12
| | | | | | meanings. I did not add new, e.g., ispropersubset() methods; we're going nuts on those, and, e.g., there was no "friendly name" for == either.
* Removed < <= > >= from the API. Implemented as comparisons of theRaymond Hettinger2002-08-241-3/+2
| | | | | | | | underlying dictionaries, there were no reasonable use cases (lexicographic sorting of a list of sets is somewhat esoteric). Frees the operators for other uses (such as strict subset and superset comparisons). Updated documentation and test suite accordingly.
* Fix markup and punctuationRaymond Hettinger2002-08-231-4/+4
|
* s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because theTim Peters2002-08-231-2/+2
| | | | latter is what the code actually does.
* 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
| | | | Remove the third column in the tables since it isn't used.
* Load docs for sets.pyRaymond Hettinger2002-08-231-0/+219