FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · ambv/html5lib-python · GitHub
ambv
/
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
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on May 16, 2012
Add support for <video preload=...>, <audio preload=...>
Show description for 6ecbcaf
wingo
committed
6ecbcaf
View commit details
Copy full SHA for 6ecbcaf
Browse repository at this point
Add "poster" as an acceptable attribute of <video>
Show description for 8400422
wingo
committed
8400422
View commit details
Copy full SHA for 8400422
Browse repository at this point
Commits on Oct 7, 2009
various fixes to make lxml treebuilder actually work in python 3
Mark Pilgrim
committed
951dc02
View commit details
Copy full SHA for 951dc02
Browse repository at this point
Commits on Sep 30, 2009
fix 'object of type 'type' is not iterable' in codecName
Mark Pilgrim
committed
9dc584c
View commit details
Copy full SHA for 9dc584c
Browse repository at this point
fix 'NameError: global name 'nameLower' is not defined' in processDoctype
Mark Pilgrim
committed
03c7960
View commit details
Copy full SHA for 03c7960
Browse repository at this point
EncodingBytes.__new__ needs to call bytes.__new__, not str.__new__
Mark Pilgrim
committed
0a9de87
View commit details
Copy full SHA for 0a9de87
Browse repository at this point
Commits on Jul 6, 2009
Serializer test fixes
jgraham
committed
55caa34
View commit details
Copy full SHA for 55caa34
Browse repository at this point
Commits on May 31, 2009
Merge again
Show description for 63924b6
jgraham
committed
63924b6
View commit details
Copy full SHA for 63924b6
Browse repository at this point
Commits on May 30, 2009
Attempt at merging svgmathml branch to the default branch
Show description for babe4a3
jgraham
committed
babe4a3
View commit details
Copy full SHA for babe4a3
Browse repository at this point
Commits on Feb 2, 2009
More stuff orking including treewalkers, parts of parse.py dom, (c)ElementTree
Show description for 768ba79
jgraham
committed
768ba79
View commit details
Copy full SHA for 768ba79
Browse repository at this point
Commits on Feb 1, 2009
Work in progress
Show description for 10b9010
jgraham
committed
10b9010
View commit details
Copy full SHA for 10b9010
Browse repository at this point
Work in progress
Show description for b3a5385
jgraham
committed
b3a5385
View commit details
Copy full SHA for b3a5385
Browse repository at this point
Commits on Jan 17, 2009
Add start of SVG+MathML branch
Show description for f47bc4f
jgraham
committed
f47bc4f
View commit details
Copy full SHA for f47bc4f
Browse repository at this point
Commits on Dec 22, 2008
U+000B in the input stream is a parse error (r2138)
Show description for bf5f514
philiptaylor
committed
bf5f514
View commit details
Copy full SHA for bf5f514
Browse repository at this point
Updated tokeniser to implement r2123
Show description for 7c71652
philiptaylor
committed
7c71652
View commit details
Copy full SHA for 7c71652
Browse repository at this point
Fixed tokeniser from recent merge
Show description for d876256
philiptaylor
committed
d876256
View commit details
Copy full SHA for d876256
Browse repository at this point
Resync my tree with the trunk. Adds support for coercing trees to xml infosets in particular for lxml (still need to wire up the tests) and some speed improvements in the parser. Big apologies for …
Show description for 2a4154e
jgraham
committed
2a4154e
View commit details
Copy full SHA for 2a4154e
Browse repository at this point
Tokeniser updates to match spec: missing attribute values (r2122), lowercase doctype names (r2502)
Show description for ddfddb9
philiptaylor
committed
ddfddb9
View commit details
Copy full SHA for ddfddb9
Browse repository at this point
Commits on Dec 18, 2008
Simplified unget code (and improved speed by ~2%)
Show description for 0d0282b
philiptaylor
committed
0d0282b
View commit details
Copy full SHA for 0d0282b
Browse repository at this point
Fixed recent regression of recent minor charsUntil optimisation
Show description for 22886b1
philiptaylor
committed
22886b1
View commit details
Copy full SHA for 22886b1
Browse repository at this point
Made tagNameState faster (saves ~3% overall)
Show description for c6f0940
philiptaylor
committed
c6f0940
View commit details
Copy full SHA for c6f0940
Browse repository at this point
Whoops, last commit broke some tests - fixed now
Show description for 3c5b658
philiptaylor
committed
3c5b658
View commit details
Copy full SHA for 3c5b658
Browse repository at this point
Made charsUntil a little bit faster when matching extremely short strings
Show description for f000f56
philiptaylor
committed
f000f56
View commit details
Copy full SHA for f000f56
Browse repository at this point
Rejiggered the tokeniser so it only ever unconsumes a single character. Simplified the line/column position counters. (Saves about 5% parsing time.)
Show description for ce43212
philiptaylor
committed
ce43212
View commit details
Copy full SHA for ce43212
Browse repository at this point
Optimised PCDATA Data State a bit (saves maybe 3%)
Show description for b7c7de7
philiptaylor
committed
b7c7de7
View commit details
Copy full SHA for b7c7de7
Browse repository at this point
Compare against EOF (None) using 'is' instead of '==', for ~3% performance improvement
Show description for cfb1e85
philiptaylor
committed
cfb1e85
View commit details
Copy full SHA for cfb1e85
Browse repository at this point
Implemented and added tests for the new list of illegal numeric character references
Show description for 362c648
philiptaylor
committed
362c648
View commit details
Copy full SHA for 362c648
Browse repository at this point
Added some failing tokeniser tests, and fixed them
Show description for b067b74
philiptaylor
committed
b067b74
View commit details
Copy full SHA for b067b74
Browse repository at this point
Fixed eof-in-bogus-doctype test failures
Show description for dfc849f
philiptaylor
committed
dfc849f
View commit details
Copy full SHA for dfc849f
Browse repository at this point
Commits on Dec 17, 2008
Changed HTMLTokenizer and HTMLInputStream to be old-style classes (improves overall parse performance by 15-20%).
Show description for 52121ff
philiptaylor
committed
52121ff
View commit details
Copy full SHA for 52121ff
Browse repository at this point
Commits on Dec 16, 2008
Save some calls to len() in the input stream (improves tokeniser performance by maybe 1-2%)
Show description for 2a332b9
philiptaylor
committed
2a332b9
View commit details
Copy full SHA for 2a332b9
Browse repository at this point
Commits on Dec 14, 2008
Passing more tests is better
Show description for 43a2727
jgraham
committed
43a2727
View commit details
Copy full SHA for 43a2727
Browse repository at this point
Commits on Dec 4, 2008
Accept space at end of style="x: y; " (related to issue 83).
Show description for 8fd1df6
philiptaylor
committed
8fd1df6
View commit details
Copy full SHA for 8fd1df6
Browse repository at this point
Fixed issue 83 (nasty backtracking in sanitizer regexp)
Show description for 1284173
philiptaylor
committed
1284173
View commit details
Copy full SHA for 1284173
Browse repository at this point
Commits on Sep 22, 2008
API breaking change; make tree the second argument to the HTMLParser rather than the third for the sake of ease of use
Show description for 665800d
jgraham
committed
665800d
View commit details
Copy full SHA for 665800d
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL