summaryrefslogtreecommitdiff
path: root/Lib/test/test_set.py
Commit message (Expand)AuthorAgeFilesLines
* Merge p3yk branch with the trunk up to revision 45595. This breaks a fairThomas Wouters2006-04-211-2/+2
* Renamed _length_cue() to __length_hint__(). See:Armin Rigo2006-02-111-1/+3
* Improve test coverage. Hope the test_file changes work the same on windows.Neal Norwitz2005-11-271-0/+12
* No longer ignore exceptions raised by comparisons during key lookup.Raymond Hettinger2005-09-161-0/+17
* Numerous fix-ups to C API and docs. Added tests for C API.Raymond Hettinger2005-08-161-1/+6
* * Fix SF #1257731. Make __contains__(), remove(), and discard() only doRaymond Hettinger2005-08-121-0/+13
* * Add short-circuit code for in-place operations with self (such asRaymond Hettinger2005-08-111-0/+12
* * Improve code for the empty frozenset singleton:Raymond Hettinger2005-08-011-0/+20
* Add test for hash commutativity.Raymond Hettinger2005-07-051-0/+10
* SF patch #1200018: Restore GC support to set objectsRaymond Hettinger2005-06-181-0/+10
* SF 1062353: set pickling problemsRaymond Hettinger2004-11-091-3/+9
* Use Py_CLEAR(). Add unrelated test.Raymond Hettinger2004-09-281-0/+3
* Use floor division operator.Raymond Hettinger2004-09-271-1/+1
* * 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