Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
75k
Code
Issues
5k+
Pull requests
2.6k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
html
on
3.5
User selector
All users
Datepicker
All time
Commit history
Commits on May 26, 2016
Issue #27076: Doc, comment and tests spelling fixes
Show description for 46f5072
vadmium
committed
46f5072
View commit details
Copy full SHA for 46f5072
View code at this point
Browse repository at this point
Commits on Oct 31, 2015
Merge spelling fixes from 3.4 into 3.5
vadmium
committed
4827e48
View commit details
Copy full SHA for 4827e48
View code at this point
Browse repository at this point
Fix some spelling errors in documentation and code comments
vadmium
committed
1f1177d
View commit details
Copy full SHA for 1f1177d
View code at this point
Browse repository at this point
Commits on Sep 6, 2015
#23144: merge with 3.4.
ezio-melotti
committed
20a2c64
View commit details
Copy full SHA for 20a2c64
View code at this point
Browse repository at this point
#23144: Make sure that HTMLParser.feed() returns all the data, even when convert_charrefs is True.
ezio-melotti
committed
6f2bb98
View commit details
Copy full SHA for 6f2bb98
View code at this point
Browse repository at this point
Commits on Jan 18, 2015
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
82e07b9
View commit details
Copy full SHA for 82e07b9
View code at this point
Browse repository at this point
Issue #23181: More "codepoint" -> "code point".
serhiy-storchaka
committed
d3faf43
View commit details
Copy full SHA for d3faf43
View code at this point
Browse repository at this point
Commits on Aug 2, 2014
#21047: set the default value for the *convert_charrefs* argument of HTMLParser to True. Patch by Berker Peksag.
ezio-melotti
committed
6fc16d8
View commit details
Copy full SHA for 6fc16d8
View code at this point
Browse repository at this point
Add an __all__ to html.entities.
ezio-melotti
committed
11bec7a
View commit details
Copy full SHA for 11bec7a
View code at this point
Browse repository at this point
#15114: the strict mode and argument of HTMLParser, HTMLParser.error, and the HTMLParserError exception have been removed.
ezio-melotti
committed
73a4359
View commit details
Copy full SHA for 73a4359
View code at this point
Browse repository at this point
Commits on Feb 1, 2014
#20288: merge with 3.3.
ezio-melotti
committed
153d97b
View commit details
Copy full SHA for 153d97b
View code at this point
Browse repository at this point
#20288: fix handling of invalid numeric charrefs in HTMLParser.
ezio-melotti
committed
f27b9a7
View commit details
Copy full SHA for f27b9a7
View code at this point
Browse repository at this point
Commits on Nov 23, 2013
#13633: Added a new convert_charrefs keyword arg to HTMLParser that, when True, automatically converts all character references.
ezio-melotti
committed
95401c5
View commit details
Copy full SHA for 95401c5
View code at this point
Browse repository at this point
Commits on Nov 22, 2013
#19688: add back and deprecate the internal HTMLParser.unescape() method.
ezio-melotti
committed
f6de9eb
View commit details
Copy full SHA for f6de9eb
View code at this point
Browse repository at this point
Commits on Nov 19, 2013
#2927: Added the unescape() function to the html module.
ezio-melotti
committed
4a9ee26
View commit details
Copy full SHA for 4a9ee26
View code at this point
Browse repository at this point
Commits on Nov 7, 2013
#19480: merge with 3.3.
ezio-melotti
committed
b703881
View commit details
Copy full SHA for b703881
View code at this point
Browse repository at this point
#19480: HTMLParser now accepts all valid start-tag names as defined by the HTML5 standard.
ezio-melotti
committed
7165d8b
View commit details
Copy full SHA for 7165d8b
View code at this point
Browse repository at this point
Commits on Nov 2, 2013
#15114: The html.parser module now raises a DeprecationWarning when the strict argument of HTMLParser or the HTMLParser.error method are used.
ezio-melotti
committed
88ebfb1
View commit details
Copy full SHA for 88ebfb1
View code at this point
Browse repository at this point
Commits on Jul 7, 2013
#18020: improve html.escape speed by an order of magnitude. Patch by Matt Bryant.
ezio-melotti
committed
4603487
View commit details
Copy full SHA for 4603487
View code at this point
Browse repository at this point
Commits on May 1, 2013
#17802: merge with 3.3.
ezio-melotti
committed
f6ca26f
View commit details
Copy full SHA for f6ca26f
View code at this point
Browse repository at this point
#17802: Fix an UnboundLocalError in html.parser. Initial tests by Thomas Barlow.
ezio-melotti
committed
8e596a7
View commit details
Copy full SHA for 8e596a7
View code at this point
Browse repository at this point
#14679: add an __all__ (that contains only HTMLParser) to html.parser.
ezio-melotti
committed
1698bab
View commit details
Copy full SHA for 1698bab
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
#16245: Fix the value of a few entities in html.entities.html5.
ezio-melotti
committed
e6e96ee
View commit details
Copy full SHA for e6e96ee
View code at this point
Browse repository at this point
Reorder html.entities.html5 entities to make updates easier. Patch by Iuliia Proskurnia.
ezio-melotti
committed
518dbfd
View commit details
Copy full SHA for 518dbfd
View code at this point
Browse repository at this point
Commits on Jun 24, 2012
#15156: HTMLParser now uses the new "html.entities.html5" dictionary.
ezio-melotti
committed
4649518
View commit details
Copy full SHA for 4649518
View code at this point
Browse repository at this point
#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.
ezio-melotti
committed
dc44f55
View commit details
Copy full SHA for dc44f55
View code at this point
Browse repository at this point
Commits on Jun 23, 2012
#15114: the strict mode of HTMLParser and the HTMLParseError exception are deprecated now that the parser is able to parse invalid markup.
ezio-melotti
committed
3861d8b
View commit details
Copy full SHA for 3861d8b
View code at this point
Browse repository at this point
Commits on Apr 19, 2012
#14538: HTMLParser can now parse correctly start tags that contain a bare /.
ezio-melotti
committed
0780b6b
View commit details
Copy full SHA for 0780b6b
View code at this point
Browse repository at this point
Commits on Feb 21, 2012
HTMLParser is now able to handle slashes in the start tag.
ezio-melotti
committed
29877e8
View commit details
Copy full SHA for 29877e8
View code at this point
Browse repository at this point
Commits on Feb 13, 2012
Fix an index and clean up comments.
ezio-melotti
committed
e31dded
View commit details
Copy full SHA for e31dded
View code at this point
Browse repository at this point
Improve handling of declarations in HTMLParser.
ezio-melotti
committed
f4ab491
View commit details
Copy full SHA for f4ab491
View code at this point
Browse repository at this point
#13993: HTMLParser is now able to handle broken end tags when strict=False.
ezio-melotti
committed
5211ffe
View commit details
Copy full SHA for 5211ffe
View code at this point
Browse repository at this point
Commits on Feb 10, 2012
#13960: HTMLParser is now able to handle broken comments when strict=False.
ezio-melotti
committed
fa3702d
View commit details
Copy full SHA for fa3702d
View code at this point
Browse repository at this point
Commits on Nov 18, 2011
#13358: HTMLParser now calls handle_data only once for each CDATA.
ezio-melotti
committed
15cb489
View commit details
Copy full SHA for 15cb489
View code at this point
Browse repository at this point
Commits on Nov 14, 2011
#1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser.
ezio-melotti
committed
c2fe577
View commit details
Copy full SHA for c2fe577
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.