summaryrefslogtreecommitdiff
path: root/Lib/test/test_defaultdict.py
Commit message (Expand)AuthorAgeFilesLines
* Deprecate BaseException.message as per PEP 352.Brett Cannon2007-05-051-1/+1
* A test case for the defaultdict KeyError bug.Georg Brandl2007-03-061-0/+9
* Check for a common user error with defaultdict().Raymond Hettinger2007-02-071-3/+4
* Add test_main() methods. These three tests were never runGeorg Brandl2006-07-271-1/+5
* - Patch 1433928:Guido van Rossum2006-02-251-0/+135