Lines Matching refs:sgmllib
16711 - Removed the ``htmllib`` and ``sgmllib`` modules.
17843 - Bug #1504333: Make sgmllib support angle brackets in quoted
17847 sgmllib ('[' and ']' were not accepted).
18948 - Patch #1462498: sgmllib now handles entity and character references
21779 - sgmllib now supports SGML marked sections, in particular the
24872 sgmllib, netrc, chunk) found by Neil Norwitz's PyChecker.
25061 - sgmllib.py now calls handle_decl() for simple <!...> declarations.
28149 - In sgmllib (and hence htmllib), recognize attributes even if they
28672 - sgmllib.py: support tags with - or . in their name.
29077 - In sgmllib.py, restore the call to report_unbalanced() that was lost
31154 - The sgmllib.py module accepts hyphens and periods in the middle of
32250 - The sgmllib module now understands a limited number of SGML "shorthands"
32334 Small changes to "sgmllib" have also been made, to better match the