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 }}
Shecs
/
html5lib-python
Public
forked from
html5lib/html5lib-python
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
html5lib-python
html5lib
html5parser.py
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 21, 2024
Constant phases (#567)
Show description for fd4f032
ambv
and
gsnedders
authored
fd4f032
View commit details
Copy full SHA for fd4f032
View code at this point
Browse repository at this point
Commits on Mar 1, 2023
Restore ability to provide a tree builder name as string (#559)
Show description for c64a111
theRealProHacker
and
ambv
authored
c64a111
View commit details
Copy full SHA for c64a111
View code at this point
Browse repository at this point
remove redundant list comprehension (#547)
Show description for 5decf47
adhintz
authored
5decf47
View commit details
Copy full SHA for 5decf47
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
Move token normalisation to the tokenizer
gsnedders
committed
38ec086
View commit details
Copy full SHA for 38ec086
View code at this point
Browse repository at this point
Only initialise the method dispatcher once
Show description for b075e51
gsnedders
committed
b075e51
View commit details
Copy full SHA for b075e51
View code at this point
Browse repository at this point
Use dict on Py >= 3.7 for attributes now it is ordered
gsnedders
committed
0db23a3
View commit details
Copy full SHA for 0db23a3
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Remove unnecessary/empty try/except construct
Show description for dbeeacc
jdufresne
authored and
gsnedders
committed
dbeeacc
View commit details
Copy full SHA for dbeeacc
View code at this point
Browse repository at this point
Commits on Oct 29, 2019
Use modern Python syntax set literals and dict comprehension (#415)
Show description for af19281
jdufresne
authored and
jgraham
committed
af19281
View commit details
Copy full SHA for af19281
View code at this point
Browse repository at this point
Commits on Dec 1, 2017
Document html5parser module
willkg
committed
805f272
View commit details
Copy full SHA for 805f272
View code at this point
Browse repository at this point
Commits on Nov 29, 2017
Make ReparseException private
Show description for 876ff02
willkg
committed
876ff02
View commit details
Copy full SHA for 876ff02
View code at this point
Browse repository at this point
Commits on Nov 22, 2017
Remove redundant <=2.6 code (#362)
hugovk
authored and
gsnedders
committed
6f8320e
View commit details
Copy full SHA for 6f8320e
View code at this point
Browse repository at this point
Commits on Nov 7, 2017
Drop support for Python 2.6 (#356)
Show description for 5f637af
willkg
authored and
gsnedders
committed
5f637af
View commit details
Copy full SHA for 5f637af
View code at this point
Browse repository at this point
Commits on Jul 15, 2016
Fix attribute order to the treebuilder to be document order
Show description for e0dc25f
gsnedders
committed
e0dc25f
View commit details
Copy full SHA for e0dc25f
View code at this point
Browse repository at this point
Commits on Jul 14, 2016
Move a whole bunch of private modules to be underscore prefixed
Show description for c4dd677
gsnedders
committed
c4dd677
View commit details
Copy full SHA for c4dd677
View code at this point
Browse repository at this point
Commits on Jul 13, 2016
Rename treebuilders._base to .base to reflect public status
gsnedders
committed
7bb34c7
View commit details
Copy full SHA for 7bb34c7
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Fix #120: introduce keyword arguments for encodings by source
gsnedders
committed
fc9f63b
View commit details
Copy full SHA for fc9f63b
View code at this point
Browse repository at this point
Commits on Jul 6, 2016
Remove ability to use a custom tokenizer
Show description for d8d5bb6
gsnedders
committed
d8d5bb6
View commit details
Copy full SHA for d8d5bb6
View code at this point
Browse repository at this point
Remove parseMeta
gsnedders
committed
e65bee9
View commit details
Copy full SHA for e65bee9
View code at this point
Browse repository at this point
Fix #258: annotation-xml branch didn't check tag type
gsnedders
committed
e45339a
View commit details
Copy full SHA for e45339a
View code at this point
Browse repository at this point
Commits on Jun 27, 2016
Make self closing col start tags not cause a parse error (#244)
jdufresne
authored and
gsnedders
committed
11bdb49
View commit details
Copy full SHA for 11bdb49
View code at this point
Browse repository at this point
Commits on May 25, 2016
Check that no tag in the method dispatcher is duplicated (#255)
Show description for 66a2f77
gsnedders
committed
66a2f77
View commit details
Copy full SHA for 66a2f77
View code at this point
Browse repository at this point
Commits on May 22, 2016
Preserve attribute order when parsing
kovidgoyal
authored and
gsnedders
committed
a137d14
View commit details
Copy full SHA for a137d14
View code at this point
Browse repository at this point
Clean up the constants imports in html5parser
gsnedders
committed
0a885c6
View commit details
Copy full SHA for 0a885c6
View code at this point
Browse repository at this point
Speed up unnecessarily slow and obtuse dict comparison
kovidgoyal
authored and
gsnedders
committed
29f0512
View commit details
Copy full SHA for 29f0512
View code at this point
Browse repository at this point
Commits on May 20, 2016
Change which way around we overwrite this for clarity's sake
gsnedders
committed
b64df28
View commit details
Copy full SHA for b64df28
View code at this point
Browse repository at this point
Silence unused-argument
gsnedders
committed
a017b88
View commit details
Copy full SHA for a017b88
View code at this point
Browse repository at this point
Silence redefined-variable-type
gsnedders
committed
82d623b
View commit details
Copy full SHA for 82d623b
View code at this point
Browse repository at this point
Avoid noisiness from pylint and the parser's set patterns
gsnedders
committed
c1c16ce
View commit details
Copy full SHA for c1c16ce
View code at this point
Browse repository at this point
Get rid of mutable default arguments
gsnedders
committed
c64bfca
View commit details
Copy full SHA for c64bfca
View code at this point
Browse repository at this point
Commits on May 11, 2016
Implement InHeadNoscript context
neumond
authored and
gsnedders
committed
7f2fe00
View commit details
Copy full SHA for 7f2fe00
View code at this point
Browse repository at this point
Commits on May 10, 2016
Apply memoization to getPhases; this provides a decent perf gain
gsnedders
committed
bf3e733
View commit details
Copy full SHA for bf3e733
View code at this point
Browse repository at this point
Commits on May 4, 2016
Ensure we only ever reparse *once*
gsnedders
committed
b0ae0c2
View commit details
Copy full SHA for b0ae0c2
View code at this point
Browse repository at this point
Commits on Jan 12, 2016
Fix #144: avoid bogus parse error on camel-case foreign elements
gsnedders
committed
a2cdaf5
View commit details
Copy full SHA for a2cdaf5
View code at this point
Browse repository at this point
Fix #124: Move to webencodings for decoding the input byte stream.
gsnedders
committed
85723e2
View commit details
Copy full SHA for 85723e2
View code at this point
Browse repository at this point
Make pep8 1.7 happy.
gsnedders
committed
5e90af8
View commit details
Copy full SHA for 5e90af8
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.