| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue #25795: Fix several tests to run independently. | Zachary Ware | 2015-12-04 | 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/+29 |
|\ |
|
| * | Issue #14288: Serialization support for builtin iterators. | Kristj?n Valur J?nsson | 2012-04-03 | 1 | -0/+29 |
* | | Issue #8847: Disable COMDAT folding in Windows PGO builds. | Martin v. L?wis | 2012-08-01 | 1 | -0/+8 |
|/ |
|
* | 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 |