Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
38d53451b74d10f5b2045878e907ea510d94aed0
/
Lib
/
htmllib.py
1b7e079
int() of a string is only expected to through ValueError, so do not use
by Fred Drake
· 23 years ago
373c55e
String method conversion.
by Eric S. Raymond
· 24 years ago
2dd4276
added a few more __all__ lists fixed typo in ihooks docstring
by Skip Montanaro
· 24 years ago
07e99cb
Whitespace normalization.
by Tim Peters
· 24 years ago
96d80f9
No need to import sys. (Andrew Dalke & kjpylint)
by Guido van Rossum
· 26 years ago
45e2fbc
Mass check-in after untabifying all files that need it.
by Guido van Rossum
· 27 years ago
57a68e0
Remove redundant import regsub.
by Guido van Rossum
· 27 years ago
a98b0a1
improved test()
by Guido van Rossum
· 29 years ago
84175ba
strip <A> attribute values
by Guido van Rossum
· 29 years ago
65126d5
entity definitions from HTML 2.0 std
by Guido van Rossum
· 29 years ago
453534a
added verbose option; added ismap/align/width/height to handle_image args
by Guido van Rossum
· 29 years ago
fd504d9
took out forms support (in favor a Grail extension)
by Guido van Rossum
· 29 years ago
aa76344
change blank line insertion at a few places and fix recursion bug for </var>
by Guido van Rossum
· 29 years ago
f54d967
new formatter module; redid htmllib module to use it
by Guido van Rossum
· 29 years ago
7ff5d7f
major rewrite using different formatting paradigm
by Guido van Rossum
· 29 years ago
2d95706
support <HTML>, remove <HEADER>
by Guido van Rossum
· 29 years ago
1dba24e
remove redundant backslashes; some cosnetics
by Guido van Rossum
· 30 years ago
7c750e1
added html parser and supporting cast
by Guido van Rossum
· 30 years ago