Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use __builtin__, not __builtins__. | Brett Cannon | 2007-02-28 | 1 | -1/+1 |
* | Fix test_pep352 to deal with the removal of the 'exceptions' module. | Brett Cannon | 2007-02-28 | 1 | -2/+8 |
* | Remove the ability to slice/index on exceptions per PEP 352. | Brett Cannon | 2007-02-27 | 1 | -7/+9 |
* | You can no longer catch non-BaseException objects; TypeError is raised if such | Brett Cannon | 2007-02-26 | 1 | -27/+10 |
* | Merged revisions 53859-53874 via svnmerge from | Thomas Wouters | 2007-02-23 | 1 | -18/+34 |
* | Merged revisions 53538-53622 via svnmerge from | Thomas Wouters | 2007-02-05 | 1 | -9/+45 |
* | Four months of trunk changes (including a few releases...) | Thomas Wouters | 2006-12-13 | 1 | -2/+1 |
* | String exceptions are gone and so are classic classes. | Neal Norwitz | 2006-03-24 | 1 | -40/+0 |
* | 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 |