aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/_markupbase.py
Commit message (Collapse)AuthorAge
* _markupbase.py: Use a permalink for the analysis of MS-Word extensions ↵Stan Ulbrych2025-02-06
| | | | | (GH-129017) Update _markupbase.py
* bpo-31844: Remove _markupbase.ParserBase.error() (GH-8562)Berker Peksag2020-07-16
|
* #13576: add tests about the handling of (possibly broken) condcoms.Ezio Melotti2011-12-19
|
* Take advantage of the frozenset constant optimization.Raymond Hettinger2010-09-05
|
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-01
|
* rename markupbase to _markupbaseFred Drake2007-12-07