Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
28cee96ee1106aa5597f7b51be1a8ba0d2bdfcb2
/
Lib
/
html
/
entities.py
3c50ea4
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
by Fred Drake
· 17 years ago
[Renamed from Lib/htmlentitydefs.py]
c90584e
Use strings for all entity values, as that is now possible
by Martin v. Löwis
· 17 years ago
cc2b016
- PEP 3106: dict.iterkeys(), .iteritems(), .itervalues() are now gone;
by Guido van Rossum
· 18 years ago
5688b7a
Add two dictionaries to htmlentitydefs: name2codepoint maps
by Walter Dörwald
· 22 years ago
7834907
removed __all__ from several modules
by Skip Montanaro
· 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
54f22ed
More trivial comment -> docstring transformations by Ka-Ping Yee, who writes:
by Guido van Rossum
· 25 years ago
f8e390b
New version by Mark-Andre Lemburg (generated by a script, parseentities.py).
by Guido van Rossum
· 26 years ago
7a623d7
added " def
by Guido van Rossum
· 29 years ago
d58364e
added lt, gt, amp back to entity definitions
by Guido van Rossum
· 30 years ago
c52c1e9
Initial revision
by Guido van Rossum
· 30 years ago