Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix grammar | Neal Norwitz | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | [Apply SF patch #504943] | Walter Dörwald | 2002-03-21 | 1 | -1/+7 |
| | | | | | | This patch makes it possible to pass Warning instances as the first argument to warnings.warn. In this case the category argument will be ignored. The message text used will be str(warninginstance). | ||||
* | "level" keyword argument in example should be "stacklevel". | Fred Drake | 2002-03-12 | 1 | -1/+1 |
| | | | | This closes SF bug #517684. | ||||
* | Fix a minor typo and mark an exception name that was missed. | Fred Drake | 2001-08-14 | 1 | -1/+1 |
| | |||||
* | Document warn_explicit(). | Guido van Rossum | 2001-02-28 | 1 | -0/+10 |
| | |||||
* | Document filterwarnings(..., append=<bool>). | Guido van Rossum | 2001-01-14 | 1 | -2/+4 |
| | |||||
* | Markup nit: Command line options should be marked with \programopt. | Fred Drake | 2001-01-04 | 1 | -15/+17 |
| | | | | | | Other minor markup nits fixed. Make reference to PyErr_Warn() a hyperlink. | ||||
* | Make sure subsections are formatted into HTML pages with reasonable names. | Fred Drake | 2000-12-25 | 1 | -4/+5 |
| | |||||
* | Document the warnings module. | Guido van Rossum | 2000-12-19 | 1 | -0/+191 |