Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rip out 'long' and 'L'-suffixed integer literals. | Guido van Rossum | 2007-01-15 | 1 | -15/+15 |
| | | | | (Rough first cut.) | ||||
* | 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 |
| | | | | | | various iterables. (Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274) | ||||
* | 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 |
test_tuple.py and test_list.py. Common tests for tuple, list and UserList are shared (in seq_tests.py and list_tests.py). Port tests to PyUnit. (From SF patch #736962) |