aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_tuple.py
Commit message (Expand)AuthorAge
* bpo-43413: Fix handling keyword arguments in subclasses of some buitin classe...Serhiy Storchaka2021-09-12
* Fix syntax warnings in tests introduced in bpo-15248. (GH-11932)Serhiy Storchaka2019-02-19
* Rework tuple hash tests. (GH-10161)Tim Peters2019-02-08
* bpo-34751: improved hash function for tuples (GH-9471)jdemeyer2018-10-27
* bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an...Serhiy Storchaka2017-03-06
* bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486)Serhiy Storchaka2017-03-06
* Issue #25795: Fix several tests to run independently.Zachary Ware2015-12-04
* Issue #21741: Update 147 test modules to use test discovery.Zachary Ware2015-04-13
* Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
|\
| * Issue #22777: Test pickling with all protocols.Serhiy Storchaka2014-12-15
* | Issue #22077: Improve index error messages for bytearrays, bytes, lists, andTerry Jan Reedy2014-08-02
* | Issue 21100: Amazingly, tuple lexicographic ordering was untested.Raymond Hettinger2014-03-30
|/
* Issue #8847: Merge with 3.2Martin v. Löwis2012-08-01
|\
| * Issue #8847: Disable COMDAT folding in Windows PGO builds.Martin v. Löwis2012-08-01
* | Issue #14288: Serialization support for builtin iterators.Kristján Valur Jónsson2012-04-03
|/
* Issue #12911: Fix memory consumption when calculating the repr() of huge tupl...Antoine Pitrou2011-10-06
* Fix typo in superclass method nameÉric Araujo2010-12-23
* Merged revisions 82303 via svnmerge fromBenjamin Peterson2010-06-27
* Merged revisions 76763 via svnmerge fromAntoine Pitrou2009-12-12
* convert old fail* assertions to assert*Benjamin Peterson2009-06-30
* Merged revisions 70546 via svnmerge fromAntoine Pitrou2009-03-23
* #2621 rename test.test_support to test.supportBenjamin Peterson2008-05-20
* Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,...Christian Heimes2008-05-04
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-23
* Merged revisions 55817-55961 via svnmerge fromGuido van Rossum2007-06-13
* Merged revisions 55007-55179 via svnmerge fromGuido van Rossum2007-05-07
* Make built-in zip() equal to itertools.izip().Guido van Rossum2006-08-24
* Improve test coverage.Raymond Hettinger2004-09-30
* test_hash(): The test here is different enough from the one in the bugTim Peters2004-06-01
* SF bug #942952: Weakness in tuple hashRaymond Hettinger2004-06-01
* Move list and tuple tests from test_types.py to their own scripts:Walter Dörwald2003-12-08