FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for html5lib - HelloBroBro/html5lib-python · GitHub
HelloBroBro
/
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 Feb 21, 2024
Constant phases (#567)
Show description for fd4f032
ambv
and
gsnedders
authored
fd4f032
View commit details
Copy full SHA for fd4f032
View code at this point
Browse repository at this point
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
View commit details
Copy full SHA for 82c2599
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
4a87368
View commit details
Copy full SHA for 4a87368
View code at this point
Browse repository at this point
Commits on Mar 3, 2023
Allow min-height, max-height, min-width, max-width in the sanitizer (#566)
Show description for 3e500bb
authored
3e500bb
View commit details
Copy full SHA for 3e500bb
View code at this point
Browse repository at this point
Add support for <ol reversed>, related attributes (#396)
Show description for 01b7dea
twm
and
ambv
authored
01b7dea
View commit details
Copy full SHA for 01b7dea
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
Sort void elements alphabetically, document ones that don't match current standard (#563)
ambv
authored
82047b0
View commit details
Copy full SHA for 82047b0
View code at this point
Browse repository at this point
Support the <wbr> element (#395)
Show description for 6ca0244
twm
and
ambv
authored
6ca0244
View commit details
Copy full SHA for 6ca0244
View code at this point
Browse repository at this point
Commits on Mar 1, 2023
Fix reference targets in Sphinx documentation (#562)
Show description for 5c30ac3
ambv
authored
5c30ac3
View commit details
Copy full SHA for 5c30ac3
View code at this point
Browse repository at this point
Sanitizer: Allow <summary> (#423)
Show description for ff7fa37
twm
and
ambv
authored
ff7fa37
View commit details
Copy full SHA for ff7fa37
View code at this point
Browse repository at this point
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