summaryrefslogtreecommitdiff
path: root/Lib/test/test_tuple.py
Commit message (Expand)AuthorAgeFilesLines
* Fix syntax warnings in tests introduced in bpo-15248. (GH-11932)Serhiy Storchaka2019-02-191-1/+2
* Rework tuple hash tests. (GH-10161)Tim Peters2019-02-081-84/+267
* bpo-34751: improved hash function for tuples (GH-9471)jdemeyer2018-10-271-18/+93
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-061-3/+2
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-061-0/+7
* Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-041-0/+1
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-131-5/+2
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-20/+22
|\
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-151-20/+22
* | Issue #22077: Improve index error messages for bytearrays, bytes, lists, andTerry Jan Reedy2014-08-021-0/+5
* | Issue 21100: Amazingly, tuple lexicographic ordering was untested.Raymond Hettinger2014-03-301-0/+8
|/
* Issue #8847: Merge with 3.2Martin v. Löwis2012-08-011-0/+8
|\
| * Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-011-0/+8
* | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-031-0/+29
|/
* Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-061-0/+10
* Fix typo in superclass method nameÉric Araujo2010-12-231-1/+1
* Merged revisions 82303 via svnmerge fromBenjamin Peterson2010-06-271-0/+4
* Merged revisions 76763 via svnmerge fromAntoine Pitrou2009-12-121-0/+3
* convert old fail* assertions to assert*Benjamin Peterson2009-06-301-6/+6
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-231-0/+65
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-201-2/+2
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-041-0/+7
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-131-5/+5
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-071-2/+2
* Make built-in zip() equal to itertools.izip().Guido van Rossum2006-08-241-1/+1
* 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