FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for html5lib - lixkel/html5lib-python · GitHub
lixkel
/
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
Datepicker
Commit history
Commits on May 26, 2026
Constant phases (#567)
Show description for 144f339
authored and
lixkel
committed
144f339
View commit details
Copy full SHA for 144f339
View code at this point
Browse repository at this point
tests: drop dependency on external mock module for newer python (#574)
Show description for ba47eb0
authored and
lixkel
committed
ba47eb0
View commit details
Copy full SHA for ba47eb0
View code at this point
Browse repository at this point
GitHub Actions: python: ["3.8", "3.9", "3.10", "3.11", "3.12"] (#575)
cclauss
authored and
lixkel
committed
cf88843
View commit details
Copy full SHA for cf88843
View code at this point
Browse repository at this point
Allow min-height, max-height, min-width, max-width in the sanitizer (#566)
Show description for 400c8ed
authored and
lixkel
committed
400c8ed
View commit details
Copy full SHA for 400c8ed
View code at this point
Browse repository at this point
Add support for <ol reversed>, related attributes (#396)
Show description for 084735e
authored and
lixkel
committed
084735e
View commit details
Copy full SHA for 084735e
View code at this point
Browse repository at this point
Sort void elements alphabetically, document ones that don't match current standard (#563)
ambv
authored and
lixkel
committed
fe94a2c
View commit details
Copy full SHA for fe94a2c
View code at this point
Browse repository at this point
Support the <wbr> element (#395)
Show description for 40c8c45
authored and
lixkel
committed
40c8c45
View commit details
Copy full SHA for 40c8c45
View code at this point
Browse repository at this point
Fix reference targets in Sphinx documentation (#562)
Show description for 7c50d96
ambv
authored and
lixkel
committed
7c50d96
View commit details
Copy full SHA for 7c50d96
View code at this point
Browse repository at this point
Sanitizer: Allow <summary> (#423)
Show description for 0f3ee3b
authored and
lixkel
committed
0f3ee3b
View commit details
Copy full SHA for 0f3ee3b
View code at this point
Browse repository at this point
Commits on Mar 1, 2023
Restore ability to provide a tree builder name as string (#559)
Show description for c64a111
theRealProHacker
and
ambv
authored
c64a111
View commit details
Copy full SHA for c64a111
View code at this point
Browse repository at this point
Use for:else: where it makes sense (#539)
Show description for 1b39377
idiomaticrefactoring
and
ambv
authored
1b39377
View commit details
Copy full SHA for 1b39377
View code at this point
Browse repository at this point
Replace os.path.split with .dirname or .basename in two places (#508)
foolip
authored
1cd57cb
View commit details
Copy full SHA for 1cd57cb
View code at this point
Browse repository at this point
remove redundant list comprehension (#547)
Show description for 5decf47
adhintz
authored
5decf47
View commit details
Copy full SHA for 5decf47
View code at this point
Browse repository at this point
Fix pytest warnings (#544)
hugovk
authored
6815a54
View commit details
Copy full SHA for 6815a54
View code at this point
Browse repository at this point
Bump Flake8 to fix CI for Python 3.7 (#554)
hugovk
authored
3ecbda6
View commit details
Copy full SHA for 3ecbda6
View code at this point
Browse repository at this point
Commits on Sep 17, 2021
Update tests/testdata (Test </p> and </br> in SVG)
zcorpan
authored and
jgraham
committed
fefb7a1
View commit details
Copy full SHA for fefb7a1
View code at this point
Browse repository at this point
Commits on Mar 29, 2021
Update tests/testdata (for <svg><p> in innerHTML)
zcorpan
authored and
jgraham
committed
0d24bec
View commit details
Copy full SHA for 0d24bec
View code at this point
Browse repository at this point
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL