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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
awesome-python
/
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
Branch selector
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
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
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
Browse repository at this point
Support <main>.
gsnedders
committed
89a3c5a
View commit details
Copy full SHA for 89a3c5a
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
Browse repository at this point
Fix #23; get parse.py at least mostly working under Python 3.
Show description for 4b7db9b
gsnedders
committed
4b7db9b
View commit details
Copy full SHA for 4b7db9b
Browse repository at this point
Fix tests raising DeprecationWarning.
Show description for 172380c
gsnedders
committed
172380c
View commit details
Copy full SHA for 172380c
Browse repository at this point
No need for random files to be executable
gsnedders
committed
0a729a3
View commit details
Copy full SHA for 0a729a3
Browse repository at this point
Ensure README and requirements files are included in sdist.
gsnedders
committed
d7df6be
View commit details
Copy full SHA for d7df6be
Browse repository at this point
Update README, and move to using reST. Fixes #5, #22.
gsnedders
committed
b4b7fb2
View commit details
Copy full SHA for b4b7fb2
Browse repository at this point
Packaging nowadays is done with distutils.
Show description for ef92bf7
gsnedders
committed
ef92bf7
View commit details
Copy full SHA for ef92bf7
Browse repository at this point
This is just the output of utils/iana_parse.py and need not be here.
Show description for a90be20
gsnedders
committed
a90be20
View commit details
Copy full SHA for a90be20
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
Browse repository at this point
Remove commented-out code
gsnedders
committed
3fac7c9
View commit details
Copy full SHA for 3fac7c9
Browse repository at this point
Fix more flake8 issues.
Show description for d12331e
gsnedders
committed
d12331e
View commit details
Copy full SHA for d12331e
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
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
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
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
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
Browse repository at this point
Fix module docstrings to occur before __future__ import.
gsnedders
committed
93a6fc4
View commit details
Copy full SHA for 93a6fc4
Browse repository at this point
Remove trailing whitespace (fixes #18).
gsnedders
committed
b7cce84
View commit details
Copy full SHA for b7cce84
Browse repository at this point
Split requirements-optional so chardet works on Python 2 and 3.
Show description for caec8e9
gsnedders
committed
caec8e9
View commit details
Copy full SHA for caec8e9
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
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
Browse repository at this point
Add requirements files for our optional dependencies and test with them.
gsnedders
committed
ffa00dd
View commit details
Copy full SHA for ffa00dd
Browse repository at this point
Re-enable Genshi treewalker.
Show description for 6bc4fc4
gsnedders
committed
6bc4fc4
View commit details
Copy full SHA for 6bc4fc4
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
Browse repository at this point
Commits on Apr 11, 2013
Add file to get basic setup information for debugging.
Show description for 459ba5f
gsnedders
committed
459ba5f
View commit details
Copy full SHA for 459ba5f
Browse repository at this point
Ignore .coverage as well.
gsnedders
committed
b2ac32a
View commit details
Copy full SHA for b2ac32a
Browse repository at this point
Fix #14 by updating testdata submodule.
gsnedders
committed
73f07a5
View commit details
Copy full SHA for 73f07a5
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
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
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
Browse repository at this point
Set everything up so sdist produces a useful package.
Show description for a0415f2
gsnedders
committed
a0415f2
View commit details
Copy full SHA for a0415f2
Browse repository at this point
Previous
Next
You can’t perform that action at this time.