summaryrefslogtreecommitdiffstats
path: root/Lib/sets.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add a note reminding the reader that sets are not sequences. IGuido van Rossum2002-08-201-0/+10
* Fix typo in __slots__ of ImmutableSet.Guido van Rossum2002-08-191-1/+1
* Set classes and their unit tests, from sandbox.Guido van Rossum2002-08-191-0/+529