summaryrefslogtreecommitdiffstats
path: root/Lib/test/mapping_tests.py
Commit message (Expand)AuthorAgeFilesLines
* Restructure comparison dramatically. There is no longer a defaultGuido van Rossum2006-08-241-14/+11
* Change the way __hash__ is inherited; when __eq__ or __cmp__ is overriddenGuido van Rossum2006-08-211-0/+4
* Get rid of dict.has_key(). Boy this has a lot of repercussions!Guido van Rossum2006-08-181-13/+1
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-10/+10
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-0/+672