| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged revisions 55407-55513 via svnmerge from | Guido van Rossum | 2007-05-22 | 1 | -0/+0 |
|
|
* | Excise the sets module. SF #1500611 by Collin Winter. | Guido van Rossum | 2007-01-10 | 1 | -264/+0 |
|
|
* | Merge p3yk branch with the trunk up to revision 45595. This breaks a fair | Thomas Wouters | 2006-04-21 | 1 | -2/+3 |
|
|
* | Make consistent with 2.4 | Neal Norwitz | 2005-11-03 | 1 | -1/+1 |
|
|
* | [ 1243081 ] repair typos | Georg Brandl | 2005-07-22 | 1 | -3/+3 |
|
|
* | Provide a comparison to the builtin set types. | Raymond Hettinger | 2005-07-01 | 1 | -2/+32 |
|
|
* | SF bug #1179957: Missing def'n of equality for set elements | Raymond Hettinger | 2005-04-10 | 1 | -1/+4 |
|
|
* | fix typeset of vertical bar for PDF format | Fred Drake | 2005-01-19 | 1 | -2/+2 |
|
|
* | Nits from a review of the documentation update. | Raymond Hettinger | 2003-11-26 | 1 | -5/+2 |
|
|
* | Fix typo | Raymond Hettinger | 2003-11-16 | 1 | -1/+1 |
|
|
* | Improvements to set.py: | Raymond Hettinger | 2003-08-17 | 1 | -3/+19 |
|
|
* | Incorporate documentation suggestions from feedback on comp.lang.python. | Raymond Hettinger | 2003-08-16 | 1 | -55/+42 |
|
|
* | SF bug #663701: sets module review | Raymond Hettinger | 2003-02-14 | 1 | -4/+4 |
|
|
* | 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 |
|
|
* | Fix some nits Guido brought up last August: | Fred Drake | 2003-01-06 | 1 | -10/+8 |
|
|
* | Implemented <, <=, >, >= for sets, giving subset and proper-subset | Tim Peters | 2002-08-25 | 1 | -5/+12 |
|
|
* | Removed < <= > >= from the API. Implemented as comparisons of the | Raymond Hettinger | 2002-08-24 | 1 | -3/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | Load docs for sets.py | Raymond Hettinger | 2002-08-23 | 1 | -0/+219 |
|
|