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
on
test_python_basic_repl
User selector
All users
All time
Commit history
Commits on Feb 19, 2023
gh-100210: Correct the comment link for unescaping HTML (#100212)
Show description for 9a07eff
jcamiel
authored
9a07eff
View commit details
Copy full SHA for 9a07eff
View code at this point
Browse repository at this point
Commits on Oct 17, 2022
gh-97669: Create Tools/build/ directory (#97963)
Show description for 1863302
vstinner
authored
1863302
View commit details
Copy full SHA for 1863302
View code at this point
Browse repository at this point
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 Jun 21, 2022
gh-82927: Update files related to HTML entities. (GH-92504)
ezio-melotti
authored
f28ec34
View commit details
Copy full SHA for f28ec34
View code at this point
Browse repository at this point
Commits on May 6, 2022
Add source for character mappings (#92014)
slateny
authored
d707d07
View commit details
Copy full SHA for d707d07
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 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
Previous
Next
You can’t perform that action at this time.