summaryrefslogtreecommitdiff
path: root/Lib/test/test_dict.py
Commit message (Expand)AuthorAgeFilesLines
* Revert SF #1615701 (rev 53655): dict.update() does *not* call __getitem__() orNeal Norwitz2007-04-161-8/+0
* Fix a bug in test_dict and test_userdict, found at the PyPy sprint.Georg Brandl2007-03-041-3/+3
* SF #1615701: make d.update(m) honor __getitem__() and keys() in dict subclassesRaymond Hettinger2007-02-071-0/+8
* Bug #1576657: when setting a KeyError for a tuple key, make sure thatGeorg Brandl2006-10-291-0/+10
* Use absolute importsNeal Norwitz2006-04-031-1/+1
* - Patch 1433928:Guido van Rossum2006-02-251-0/+50
* Expand scope to include general mapping protocol tests.Raymond Hettinger2004-09-301-0/+13
* Add missing test_dict.py from patch #736962.Walter Dörwald2004-09-301-0/+404