summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_set.py
Commit message (Expand)AuthorAgeFilesLines
...
* Guido grants a Christmas wish:Raymond Hettinger2003-12-171-5/+5
* * Checkin remaining documentationRaymond Hettinger2003-11-241-14/+59
* * Simplify hash function and add test to show effectiveness of the hashRaymond Hettinger2003-11-231-13/+72
* Extend temporary hashability to remove() and discard().Raymond Hettinger2003-11-221-0/+10
* Allow temporary hashability for the __contains__ test.Raymond Hettinger2003-11-211-0/+2
* issubset() and issuperset() to work with general iterablesRaymond Hettinger2003-11-211-0/+4
* Various fixups (most suggested by Armin Rigo).Raymond Hettinger2003-11-171-0/+25
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-0/+1183