Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+0 |
* | Issue 2025: Add tuple.count() and tuple.index() to follow the ABC in collect... | Raymond Hettinger | 2008-02-07 | 1 | -0/+62 |
* | Add the test from issue 1704621 (the issue itself is already fixed here). | Guido van Rossum | 2007-11-12 | 1 | -0/+7 |
* | Whitespace normalization (via reindent.py). | Tim Peters | 2005-08-26 | 1 | -1/+1 |
* | patch [ 1141428 ] more __contains__ tests | Georg Brandl | 2005-08-24 | 1 | -0/+27 |
* | Add tests for tuple, list and UserList that initialize the object from | Walter Dörwald | 2005-03-22 | 1 | -0/+90 |
* | Improve test coverage. | Raymond Hettinger | 2004-09-30 | 1 | -0/+35 |
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 1 | -0/+171 |