| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
I mea, *really* equal -- for now, the implementation just imports
itertools. :-)
The only other changes necessary were various unit tests that were
assuming zip() returns a real list. No "real" code made this assumption.
|
| | |
|
| |
|
|
|
| |
report that the stats for expected # of collisions are a little higher.
Updated comments accordingly.
|
| |
|
|
|
|
|
| |
(Basic approach and test concept by Tim Peters.)
* Improved the hash to reduce collisions.
* Added the torture test to the test suite.
|
|
|
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)
|