summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libhtmlparser.tex
Commit message (Collapse)AuthorAgeFilesLines
* Delete the LaTeX doc tree.Georg Brandl2007-08-151-173/+0
|
* Patch #912410: Replace HTML entity references for attribute valuesMartin v. Löwis2007-03-061-7/+11
| | | | in HTMLParser.
* avoid ugly markup based on the unfortunate conversions of ">>" and "<<" toFred Drake2006-05-031-1/+1
| | | | guillemets; no need for magic here
* document the exceptions raised by sgmllib, htmllib, and HTMLParserFred Drake2004-09-101-0/+13
|
* - remove crufty markup that's no longer needed to make theFred Drake2003-12-301-3/+3
| | | | | presentation work right (and didn't work anyway) - fix minor typo
* Fix double hyphen markup.Raymond Hettinger2003-12-071-3/+3
|
* SF bug #793702: Section 13.1 HTMLParser documentation errorRaymond Hettinger2003-08-251-1/+1
| | | | The -- is special to TeX and was printing as just -.
* Added documentation for the handle_pi() method, based on SF patch #662464.Fred Drake2003-04-171-1/+15
| | | | Closes SF bug #659188, patch #662464.
* Added more information on the differences between the htmllib and HTMLParserFred Drake2001-07-051-1/+7
| | | | modules.
* Michel Pelletier <michel@digicool.com>:Fred Drake2001-05-301-0/+136
Documentation for the HTMLParser module, with small changes by FLD.