summaryrefslogtreecommitdiffstats
path: root/Lib/html/entities.py
Commit message (Collapse)AuthorAgeFilesLines
* #16245: Fix the value of a few entities in html.entities.html5.Ezio Melotti2012-10-231-12/+12
|
* Reorder html.entities.html5 entities to make updates easier. Patch by ↵Ezio Melotti2012-10-231-109/+109
| | | | Iuliia Proskurnia.
* #11113: add a new "html5" dictionary containing the named character ↵Ezio Melotti2012-06-241-0/+2236
| | | | references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module.
* rename HTMLParser to html.parser and htmlentitydefs to html.entities;Fred Drake2008-05-171-0/+270
includes merge of trunk revision 63432