Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | issue 2045: Infinite recursion when printing a subclass of defaultdict, | Amaury Forgeot d'Arc | 2008-02-08 | 1 | -0/+23 |
* | Deprecate BaseException.message as per PEP 352. | Brett Cannon | 2007-05-05 | 1 | -1/+1 |
* | A test case for the defaultdict KeyError bug. | Georg Brandl | 2007-03-06 | 1 | -0/+9 |
* | Check for a common user error with defaultdict(). | Raymond Hettinger | 2007-02-07 | 1 | -3/+4 |
* | Add test_main() methods. These three tests were never run | Georg Brandl | 2006-07-27 | 1 | -1/+5 |
* | - Patch 1433928: | Guido van Rossum | 2006-02-25 | 1 | -0/+135 |