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 }}
Swean
/
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
on
gcode-157
User selector
All users
Datepicker
All time
Commit history
Commits on May 4, 2013
fixup! Google Code Issue 157: Add "escape invisible characters" option
gsnedders
committed
9344001
View commit details
Copy full SHA for 9344001
View code at this point
Browse repository at this point
Google Code Issue 157: Add "escape invisible characters" option
Show description for f4f1fb8
fantasai
authored and
gsnedders
committed
f4f1fb8
View commit details
Copy full SHA for f4f1fb8
View code at this point
Browse repository at this point
Commits on May 1, 2013
Fix #4: nested, indirect descendant, <button> causes infinite loop.
Show description for 073d792
gsnedders
committed
073d792
View commit details
Copy full SHA for 073d792
View code at this point
Browse repository at this point
Support <main>.
gsnedders
committed
89a3c5a
View commit details
Copy full SHA for 89a3c5a
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
Eliminate absolute imports in the library (tests get to keep them).
gsnedders
committed
e6ab4c9
View commit details
Copy full SHA for e6ab4c9
View code at this point
Browse repository at this point
Fix tests raising DeprecationWarning.
Show description for 172380c
gsnedders
committed
172380c
View commit details
Copy full SHA for 172380c
View code at this point
Browse repository at this point
No need for random files to be executable
gsnedders
committed
0a729a3
View commit details
Copy full SHA for 0a729a3
View code at this point
Browse repository at this point
Move Genshi adapter/test dict out of try block.
gsnedders
committed
5b94a06
View commit details
Copy full SHA for 5b94a06
View code at this point
Browse repository at this point
Remove commented-out code
gsnedders
committed
3fac7c9
View commit details
Copy full SHA for 3fac7c9
View code at this point
Browse repository at this point
Fix more flake8 issues.
Show description for d12331e
gsnedders
committed
d12331e
View commit details
Copy full SHA for d12331e
View code at this point
Browse repository at this point
(Almost) comply with PEP 8.
Show description for a8b40b2
gsnedders
committed
a8b40b2
View commit details
Copy full SHA for a8b40b2
View code at this point
Browse repository at this point
Placate pyflakes and fix tests after fixing issues.
Show description for 7a06a5a
gsnedders
committed
7a06a5a
View commit details
Copy full SHA for 7a06a5a
View code at this point
Browse repository at this point
Commits on Apr 27, 2013
Fix #19: ResourceWarning on test_encoding (test_big5.txt unclosed)
gsnedders
committed
b72b001
View commit details
Copy full SHA for b72b001
View code at this point
Browse repository at this point
refactor allowed_token and disallowed_token as new methods in HTMLSanitizerMixin for usage in subclass.
mfa
authored and
gsnedders
committed
52f9ca6
View commit details
Copy full SHA for 52f9ca6
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Bump module __version__ to match setup.py
gsnedders
committed
90aa9f4
View commit details
Copy full SHA for 90aa9f4
View code at this point
Browse repository at this point
Fix module docstrings to occur before __future__ import.
gsnedders
committed
93a6fc4
View commit details
Copy full SHA for 93a6fc4
View code at this point
Browse repository at this point
Remove trailing whitespace (fixes #18).
gsnedders
committed
b7cce84
View commit details
Copy full SHA for b7cce84
View code at this point
Browse repository at this point
Fix chardet test under Python 3 to read file as bytes
gsnedders
committed
2aff0a3
View commit details
Copy full SHA for 2aff0a3
View code at this point
Browse repository at this point
Fix DATrie support under Python 2.
Show description for 0941326
gsnedders
committed
0941326
View commit details
Copy full SHA for 0941326
View code at this point
Browse repository at this point
Re-enable Genshi treewalker.
Show description for 6bc4fc4
gsnedders
committed
6bc4fc4
View commit details
Copy full SHA for 6bc4fc4
View code at this point
Browse repository at this point
Add diff to error messages from treewalker tests.
Show description for 3dabe2c
gsnedders
committed
3dabe2c
View commit details
Copy full SHA for 3dabe2c
View code at this point
Browse repository at this point
Commits on Apr 11, 2013
Fix #14 by updating testdata submodule.
gsnedders
committed
73f07a5
View commit details
Copy full SHA for 73f07a5
View code at this point
Browse repository at this point
Commits on Apr 10, 2013
Merge pull request #15 from gsnedders/update-aaa
Show description for 3facc99
jgraham
committed
3facc99
View commit details
Copy full SHA for 3facc99
View code at this point
Browse repository at this point
Fix tokenizer test harness to not decode tests multiple times.
Show description for e4f6fa1
gsnedders
committed
e4f6fa1
View commit details
Copy full SHA for e4f6fa1
View code at this point
Browse repository at this point
Start to update AAA. This gets the tests passing.
Show description for 8904365
gsnedders
committed
8904365
View commit details
Copy full SHA for 8904365
View code at this point
Browse repository at this point
Fix #3: utf-8 typo'd in simpletree.
gsnedders
committed
1ae5846
View commit details
Copy full SHA for 1ae5846
View code at this point
Browse repository at this point
Get chardet tests running again.
gsnedders
committed
d2e6674
View commit details
Copy full SHA for d2e6674
View code at this point
Browse repository at this point
Commits on Apr 9, 2013
Have a consistent API for errors where the format values are a dict.
Show description for 3640fe8
gsnedders
committed
3640fe8
View commit details
Copy full SHA for 3640fe8
View code at this point
Browse repository at this point
Fix spelling mistakes in parse errors.
Show description for d7c0a1a
gsnedders
committed
d7c0a1a
View commit details
Copy full SHA for d7c0a1a
View code at this point
Browse repository at this point
Remove the long-deprecated BeautifulSoup support.
Show description for 17f9dba
gsnedders
committed
17f9dba
View commit details
Copy full SHA for 17f9dba
View code at this point
Browse repository at this point
Remove the "XHTML" Serializer.
Show description for 4834f64
gsnedders
committed
4834f64
View commit details
Copy full SHA for 4834f64
View code at this point
Browse repository at this point
Don't rely on the ElementTree Comment factory being the tag attribute on Comments.
Show description for 3e50aad
gsnedders
committed
3e50aad
View commit details
Copy full SHA for 3e50aad
View code at this point
Browse repository at this point
Move back to __import__ for 2.6
gsnedders
committed
4e06f37
View commit details
Copy full SHA for 4e06f37
View code at this point
Browse repository at this point
Get rid of set comprehension, as this doesn't exist in Python 2.6.
gsnedders
committed
1198aba
View commit details
Copy full SHA for 1198aba
View code at this point
Browse repository at this point
Get tests running again under git.
gsnedders
committed
b1dfea6
View commit details
Copy full SHA for b1dfea6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.