FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/html5lib/tokenizer.py - darobin/html5lib-python · GitHub
darobin
/
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
src
html5lib
tokenizer.py
on
python3-old
User selector
Datepicker
Commit history
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
View code at this point
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
View code at this point
Browse repository at this point
Work in progress
Show description for b3a5385
jgraham
committed
b3a5385
View commit details
Copy full SHA for b3a5385
View code at this point
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
View code at this point
Browse repository at this point
Commits on Dec 22, 2008
Updated tokeniser to implement r2123
Show description for 7c71652
philiptaylor
committed
7c71652
View commit details
Copy full SHA for 7c71652
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Dec 18, 2008
Made tagNameState faster (saves ~3% overall)
Show description for c6f0940
philiptaylor
committed
c6f0940
View commit details
Copy full SHA for c6f0940
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 4, 2008
Fix some parse errors for 0.11
Show description for 54181f0
jgraham
committed
54181f0
View commit details
Copy full SHA for 54181f0
View code at this point
Browse repository at this point
Commits on May 28, 2008
Optimised entity lookup a bit. (Reduces tokenisation time by around 10% in some cases.)
Show description for d85d895
philiptaylor
committed
d85d895
View commit details
Copy full SHA for d85d895
View code at this point
Browse repository at this point
Commits on Apr 30, 2008
Move RCData parser to where it should have been to begin with in order to fix last lxml unit test
Show description for 566ca68
jgraham
committed
566ca68
View commit details
Copy full SHA for 566ca68
View code at this point
Browse repository at this point
Commits on Apr 7, 2008
Check for invalid codepoints in input stream
Show description for afe181d
jgraham
committed
afe181d
View commit details
Copy full SHA for afe181d
View code at this point
Browse repository at this point
Commits on Mar 20, 2008
Added test for "--x>" not resetting the escape flag. Updated Python code to pass.
Show description for 4cb16fa
philiptaylor
committed
4cb16fa
View commit details
Copy full SHA for 4cb16fa
View code at this point
Browse repository at this point
Commits on Mar 3, 2008
Updated tokeniser tests and Python to match r1306 of spec
Show description for 40f494d
philiptaylor
committed
40f494d
View commit details
Copy full SHA for 40f494d
View code at this point
Browse repository at this point
Commits on Mar 2, 2008
Updated Python tokeniser to match new tests
Show description for 18e5d32
philiptaylor
committed
18e5d32
View commit details
Copy full SHA for 18e5d32
View code at this point
Browse repository at this point
Commits on Feb 14, 2008
Updated doctype-parsing tokeniser tests and code to match updated spec
Show description for 7bd2389
philiptaylor
committed
7bd2389
View commit details
Copy full SHA for 7bd2389
View code at this point
Browse repository at this point
Commits on Oct 18, 2007
Don't crash and burn when non-ascii characters are found in the pre-parse
Show description for 447b711
jgraham
committed
447b711
View commit details
Copy full SHA for 447b711
View code at this point
Browse repository at this point
Commits on Oct 16, 2007
Several changes related to character encoding; convert utf-16 to utf-8 if found in pre-parse algorithm, allow chardet to be switched off, start implementing reparsing if <meta> found during actual …
Show description for d05f439
jgraham
committed
d05f439
View commit details
Copy full SHA for d05f439
View code at this point
Browse repository at this point
Commits on Sep 30, 2007
remove obsolete comment in tokenizer and add one in html5parser
Show description for f8e251a
annevk
committed
f8e251a
View commit details
Copy full SHA for f8e251a
View code at this point
Browse repository at this point
Commits on Aug 28, 2007
Refactored error messages to codes defined in constants.py
Show description for 6ee1c5a
Mark Pilgrim
committed
6ee1c5a
View commit details
Copy full SHA for 6ee1c5a
View code at this point
Browse repository at this point
Commits on Jul 22, 2007
editorial changes
Show description for 7568d31
annevk
committed
7568d31
View commit details
Copy full SHA for 7568d31
View code at this point
Browse repository at this point
Commits on Jul 13, 2007
Reworked messages to use %s instead of concatenating strings (so that messages can actually really be localized with gettext)
Show description for cdea9e3
tbroyer
committed
cdea9e3
View commit details
Copy full SHA for cdea9e3
View code at this point
Browse repository at this point
Commits on Jul 12, 2007
Move case folding into the tokenizer. We now fail 4 tests although some are bugs in the test harness
Show description for e2fd652
jgraham
committed
e2fd652
View commit details
Copy full SHA for e2fd652
View code at this point
Browse repository at this point
Commits on Jul 8, 2007
Fix test with duplicate attribute values at EOF
Show description for 9581b91
jgraham
committed
9581b91
View commit details
Copy full SHA for 9581b91
View code at this point
Browse repository at this point
Fix issue 50 - 	 at EOF not converted to entity. Phillip has a pile of tests including one for for this which he is planning to check in.
Show description for 082885e
jgraham
committed
082885e
View commit details
Copy full SHA for 082885e
View code at this point
Browse repository at this point
Commits on Jul 7, 2007
Fix comment with leading dash
Show description for bcbf113
jgraham
committed
bcbf113
View commit details
Copy full SHA for bcbf113
View code at this point
Browse repository at this point
A few more cases where str data is being initalized rather than unicode)
Show description for eaea9f3
jgraham
committed
eaea9f3
View commit details
Copy full SHA for eaea9f3
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL