summaryrefslogtreecommitdiff
path: root/Lib/test/test_tuple.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 86236,86240,86332,86340,87271,87273,87447 via svnmerge fromÉric Araujo2011-02-031-1/+1
* mark tracking tests as implementation detailsBenjamin Peterson2010-06-271-0/+4
* Issue #7466: segmentation fault when the garbage collector is calledAntoine Pitrou2009-12-121-0/+3
* convert usage of fail* to assert*Benjamin Peterson2009-06-301-6/+6
* 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