summaryrefslogtreecommitdiffstats
path: root/Lib/html/entities.py
Commit message (Collapse)AuthorAgeFilesLines
* Add source for character mappings (GH-92014) (#92388)Miss Islington (bot)2022-05-061-0/+1
| | | | | | | (cherry picked from commit d707d073be5ecacb7ad341a1c1716f4998907d6b) Co-authored-by: slateny <46876382+slateny@users.noreply.github.com> Co-authored-by: slateny <46876382+slateny@users.noreply.github.com>
* Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-311-1/+1
|\
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-311-1/+1
| |
* | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
|\ \ | |/
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-181-2/+2
| |
* | Add an __all__ to html.entities.Ezio Melotti2014-08-021-0/+3
|/
* #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