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