summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_userdict.py
Commit message (Expand)AuthorAgeFilesLines
* - Patch 1433928:Guido van Rossum2006-02-251-0/+49
* Use descriptors.Guido van Rossum2005-01-161-1/+1
* Rename class attribute containing the class to be tested, so the name is theWalter Dörwald2004-06-021-2/+2
* Port the dictionary tests from test_types.py to unittest. Collect as muchWalter Dörwald2004-05-311-125/+23
* SF #904720: dict.update should take a 2-tuple sequence like dict.__init_Raymond Hettinger2004-03-041-1/+5
* * Migrate set() and frozenset() from the sandbox.Raymond Hettinger2003-11-161-4/+2
* Used sets.Set() to compare unordered sequences.Raymond Hettinger2003-05-021-7/+3
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+5
* SF patch #667730: More DictMixinRaymond Hettinger2003-03-091-2/+124
* SF patch #693753: fix for bug 639806: default for dict.popRaymond Hettinger2003-03-061-0/+6
* Port test_userdict.py to PyUnit. From SF patch #662807,Walter Dörwald2003-01-191-193/+233
* 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