summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_dict.py
Commit message (Expand)AuthorAgeFilesLines
* Fix test_dict.Ezio Melotti2010-08-021-1/+1
* Merged revisions 77942,79023 via svnmerge fromEzio Melotti2010-08-021-5/+8
* Merged revisions 68133-68134,68141-68142,68145-68146,68148-68149,68159-68162,...Georg Brandl2009-01-031-1/+1
* Merged revisions 67952-67953,67955,67957-67958,67960-67961,67963,67965,67967,...Georg Brandl2009-01-011-0/+14
* - Issue #3537: Fix an assertion failure when an empty but presized dictGeorg Brandl2008-08-111-0/+11
* Speed up test_dict by about 10x by only checking selected dict literal sizes,Jeffrey Yasskin2008-03-181-4/+6
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
* Changes 54857 and 54840 broke code and were reverted in Py2.5 just beforeRaymond Hettinger2008-01-251-8/+0
* Beef-up tests for dict literalsRaymond Hettinger2007-12-191-1/+10
* Backport of _abccoll.py by Benjamin Arangueren, issue 1383.Guido van Rossum2007-11-221-0/+4
* Optimize dict.fromkeys() with dict inputs. Useful for resetting bag/muliset ...Raymond Hettinger2007-11-071-0/+4
* Whitespace normalization.Tim Peters2007-03-121-5/+5
* Patch #1678088: convert test_operations to use unittest, fold the result into...Collin Winter2007-03-121-0/+71
* 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