Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated the docstring and class hierarchy diagram | Barry Warsaw | 1998-09-25 | 1 | -12/+20 |
* | Use repr() on the filename in EnvironmentError.__str__(). This | Guido van Rossum | 1998-08-11 | 1 | -2/+2 |
* | fix __str__ method of EnvironmentError (base class of IOError): was | Jeremy Hylton | 1998-07-28 | 1 | -2/+2 |
* | Added support for including the filename in IOErrors and OSErrors that | Barry Warsaw | 1998-07-23 | 1 | -3/+32 |
* | Mass check-in after untabifying all files that need it. | Guido van Rossum | 1998-03-26 | 1 | -17/+17 |
* | Move the __getitem__() definition from StandardException to Exception. | Fred Drake | 1997-10-06 | 1 | -1/+3 |
* | NumberError => ArithmeticError | Barry Warsaw | 1997-09-16 | 1 | -5/+5 |
* | Two subtle changes: | Guido van Rossum | 1997-09-16 | 1 | -69/+56 |
* | #Adapt the doc string to reality. | Guido van Rossum | 1997-09-08 | 1 | -7/+6 |
* | Made the 'info' argument to SyntaxError optional, so phase-2 syntax | Guido van Rossum | 1997-09-05 | 1 | -8/+11 |
* | New file, which is imported by the built-in module when python is | Barry Warsaw | 1997-08-29 | 1 | -0/+164 |