summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_tuple.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #4688: Add a heuristic so that tuples and dicts containing onlyAntoine Pitrou2009-03-231-0/+65
* Moved testing of builtin types out of test_builtin and into type specific mod...Benjamin Peterson2008-05-031-0/+7
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Improve test coverage.Raymond Hettinger2004-09-301-0/+11
* test_hash(): The test here is different enough from the one in the bugTim Peters2004-06-011-3/+7
* SF bug #942952: Weakness in tuple hashRaymond Hettinger2004-06-011-0/+19
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-081-0/+49