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
Accelerator
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 }}
devdanzin
/
cpython
Public
forked from
python/cpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cpython
Lib
html
parser.py
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Aug 18, 2022
gh-95813: Improve HTMLParser from the view of inheritance (#95874)
Show description for 157aef7
corona10
authored
157aef7
View commit details
Copy full SHA for 157aef7
View code at this point
Browse repository at this point
Commits on Oct 12, 2021
bpo-45421: Remove dead code from html.parser (GH-28847)
Show description for 562c0d7
mardy
authored
562c0d7
View commit details
Copy full SHA for 562c0d7
View code at this point
Browse repository at this point
Commits on Oct 6, 2021
Fix typos in the Lib directory (GH-28775)
Show description for 745c9d9
cclauss
and
terryjreedy
authored
745c9d9
View commit details
Copy full SHA for 745c9d9
View code at this point
Browse repository at this point
Commits on Feb 1, 2021
bpo-41748: Handles unquoted attributes with commas (#24072)
Show description for 9eb11a1
karlcow
authored
9eb11a1
View commit details
Copy full SHA for 9eb11a1
View code at this point
Browse repository at this point
Commits on Aug 27, 2019
bpo-37328: remove deprecated HTMLParser.unescape (GH-14186)
Show description for fae0ed5
methane
authored
fae0ed5
View commit details
Copy full SHA for fae0ed5
View code at this point
Browse repository at this point
Commits on Jun 17, 2017
bpo-30629: Remove second call of str.lower() in html.parser.parse_endtag. (#2099)
Show description for 3358d58
narusemotoki
authored and
terryjreedy
committed
3358d58
View commit details
Copy full SHA for 3358d58
View code at this point
Browse repository at this point
Commits on May 24, 2017
Revert "Fixed a typo in the HTMLParser.feed docstrings" (#1771)
Show description for c842efc
serhiy-storchaka
authored
c842efc
View commit details
Copy full SHA for c842efc
View code at this point
Browse repository at this point
Commits on May 23, 2017
Fixed a typo in the HTMLParser.feed docstrings. The docstring started with an 'r', like a rawstring. (#1759)
dasdachs
authored and
serhiy-storchaka
committed
5ba1850
View commit details
Copy full SHA for 5ba1850
View code at this point
Browse repository at this point
Commits on Sep 8, 2016
#27364: fix "incorrect" uses of escape character in the stdlib.
Show description for 44b548d
bitdancer
committed
44b548d
View commit details
Copy full SHA for 44b548d
View code at this point
Browse repository at this point
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 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 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
#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 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 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
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.