Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | report that the stats for expected # of collisions are a little higher. Updated comments accordingly. | ||||
* | SF bug #942952: Weakness in tuple hash | Raymond Hettinger | 2004-06-01 | 1 | -0/+19 |
| | | | | | | | (Basic approach and test concept by Tim Peters.) * Improved the hash to reduce collisions. * Added the torture test to the test suite. | ||||
* | Move list and tuple tests from test_types.py to their own scripts: | Walter Dörwald | 2003-12-08 | 1 | -0/+49 |
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) |