summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_exceptions
Commit message (Collapse)AuthorAgeFilesLines
* Add a custom __str__ method to KeyError that applies repr() to theGuido van Rossum2002-09-031-1/+1
| | | | | missing key. (Also added a guard to SyntaxError__str__ to prevent calling PyString_Check(NULL).)
* Allow 'continue' inside 'try' clauseJeremy Hylton2001-02-011-5/+1
| | | | SF patch 102989 by Thomas Wouters
* Add test cases to make sure we get the right SyntaxError message forFred Drake2000-09-081-0/+10
| | | | various illegal uses of "continue".
* Create two new exceptions: IndentationError and TabError. These areFred Drake2000-07-111-0/+4
| | | | | | | used for indentation related errors. This patch includes Ping's improvements for indentation-related error messages. Closes SourceForge patches #100734 and #100856.
* update output file to reflect new test of exception object str-nessJeremy Hylton2000-06-251-0/+18
|
* Added a test to catch the base class.Barry Warsaw2000-05-251-0/+1
|
* Test output files in their new locationBarry Warsaw1996-12-101-0/+23