Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-97669: Create Tools/build/ directory (#97963) | Victor Stinner | 2022-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 Melotti | 2022-06-21 |
| | |||
* | Add source for character mappings (#92014) | slateny | 2022-05-06 |
| | |||
* | Merge spelling fixes from 3.4 into 3.5 | Martin Panter | 2015-10-31 |
|\ | |||
| * | Fix some spelling errors in documentation and code comments | Martin Panter | 2015-10-31 |
| | | |||
* | | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 |
|\| | |||
| * | Issue #23181: More "codepoint" -> "code point". | Serhiy Storchaka | 2015-01-18 |
| | | |||
* | | Add an __all__ to html.entities. | Ezio Melotti | 2014-08-02 |
|/ | |||
* | #16245: Fix the value of a few entities in html.entities.html5. | Ezio Melotti | 2012-10-23 |
| | |||
* | Reorder html.entities.html5 entities to make updates easier. Patch by ↵ | Ezio Melotti | 2012-10-23 |
| | | | | Iuliia Proskurnia. | ||
* | #11113: add a new "html5" dictionary containing the named character ↵ | Ezio Melotti | 2012-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 Drake | 2008-05-17 |
includes merge of trunk revision 63432 |