Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delete the LaTeX doc tree. | Georg Brandl | 2007-08-15 | 1 | -381/+0 |
| | |||||
* | Bug #1397205: doc typo | Georg Brandl | 2006-01-10 | 1 | -1/+1 |
| | |||||
* | add missing line break | Fred Drake | 2004-10-25 | 1 | -1/+1 |
| | |||||
* | fix documentation for ContentHandler.ignorableWhitespace() | Fred Drake | 2004-05-06 | 1 | -1/+1 |
| | | | | (closes SF bug #881707) | ||||
* | Change email address. | Martin v. Löwis | 2003-04-18 | 1 | -1/+1 |
| | |||||
* | Talk about interfaces rather than implementation classes where appropriate. | Fred Drake | 2002-06-25 | 1 | -20/+24 |
| | | | | | | Add hyperlinks to make the documentation on the Attributes and AttributesNS interfaces more discoverable. Closes SF bug #484603. | ||||
* | Fix the default value for feature_namespaces, per discussions on the XML-SIG | Fred Drake | 2001-11-19 | 1 | -2/+2 |
| | | | | mailing list. This causes the docs to match the default implementation. | ||||
* | Clarified a couple of issues for the startElement*() handlers: | Fred Drake | 2001-11-18 | 1 | -8/+18 |
| | | | | | | | | | - the attrs value may be re-used by the parser, so the implementation cannot rely on owning the object. - an element with no namespace encountered in namespace mode will have a URI of None, not "" (startElementNS() only). Fixed a couple of minor markup issues as well. | ||||
* | A variety of small cleanups, including one to avoid a margin overrun in the | Fred Drake | 2001-11-06 | 1 | -17/+15 |
| | | | | PDF version. | ||||
* | Use the \note and \warning macros where appropriate. | Fred Drake | 2001-10-20 | 1 | -2/+2 |
| | |||||
* | Added documentation on the ErrorHandler interface. | Fred Drake | 2000-12-19 | 1 | -0/+40 |
| | | | | This closes bug #126034. | ||||
* | Two typos caught by /F; thanks! | Fred Drake | 2000-12-04 | 1 | -2/+2 |
| | |||||
* | Added a comment for ContentHandler.characters() explaining how to migrate | Fred Drake | 2000-12-04 | 1 | -0/+8 |
| | | | | SAX1 code to SAX2, based on bug #123695. | ||||
* | Massive addition of SAX documentation from Martin von Loewis | Fred Drake | 2000-10-12 | 1 | -0/+321 |
<loewis@informatik.hu-berlin.de>. Reorganized to be more like other parts of the documentation in its arrangement, but with few content changes. This closes SourceForge patch #101850. |