Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use 4-space indents. | Fred Drake | 2000-10-23 | 1 | -8/+8 |
| | |||||
* | Add test cases to make sure we get the right SyntaxError message for | Fred Drake | 2000-09-08 | 1 | -0/+49 |
| | | | | various illegal uses of "continue". | ||||
* | Applying patch #100994 to allow JPython to use more of the standard | Barry Warsaw | 2000-09-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | Python test suite. Specifically, - import time instead of strop in test_b1 - test for ClassType of exceptions using isinstance instead of equality in test_exceptions - remove __builtins__ from dir() output in test_pkg test_pkg output needs to be regenerated. | ||||
* | Create two new exceptions: IndentationError and TabError. These are | Fred Drake | 2000-07-11 | 1 | -0/+8 |
| | | | | | | | used for indentation related errors. This patch includes Ping's improvements for indentation-related error messages. Closes SourceForge patches #100734 and #100856. | ||||
* | add minimal test of exception use. verify that each exception can be | Jeremy Hylton | 2000-06-20 | 1 | -0/+12 |
| | | | | raised, caught, and converted to a string. | ||||
* | Added a test to catch the base class. | Barry Warsaw | 2000-05-25 | 1 | -0/+4 |
| | |||||
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -10/+10 |
| | |||||
* | Expanded r() function to handle class exceptions. | Barry Warsaw | 1997-08-29 | 1 | -1/+6 |
| | |||||
* | exec() -> exec | Guido van Rossum | 1995-08-11 | 1 | -1/+1 |
| | |||||
* | Unmerged except and finally clauses | Guido van Rossum | 1992-05-06 | 1 | -4/+5 |
| | |||||
* | Initial revision | Guido van Rossum | 1992-01-27 | 1 | -0/+91 |