Victor Stinner
|
1863302d61
|
gh-97669: Create Tools/build/ directory (#97963)
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.
|
2022-10-17 12:01:00 +02:00 |
Ezio Melotti
|
f28ec34c5c
|
gh-82927: Update files related to HTML entities. (GH-92504)
|
2022-06-21 22:03:12 +02:00 |
slateny
|
d707d073be
|
Add source for character mappings (#92014)
|
2022-05-06 12:28:09 +02:00 |
Martin Panter
|
4827e488a4
|
Merge spelling fixes from 3.4 into 3.5
|
2015-10-31 12:16:18 +00:00 |
Martin Panter
|
1f1177d69a
|
Fix some spelling errors in documentation and code comments
|
2015-10-31 11:48:53 +00:00 |
Serhiy Storchaka
|
82e07b92b3
|
Issue #23181: More "codepoint" -> "code point".
|
2015-01-18 11:33:31 +02:00 |
Serhiy Storchaka
|
d3faf43f9b
|
Issue #23181: More "codepoint" -> "code point".
|
2015-01-18 11:28:37 +02:00 |
Ezio Melotti
|
11bec7a1b8
|
Add an __all__ to html.entities.
|
2014-08-02 15:15:02 +03:00 |
Ezio Melotti
|
e6e96eea51
|
#16245: Fix the value of a few entities in html.entities.html5.
|
2012-10-23 15:51:27 +02:00 |
Ezio Melotti
|
518dbfd7b5
|
Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia.
|
2012-10-23 14:45:58 +02:00 |
Ezio Melotti
|
dc44f55cc9
|
#11113: add a new "html5" dictionary containing the named character references defined by the HTML5 standard and the equivalent Unicode character(s) to the html.entities module.
|
2012-06-24 04:37:41 +02:00 |
Fred Drake
|
3c50ea4303
|
rename HTMLParser to html.parser and htmlentitydefs to html.entities;
includes merge of trunk revision 63432
|
2008-05-17 22:02:32 +00:00 |