summaryrefslogtreecommitdiffstats
path: root/Lib/_markupbase.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.9] bpo-34480: fix bug where match variable is used prior to being defined ↵Marek Suscak2022-05-161-0/+1
| | | | | | | (GH-17643) (GH-32256) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
* #13576: add tests about the handling of (possibly broken) condcoms.Ezio Melotti2011-12-191-0/+4
|
* Take advantage of the frozenset constant optimization.Raymond Hettinger2010-09-051-4/+4
|
* Remove the htmllib and sgmllib modules as per PEP 3108.Georg Brandl2008-06-011-3/+2
|
* rename markupbase to _markupbaseFred Drake2007-12-071-0/+392