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 }}
zcorpan
/
html5lib-python
Public
forked from
html5lib/html5lib-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
on
master
User selector
All users
All time
Commit history
Commits on Aug 10, 2020
Use Node.from_parent() constructor to support pytest 6
Show description for 2c19b98
hroncok
authored and
jgraham
committed
2c19b98
View commit details
Copy full SHA for 2c19b98
View code at this point
Browse repository at this point
Commits on Jun 22, 2020
Bump version number for dev
gsnedders
committed
f4646e6
View commit details
Copy full SHA for f4646e6
View code at this point
Browse repository at this point
Bump version for release
gsnedders
committed
f87487a
View commit details
Copy full SHA for f87487a
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
Deprecate the sanitizer and recommend Bleach (#501)
gsnedders
authored
8df6cc9
View commit details
Copy full SHA for 8df6cc9
View code at this point
Browse repository at this point
Commits on Jun 17, 2020
Don't use cElementTree on Python 3
Show description for 7e52b16
tiran
authored and
gsnedders
committed
7e52b16
View commit details
Copy full SHA for 7e52b16
View code at this point
Browse repository at this point
Get lxml treewalker outputting attrs in source order again
Show description for b2b08cc
gsnedders
committed
b2b08cc
View commit details
Copy full SHA for b2b08cc
View code at this point
Browse repository at this point
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
Speedup setting attributes on etree implementations
gsnedders
committed
b2e4802
View commit details
Copy full SHA for b2e4802
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
Shortcut the entire meta encoding pre-parse when possible
gsnedders
committed
9d1a0fd
View commit details
Copy full SHA for 9d1a0fd
View code at this point
Browse repository at this point
Avoid allocating bytes slice in encoding pre-parse
gsnedders
committed
f1b28b0
View commit details
Copy full SHA for f1b28b0
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 Jun 9, 2020
Fix #488: append document-child comments in document order in lxml
gsnedders
committed
5c1a695
View commit details
Copy full SHA for 5c1a695
View code at this point
Browse repository at this point
Update html5lib-tests
gsnedders
authored
dcf3f0b
View commit details
Copy full SHA for dcf3f0b
View code at this point
Browse repository at this point
Commits on Jun 7, 2020
Move to pytest4/5
Show description for 93c3555
gsnedders
authored
93c3555
View commit details
Copy full SHA for 93c3555
View code at this point
Browse repository at this point
Commits on May 28, 2020
Drop datrie support (#455)
gsnedders
authored
5cd73ef
View commit details
Copy full SHA for 5cd73ef
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
Make scanning for meta encoding much quicker
Show description for 2310bd8
gsnedders
authored and
jgraham
committed
2310bd8
View commit details
Copy full SHA for 2310bd8
View code at this point
Browse repository at this point
Commits on Feb 26, 2020
Fix typos (#424)
zborboa-g
authored
e4de4c9
View commit details
Copy full SHA for e4de4c9
View code at this point
Browse repository at this point
Fix Pytest4.x compatibility error
Show description for 9c44367
stanislavlevin
authored and
gsnedders
committed
9c44367
View commit details
Copy full SHA for 9c44367
View code at this point
Browse repository at this point
Update flake8 to the latest version and fix all errors
jdufresne
authored and
gsnedders
committed
986560a
View commit details
Copy full SHA for 986560a
View code at this point
Browse repository at this point
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 Apr 26, 2019
Improve the 'Coercing non-XML name' warning (#418)
Show description for 4b22754
Ms2ger
authored and
gsnedders
committed
4b22754
View commit details
Copy full SHA for 4b22754
View code at this point
Browse repository at this point
Commits on Oct 1, 2018
Try to import MutableMapping from collections.abc (#403)
Show description for 4f92357
5j9
authored and
gsnedders
committed
4f92357
View commit details
Copy full SHA for 4f92357
View code at this point
Browse repository at this point
Remove unnecessary compatibility shim for BytesIO (#401)
Show description for 0ba6628
jdufresne
authored and
gsnedders
committed
0ba6628
View commit details
Copy full SHA for 0ba6628
View code at this point
Browse repository at this point
Remove unnecessary use of six.binary_type (#400)
Show description for fd04f6a
jdufresne
authored and
gsnedders
committed
fd04f6a
View commit details
Copy full SHA for fd04f6a
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Misc. source comment typos (#391)
Show description for e9ef538
luzpaz
authored and
gsnedders
committed
e9ef538
View commit details
Copy full SHA for e9ef538
View code at this point
Browse repository at this point
Commits on Jan 20, 2018
fixed some minor grammar in opening comment (#389)
Ward Bradt
authored and
gsnedders
committed
5e6b61b
View commit details
Copy full SHA for 5e6b61b
View code at this point
Browse repository at this point
Commits on Jan 16, 2018
fixed misspelling of "association" in base.py (#387)
Ward Bradt
authored and
jgraham
committed
786dbf8
View commit details
Copy full SHA for 786dbf8
View code at this point
Browse repository at this point
Refer to EOF by its constant everywhere (#388)
gsnedders
authored and
jgraham
committed
4b8a119
View commit details
Copy full SHA for 4b8a119
View code at this point
Browse repository at this point
Commits on Dec 7, 2017
Bump version number beyond release
gsnedders
committed
a4e7d17
View commit details
Copy full SHA for a4e7d17
View code at this point
Browse repository at this point
Bump version number for release
gsnedders
committed
07404ca
View commit details
Copy full SHA for 07404ca
View code at this point
Browse repository at this point
Commits on Dec 6, 2017
Document html5lib.treewalkers (#386)
willkg
authored and
gsnedders
committed
0f1994b
View commit details
Copy full SHA for 0f1994b
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
First pass at documenting html5lib.filters (#375)
willkg
authored and
gsnedders
committed
f7708c4
View commit details
Copy full SHA for f7708c4
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
Previous
Next
You can’t perform that action at this time.