Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
3f5b9088b0ed08e1442cca37df78f609d5cd8c3c
/
Lib
/
_markupbase.py
62f3d03
#13576: add tests about the handling of (possibly broken) condcoms.
by Ezio Melotti
· 13 years ago
d5825cc
Take advantage of the frozenset constant optimization.
by Raymond Hettinger
· 14 years ago
877b10a
Remove the htmllib and sgmllib modules as per PEP 3108.
by Georg Brandl
· 16 years ago
cb5c80f
rename markupbase to _markupbase
by Fred Drake
· 17 years ago
[Renamed (99%) from Lib/markupbase.py]
73e5a5b
Merge the rest of the trunk.
by Thomas Wouters
· 18 years ago
d09def3
Bug #1442874: handle "<!>", the empty SGML comment
by Georg Brandl
· 19 years ago
7ed44e5
add note about "markupbase" not being intended for direct use
by Fred Drake
· 19 years ago
f027ca8
[Patch #965175] Incorporate a suggestion for a better error message
by Andrew M. Kuchling
· 20 years ago
70a6b49
Replace backticks with repr() or "%r"
by Walter Dörwald
· 21 years ago
0eadaac
Whitespace normalization.
by Tim Peters
· 22 years ago
3163a3b
Patch #545300: Support marked sections.
by Martin v. Löwis
· 22 years ago
65230a2
Remove uses of the string and types modules:
by Walter Dörwald
· 22 years ago
7ce734c
Use string methods where possible, and remove import string
by Neal Norwitz
· 22 years ago
5445f07
Re-arrange things and remove some unused variables/imports to keep pychecker
by Fred Drake
· 23 years ago
3d32be1
Remove extra param from call to self.error(). Reported by Neal Norwitz.
by Fred Drake
· 23 years ago
1cffd5c
Be consistent about the string module.
by Fred Drake
· 23 years ago
68f8a80
New base class for the SGMLParser and HTMLParser classes from the sgmllib
by Fred Drake
· 23 years ago