| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SF bug #663701: sets module review | Raymond Hettinger | 2003-02-14 | 1 | -4/+4 |
| | | | | | Renamed hook methods to use the double underscore convention. | ||||
| * | SF bug #663701. The caret wasn't printing well in the PDF documentation. | Raymond Hettinger | 2003-02-14 | 1 | -1/+1 |
| | | |||||
| * | Document that __cmp__() is not defined for sets. | Raymond Hettinger | 2003-01-15 | 1 | -3/+12 |
| | | | | | | Note, that list.sort() is undefined for lists of sets. Add the ... prompt to the example so it runs in doctest. | ||||
| * | Fix some nits Guido brought up last August: | Fred Drake | 2003-01-06 | 1 | -10/+8 |
| | | | | | | | - give subsection pages nicer names - shorten some really long table cells; table cells can't wrap in the typeset version of the documentation | ||||
| * | Implemented <, <=, >, >= for sets, giving subset and proper-subset | Tim Peters | 2002-08-25 | 1 | -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 the | Raymond Hettinger | 2002-08-24 | 1 | -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 punctuation | Raymond Hettinger | 2002-08-23 | 1 | -4/+4 |
| | | |||||
| * | s/_as_Temporarily_Immutable/_as_temporarily_immutable/g, because the | Tim Peters | 2002-08-23 | 1 | -2/+2 |
| | | | | | latter is what the code actually does. | ||||
| * | pop(): An arbitrary element is removed, not a random element. | Tim Peters | 2002-08-23 | 1 | -1/+2 |
| | | |||||
| * | Adjust the markup in a few places so this will actually format. | Fred Drake | 2002-08-23 | 1 | -92/+89 |
| | | | | | Remove the third column in the tables since it isn't used. | ||||
| * | Load docs for sets.py | Raymond Hettinger | 2002-08-23 | 1 | -0/+219 |
