summaryrefslogtreecommitdiffstats
path: root/Lib/test/exception_hierarchy.txt
Commit message (Expand)AuthorAgeFilesLines
* I mess up again; BufferError inherits StandardErrorBenjamin Peterson2008-07-301-1/+1
* add BufferError to the exception hieracrchyBenjamin Peterson2008-07-301-0/+1
* Merged revisions 61750,61752,61754,61756,61760,61763,61768,61772,61775,61805,...Christian Heimes2008-03-261-0/+1
* Patch #1537 from Chad AustinChristian Heimes2007-12-031-5/+5
* Slightly revised version of patch #1538956:Marc-André Lemburg2006-08-141-0/+1
* Conversion of exceptions over from faked-up classes to new-style C types.Richard Jones2006-05-271-1/+1
* - Add new Warning class, ImportWarningThomas Wouters2006-04-271-0/+1
* PEP 352 implementation. Creates a new base class, BaseException, which has anBrett Cannon2006-03-011-0/+46