FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/html5lib/inputstream.py - sigmundch/html5lib-python · GitHub
sigmundch
/
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
inputstream.py
on
python3-old
User selector
Datepicker
Commit history
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
View code at this point
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
View code at this point
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
View code at this point
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
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
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
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
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
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
View code at this point
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
View code at this point
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
View code at this point
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
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
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 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
View code at this point
Browse repository at this point
Commits on Jun 8, 2008
Make encodings insensitive to punctuation and use the correct codec in all cases
Show description for bb16218
jgraham
committed
bb16218
View commit details
Copy full SHA for bb16218
View code at this point
Browse repository at this point
Commits on Jun 3, 2008
Fixed line-count bug introduced in r1154
Show description for c7e3ffc
philiptaylor
committed
c7e3ffc
View commit details
Copy full SHA for c7e3ffc
View code at this point
Browse repository at this point
Commits on May 30, 2008
Restored Python 2.3 compatibility. Fixed typo of "certain".
Show description for abf1605
philiptaylor
committed
abf1605
View commit details
Copy full SHA for abf1605
View code at this point
Browse repository at this point
Commits on May 29, 2008
Fixed error when \r\n(EOF) falls across chunk boundary
Show description for 980e9ad
philiptaylor
committed
980e9ad
View commit details
Copy full SHA for 980e9ad
View code at this point
Browse repository at this point
Commits on May 28, 2008
Optimised invalid-Unicode regexp. Cached match.end(). (Saves about 5-10% in the tokeniser.)
Show description for 66d242f
philiptaylor
committed
66d242f
View commit details
Copy full SHA for 66d242f
View code at this point
Browse repository at this point
Fixed input stream regexp cache
Show description for bf696f4
philiptaylor
committed
bf696f4
View commit details
Copy full SHA for bf696f4
View code at this point
Browse repository at this point
Commits on May 27, 2008
Attempted optimisation of HTMLInputStream. (Reduces overall parsing time by 15-25% in some typical cases.)
Show description for 56c7e58
philiptaylor
committed
56c7e58
View commit details
Copy full SHA for 56c7e58
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 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
Remove some incorrect whitespace
Show description for b24ea63
jgraham
committed
b24ea63
View commit details
Copy full SHA for b24ea63
View code at this point
Browse repository at this point
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 Oct 12, 2007
Fix assertion when ungetting EOF
Show description for 53b7b98
jgraham
committed
53b7b98
View commit details
Copy full SHA for 53b7b98
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 Sep 23, 2007
Don't update the stream position each time a character is read
Show description for 0c6d178
jgraham
committed
0c6d178
View commit details
Copy full SHA for 0c6d178
View code at this point
Browse repository at this point
Commits on Sep 19, 2007
Fix typo
Show description for 13f7c37
jgraham
committed
13f7c37
View commit details
Copy full SHA for 13f7c37
View code at this point
Browse repository at this point
Remove duplicated code
Show description for b60997a
jgraham
committed
b60997a
View commit details
Copy full SHA for b60997a
View code at this point
Browse repository at this point
Use a deque for the character queue. Patch by shawn.hsiao
Show description for ed1c27f
jgraham
committed
ed1c27f
View commit details
Copy full SHA for ed1c27f
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 Aug 14, 2007
Wallpaper over crash to do with updating position in stream. Fails one test to do with position calculation but this is a temp. fix
Show description for ce54311
jgraham
committed
ce54311
View commit details
Copy full SHA for ce54311
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL