summaryrefslogtreecommitdiff
path: root/Lib/htmlentitydefs.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
* revert creation of the html.entities and html.parser modulesFred Drake2008-05-201-0/+273
* rename HTMLParser to html.parser, htmlentitydefs to html.entitiesFred Drake2008-05-171-273/+0
* Add two dictionaries to htmlentitydefs: name2codepoint mapsWalter Dörwald2003-04-161-254/+270
* removed __all__ from several modulesSkip Montanaro2001-02-181-2/+0
* added a few more __all__ listsSkip Montanaro2001-01-231-0/+2
* Whitespace normalization.Tim Peters2001-01-141-252/+252
* More trivial comment -> docstring transformations by Ka-Ping Yee,Guido van Rossum2000-02-041-0/+2
* New version by Mark-Andre Lemburg (generated by a script, parseentities.py).Guido van Rossum1999-08-191-103/+253
* added &quot defGuido van Rossum1996-05-281-0/+1
* added lt, gt, amp back to entity definitionsGuido van Rossum1995-10-061-0/+3
* Initial revisionGuido van Rossum1995-09-271-0/+101