aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/html/entities.py
Commit message (Collapse)AuthorAge
* gh-97669: Create Tools/build/ directory (#97963)Victor Stinner2022-10-17
| | | | | | | | | | | | | | | | | | | | | | | Create Tools/build/ directory. Move the following scripts from Tools/scripts/ to Tools/build/: * check_extension_modules.py * deepfreeze.py * freeze_modules.py * generate_global_objects.py * generate_levenshtein_examples.py * generate_opcode_h.py * generate_re_casefix.py * generate_sre_constants.py * generate_stdlib_module_names.py * generate_token.py * parse_html5_entities.py * smelly.py * stable_abi.py * umarshal.py * update_file.py * verify_ensurepip_wheels.py Update references to these scripts.
* gh-82927: Update files related to HTML entities. (GH-92504)Ezio Melotti2022-06-21
|
* Add source for character mappings (#92014)slateny2022-05-06
|
* Merge spelling fixes from 3.4 into 3.5Martin Panter2015-10-31
|\
| * Fix some spelling errors in documentation and code commentsMartin Panter2015-10-31
| |
* | Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-18
|\|
| * Issue #23181: More "codepoint" -> "code point".Serhiy Storchaka2015-01-18
| |
* | Add an __all__ to html.entities.Ezio Melotti2014-08-02
|/
* #16245: Fix the value of a few entities in html.entities.html5.Ezio Melotti2012-10-23
|
* Reorder html.entities.html5 entities to make updates easier. Patch by ↵Ezio Melotti2012-10-23
| | | | Iuliia Proskurnia.
* #11113: add a new "html5" dictionary containing the named character ↵Ezio Melotti2012-06-24
| | | | 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-17
includes merge of trunk revision 63432