summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userdict.py
Commit message (Expand)AuthorAgeFilesLines
* Clean-up test class for DictMixin.Raymond Hettinger2002-12-111-2/+6
* Bring UserDict in-sync with changes to dict.Raymond Hettinger2002-11-271-0/+13
* Implement dict() style constructor.Raymond Hettinger2002-11-221-0/+3
* Improve DictMixin.Raymond Hettinger2002-11-181-6/+5
* SF patch #520382: Expand shelve.py to have a full dictionary interfaceRaymond Hettinger2002-11-151-0/+98
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add regression test for SF bug #476616 -- make sure copy of a derived classFred Drake2001-11-051-0/+4
* Fix the test so it uses IterableUserDict for the "for x in dict" test.Guido van Rossum2001-08-071-2/+2
* Give UserDict new __contains__ and __iter__ methods.Tim Peters2001-04-211-1/+15
* This patch removes all uses of "assert" in the regression test suiteMarc-André Lemburg2001-01-171-20/+21
* Test suite for UserDictGuido van Rossum1999-03-261-0/+101