Skip to content
Navigation Menu
Toggle navigation
Sign in
Product
GitHub Copilot
Write better code with AI
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
All features
Documentation
GitHub Skills
Blog
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Reseting focus
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 }}
html5lib
/
html5lib-python
Public
Notifications
You must be signed in to change notification settings
Fork
294
Star
1.2k
Code
Issues
81
Pull requests
9
Discussions
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security
Insights
Commits
Branch selector
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
Copy full SHA for fd4f032
Commits on Jan 10, 2024
tests: drop dependency on external mock module for newer python (#574)
Show description for 82c2599
eli-schwartz
and
ambv
authored
82c2599
Copy full SHA for 82c2599
GitHub Actions: python: ["3.8", "3.9", "3.10", "3.11", "3.12"] (#575)
cclauss
authored
4a87368
Copy full SHA for 4a87368
Commits on Mar 3, 2023
Allow min-height, max-height, min-width, max-width in the sanitizer (#566)
Show description for 3e500bb
3 people
authored
3e500bb
Copy full SHA for 3e500bb
Test more on GitHub Actions (#564)
Show description for f0bb2a6
ambv
authored
f0bb2a6
Copy full SHA for f0bb2a6
Add support for <ol reversed>, related attributes (#396)
Show description for 01b7dea
twm
and
ambv
authored
01b7dea
Copy full SHA for 01b7dea
Commits on Mar 2, 2023
Sort void elements alphabetically, document ones that don't match current standard (#563)
ambv
authored
82047b0
Copy full SHA for 82047b0
Support the <wbr> element (#395)
Show description for 6ca0244
twm
and
ambv
authored
6ca0244
Copy full SHA for 6ca0244
Commits on Mar 1, 2023
Fix reference targets in Sphinx documentation (#562)
Show description for 5c30ac3
ambv
authored
5c30ac3
Copy full SHA for 5c30ac3
Sanitizer: Allow <summary> (#423)
Show description for ff7fa37
twm
and
ambv
authored
ff7fa37
Copy full SHA for ff7fa37
Restore ability to provide a tree builder name as string (#559)
Show description for c64a111
theRealProHacker
and
ambv
authored
c64a111
Copy full SHA for c64a111
Use for:else: where it makes sense (#539)
Show description for 1b39377
idiomaticrefactoring
and
ambv
authored
1b39377
Copy full SHA for 1b39377
Fix ReST link markup in README
ambv
authored
4f9f5bf
Copy full SHA for 4f9f5bf
README: Replace broken mailing list link with archive (#543)
Show description for 2f64f3b
hugovk
and
ambv
authored
2f64f3b
Copy full SHA for 2f64f3b
Replace os.path.split with .dirname or .basename in two places (#508)
foolip
authored
1cd57cb
Copy full SHA for 1cd57cb
remove redundant list comprehension (#547)
Show description for 5decf47
adhintz
authored
5decf47
Copy full SHA for 5decf47
Fix pytest warnings (#544)
hugovk
authored
6815a54
Copy full SHA for 6815a54
Remove Travis CI in favour of GitHub Actions (#545)
Show description for d1dfa20
hugovk
and
ambv
authored
d1dfa20
Copy full SHA for d1dfa20
Add support for Python 3.9 and 3.10 and 3.11 (#542)
hugovk
authored
10b7eb8
Copy full SHA for 10b7eb8
Bump Flake8 to fix CI for Python 3.7 (#554)
hugovk
authored
3ecbda6
Copy full SHA for 3ecbda6
Commits on Sep 17, 2021
Update html5lib's test expectations
zcorpan
authored and
jgraham
committed
f7cab6f
Copy full SHA for f7cab6f
Update tests/testdata (Test </p> and </br> in SVG)
zcorpan
authored and
jgraham
committed
fefb7a1
Copy full SHA for fefb7a1
Commits on May 19, 2021
Add GitHub Actions workflow for tox (#527)
jayaddison
authored
2f25bf2
Copy full SHA for 2f25bf2
Commits on Mar 29, 2021
Update html5lib's test expectations
zcorpan
authored and
jgraham
committed
ad3bde7
Copy full SHA for ad3bde7
Update tests/testdata (for <svg><p> in innerHTML)
zcorpan
authored and
jgraham
committed
0d24bec
Copy full SHA for 0d24bec
Commits on Aug 10, 2020
Use Node.from_parent() constructor to support pytest 6
Show description for 2c19b98
hroncok
authored and
jgraham
committed
2c19b98
Copy full SHA for 2c19b98
changelog: the 1.1 version has been released
GeyseR
authored and
jgraham
committed
a7c1887
Copy full SHA for a7c1887
Commits on Jul 1, 2020
Stop running coverage on Travis/AppVeyor
gsnedders
committed
569e580
Copy full SHA for 569e580
Commits on Jun 22, 2020
Bump version number for dev
gsnedders
committed
f4646e6
Copy full SHA for f4646e6
Bump version for release
gsnedders
committed
f87487a
Copy full SHA for f87487a
Commits on Jun 21, 2020
Deprecate the sanitizer and recommend Bleach (#501)
gsnedders
authored
8df6cc9
Copy full SHA for 8df6cc9
Commits on Jun 17, 2020
Don't use cElementTree on Python 3
Show description for 7e52b16
tiran
authored and
gsnedders
committed
7e52b16
Copy full SHA for 7e52b16
Get lxml treewalker outputting attrs in source order again
Show description for b2b08cc
gsnedders
committed
b2b08cc
Copy full SHA for b2b08cc
Move token normalisation to the tokenizer
gsnedders
committed
38ec086
Copy full SHA for 38ec086
Speedup setting attributes on etree implementations
gsnedders
committed
b2e4802
Copy full SHA for b2e4802
Pagination
Previous
Next
You can’t perform that action at this time.