Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make internal module references hyperlinks wherever it makes sense. | Fred Drake | 1999-04-22 | 1 | -2/+2 |
| | |||||
* | Document the correct class hierarchy for SystemExit. It is not an | Barry Warsaw | 1999-02-24 | 1 | -4/+8 |
| | | | | error and so it derives from Exception and not SystemError. | ||||
* | Move \versionadded macros to end of descriptions. | Fred Drake | 1999-02-02 | 1 | -4/+3 |
| | |||||
* | OSError description: "as the by the" --> "as the" | Fred Drake | 1999-02-01 | 1 | -3/+3 |
| | |||||
* | Added missing "from" in IOError description. | Fred Drake | 1999-01-05 | 1 | -1/+1 |
| | |||||
* | Moved NotImplementedError into alphabetical order, and reword | Barry Warsaw | 1998-12-01 | 1 | -9/+7 |
| | | | | description. | ||||
* | Added documentation for NotImplementedError. Fred (I'm sure) will | Barry Warsaw | 1998-12-01 | 1 | -0/+9 |
| | | | | sanitize for your protection :-) | ||||
* | Fix remaining {\rm ...} construct. | Fred Drake | 1998-11-25 | 1 | -1/+1 |
| | |||||
* | Mark the new & changed items. | Fred Drake | 1998-07-27 | 1 | -10/+16 |
| | |||||
* | Fix up Barry's markup, which didn't pass the latex test. ;-) | Fred Drake | 1998-07-23 | 1 | -8/+7 |
| | |||||
* | Added descriptions of EnvironmentError and OSError; updated IOError to | Barry Warsaw | 1998-07-23 | 1 | -18/+51 |
| | | | | reflect its new place in the exception hierarchy; fixed typos, etc. | ||||
* | Logical markup. | Fred Drake | 1998-07-23 | 1 | -42/+42 |
| | |||||
* | Use the new module synopsis syntax, even though we don't need a synopsis table | Fred Drake | 1998-07-23 | 1 | -2/+3 |
| | | | | for this chapter. This protects against backend changes for \declaremodule. | ||||
* | Adjusted to use the new module synopsis support macros. | Fred Drake | 1998-07-23 | 1 | -0/+1 |
| | |||||
* | Use of \key and \kbd were isolated to one instance each in this file; | Fred Drake | 1998-04-28 | 1 | -5/+5 |
| | | | | normalize to \kbd to allow removal of \key from the document class. | ||||
* | Remove all \bcode / \ecode cruft; this is no longer needed. See previous | Fred Drake | 1998-02-13 | 1 | -2/+2 |
| | | | | | | | | | checkin of myformat.sty. Change "\renewcommand{\indexsubitem}{(...)}" to "\setindexsubitem{(...)}" everywhere. Some other minor nits that I happened to come across. | ||||
* | Added index entry and \label{} for exceptions module. This isn't in the | Fred Drake | 1998-01-20 | 1 | -0/+2 |
| | | | | | normal modules portion of the manual, but that's the basic effect of this section with the 1.5 change in exception support. | ||||
* | Correct small nits reported by Rob Hooft. | Guido van Rossum | 1997-12-30 | 1 | -2/+2 |
| | |||||
* | The \indexsubitem definition for the actual exceptions did not actually | Fred Drake | 1997-12-16 | 1 | -2/+2 |
| | | | | change the \indexsubitem value; fixed. | ||||
* | The sequence behavior is now on the Exception root class rather than | Guido van Rossum | 1997-10-07 | 1 | -3/+4 |
| | | | | on the StandardError class. | ||||
* | Documented new exceptions and exception classes. | Guido van Rossum | 1997-10-05 | 1 | -20/+117 |
| | |||||
* | mass changes; fix titles; add examples; correct typos; clarifications; | Guido van Rossum | 1995-03-17 | 1 | -1/+1 |
| | | | | unified style; etc. | ||||
* | Restructured library documentation | Guido van Rossum | 1994-01-02 | 1 | -0/+172 |