| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix syntax warnings in tests introduced in bpo-15248. (GH-11932) | Serhiy Storchaka | 2019-02-19 | 1 | -1/+2 |
|
|
* | Rework tuple hash tests. (GH-10161) | Tim Peters | 2019-02-08 | 1 | -84/+267 |
|
|
* | bpo-34751: improved hash function for tuples (GH-9471) | jdemeyer | 2018-10-28 | 1 | -18/+93 |
|
|
* | bpo-29695: Remove bad keyword parameters in int(), bool(), float(), list() an... | Serhiy Storchaka | 2017-03-06 | 1 | -3/+2 |
|
|
* | bpo-29695: Deprecated using bad named keyword arguments in builtings: (#486) | Serhiy Storchaka | 2017-03-05 | 1 | -0/+7 |
|
|
* | Issue #25795: Fix several tests to run independently. | Zachary Ware | 2015-12-05 | 1 | -0/+1 |
|
|
* | Issue #21741: Update 147 test modules to use test discovery. | Zachary Ware | 2015-04-13 | 1 | -5/+2 |
|
|
* | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -20/+22 |
|\ |
|
| * | Issue #22777: Test pickling with all protocols. | Serhiy Storchaka | 2014-12-15 | 1 | -20/+22 |
|
|
* | | Issue #22077: Improve index error messages for bytearrays, bytes, lists, and | Terry Jan Reedy | 2014-08-02 | 1 | -0/+5 |
|
|
* | | Issue 21100: Amazingly, tuple lexicographic ordering was untested. | Raymond Hettinger | 2014-03-30 | 1 | -0/+8 |
|/ |
|
* | Issue #8847: Merge with 3.2 | Martin v. Löwis | 2012-08-01 | 1 | -0/+8 |
|\ |
|
| * | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. Löwis | 2012-08-01 | 1 | -0/+8 |
|
|
* | | Issue #14288: Serialization support for builtin iterators. | Kristján Valur Jónsson | 2012-04-03 | 1 | -0/+29 |
|/ |
|
* | Issue #12911: Fix memory consumption when calculating the repr() of huge tupl... | Antoine Pitrou | 2011-10-06 | 1 | -0/+10 |
|
|
* | Fix typo in superclass method name | Éric Araujo | 2010-12-23 | 1 | -1/+1 |
|
|
* | Merged revisions 82303 via svnmerge from | Benjamin Peterson | 2010-06-27 | 1 | -0/+4 |
|
|
* | Merged revisions 76763 via svnmerge from | Antoine Pitrou | 2009-12-12 | 1 | -0/+3 |
|
|
* | convert old fail* assertions to assert* | Benjamin Peterson | 2009-06-30 | 1 | -6/+6 |
|
|
* | Merged revisions 70546 via svnmerge from | Antoine Pitrou | 2009-03-23 | 1 | -0/+65 |
|
|
* | #2621 rename test.test_support to test.support | Benjamin Peterson | 2008-05-20 | 1 | -2/+2 |
|
|
* | Merged revisions 62425-62429,62434-62436,62441,62444,62446-62448,62450-62455,... | Christian Heimes | 2008-05-04 | 1 | -0/+7 |
|
|
* | Merged revisions 60990-61002 via svnmerge from | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
|
|
* | Merged revisions 55817-55961 via svnmerge from | Guido van Rossum | 2007-06-13 | 1 | -5/+5 |
|
|
* | Merged revisions 55007-55179 via svnmerge from | Guido van Rossum | 2007-05-07 | 1 | -2/+2 |
|
|
* | Make built-in zip() equal to itertools.izip(). | Guido van Rossum | 2006-08-24 | 1 | -1/+1 |
|
|
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 1 | -0/+11 |
|
|
* | test_hash(): The test here is different enough from the one in the bug | Tim Peters | 2004-06-01 | 1 | -3/+7 |
|
|
* | SF bug #942952: Weakness in tuple hash | Raymond Hettinger | 2004-06-01 | 1 | -0/+19 |
|
|
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 1 | -0/+49 |
|
|