Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Get rid of relative imports in all unittests. Now anything that | Barry Warsaw | 2002-07-23 | 1 | -1/+1 |
* | Add regression test for SF bug #476616 -- make sure copy of a derived class | Fred Drake | 2001-11-05 | 1 | -0/+4 |
* | Fix the test so it uses IterableUserDict for the "for x in dict" test. | Guido van Rossum | 2001-08-07 | 1 | -2/+2 |
* | Give UserDict new __contains__ and __iter__ methods. | Tim Peters | 2001-04-21 | 1 | -1/+15 |
* | This patch removes all uses of "assert" in the regression test suite | Marc-André Lemburg | 2001-01-17 | 1 | -20/+21 |
* | Test suite for UserDict | Guido van Rossum | 1999-03-26 | 1 | -0/+101 |