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 }}
marcdm
/
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
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 23, 2013
updated test comment
Marc DM
committed
841e67c
View commit details
Copy full SHA for 841e67c
View code at this point
Browse repository at this point
minor update for clarity
Marc DM
committed
4a7adf2
View commit details
Copy full SHA for 4a7adf2
View code at this point
Browse repository at this point
Commits on Jun 19, 2013
lots of lessons learned, hopefully the test is more useful now
Marc DM
committed
b5c8085
View commit details
Copy full SHA for b5c8085
View code at this point
Browse repository at this point
Commits on Jun 18, 2013
good good, all tests pass except the one that needs to go
Marc DM
committed
07bbab1
View commit details
Copy full SHA for 07bbab1
View code at this point
Browse repository at this point
Commits on Jun 17, 2013
tweaks so that Travis doesn't complain
Marc DM
committed
de31243
View commit details
Copy full SHA for de31243
View code at this point
Browse repository at this point
Commits on Jun 16, 2013
fixed the unicode/str/six bug, but the test that proves it is in an alien file
Marc DM
committed
c8e024b
View commit details
Copy full SHA for c8e024b
View code at this point
Browse repository at this point
Commits on May 26, 2013
Don't needlessly scramble attribute order while walking an etree
ambv
committed
84c1206
View commit details
Copy full SHA for 84c1206
View code at this point
Browse repository at this point
Commits on May 17, 2013
Fix the two cases of us using old-style classes on Python 2.
gsnedders
committed
c18094a
View commit details
Copy full SHA for c18094a
View code at this point
Browse repository at this point
Bump version to 1.0b2.
gsnedders
committed
9397de5
View commit details
Copy full SHA for 9397de5
View code at this point
Browse repository at this point
Clarify variable names in test_parser.py.
gsnedders
committed
60456e8
View commit details
Copy full SHA for 60456e8
View code at this point
Browse repository at this point
Move default_etree to utils.py and use it for the treewalker too.
gsnedders
committed
a4fc4d8
View commit details
Copy full SHA for a4fc4d8
View code at this point
Browse repository at this point
Fix #51: DataLossWarning hiding real exceptions in parser.
Show description for 72f2169
gsnedders
committed
72f2169
View commit details
Copy full SHA for 72f2169
View code at this point
Browse repository at this point
add rudimentary Sphinx documentation
ambv
committed
c3726f3
View commit details
Copy full SHA for c3726f3
View code at this point
Browse repository at this point
Commits on May 16, 2013
Clean up getTreeBuilder, remove dom.TreeBuilder from 0.10 legacy.
gsnedders
committed
06faed8
View commit details
Copy full SHA for 06faed8
View code at this point
Browse repository at this point
Somehow merging left a redundant import; remove this.
gsnedders
committed
54648ef
View commit details
Copy full SHA for 54648ef
View code at this point
Browse repository at this point
Fix #37: Preserve order of attributes on serialization.
Show description for 0c99d3a
gsnedders
committed
0c99d3a
View commit details
Copy full SHA for 0c99d3a
View code at this point
Browse repository at this point
Commits on May 7, 2013
Removed `print()` from library code and 3to2 leftovers
ambv
committed
ae6520f
View commit details
Copy full SHA for ae6520f
View code at this point
Browse repository at this point
Google Code Issue 215: Properly detect seekable streams
Show description for e674941
jcarlosgarciasegovia
authored and
gsnedders
committed
e674941
View commit details
Copy full SHA for e674941
View code at this point
Browse repository at this point
Update the tests readme to be accurate.
gsnedders
committed
52c37b6
View commit details
Copy full SHA for 52c37b6
View code at this point
Browse repository at this point
Remove simplejson fallbacks in tests: we don't support Python < 2.6
gsnedders
committed
b7c3c48
View commit details
Copy full SHA for b7c3c48
View code at this point
Browse repository at this point
Remove `simpletree`, changing the default tree builder to `etree`.
ambv
authored and
gsnedders
committed
96da7f5
View commit details
Copy full SHA for 96da7f5
View code at this point
Browse repository at this point
Commits on May 5, 2013
Fix #16: Adoption agency algorithm comments up to date with r7867
ambv
authored and
gsnedders
committed
0a48b2f
View commit details
Copy full SHA for 0a48b2f
View code at this point
Browse repository at this point
Commits on May 4, 2013
use charade instead of chardet for Python 2.6 - 3.3 compatibility
ambv
authored and
gsnedders
committed
d442ec3
View commit details
Copy full SHA for d442ec3
View code at this point
Browse repository at this point
Fix for #33: null in attribute value breaks XML AttValue
Show description for d0b9b13
valievkarim
authored and
gsnedders
committed
d0b9b13
View commit details
Copy full SHA for d0b9b13
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
Previous
Next
You can’t perform that action at this time.