summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_set.py
Commit message (Expand)AuthorAgeFilesLines
...
* * fix the print testRaymond Hettinger2004-07-091-0/+14
* Make sets and deques weak referencable.Raymond Hettinger2004-05-301-0/+8
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-2/+2
* Whitespace normalization.Tim Peters2004-01-181-1/+1
* Strengthen the test for hash effectivenessRaymond Hettinger2003-12-311-4/+4
* 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