Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove test.test_support.guard_warnings_filter. | Brett Cannon | 2007-08-14 | 1 | -7/+7 |
* | Deprecate BaseException.message as per PEP 352. | Brett Cannon | 2007-05-05 | 1 | -17/+59 |
* | Refactor PEP 352 tests to make it easier in the future to make sure certain | Brett Cannon | 2007-02-23 | 1 | -18/+34 |
* | No more raising of string exceptions! | Brett Cannon | 2007-01-30 | 1 | -23/+39 |
* | Remove the __unicode__ method from exceptions. Allows unicode() to be called | Brett Cannon | 2006-09-09 | 1 | -2/+1 |
* | Fix parsing of exception_hierarchy.txt when a platform-specific exception is | Brett Cannon | 2006-03-01 | 1 | -0/+1 |
* | PEP 352 implementation. Creates a new base class, BaseException, which has an | Brett Cannon | 2006-03-01 | 1 | -0/+182 |