FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/html5lib/treebuilders - 15fly/html5lib-python · GitHub
15fly
/
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
treebuilders
on
python3-old
User selector
Datepicker
Commit history
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
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
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 May 31, 2008
Fixed various BeautifulSoup bugs, including issue 70
Show description for 226b37c
philiptaylor
committed
226b37c
View commit details
Copy full SHA for 226b37c
View code at this point
Browse repository at this point
Commits on Apr 7, 2008
Support publicIds and systemIds in doctypes
Show description for 5999365
jgraham
committed
5999365
View commit details
Copy full SHA for 5999365
View code at this point
Browse repository at this point
Commits on Mar 18, 2008
Serialize system/public id in tests
Show description for d0d5186
jgraham
committed
d0d5186
View commit details
Copy full SHA for d0d5186
View code at this point
Browse repository at this point
Fix lxml to work in the fragment case
Show description for 1a8ee1a
jgraham
committed
1a8ee1a
View commit details
Copy full SHA for 1a8ee1a
View code at this point
Browse repository at this point
Commits on Mar 7, 2008
Add support for comments as siblings of the root node to lxml
Show description for c8140dd
jgraham
committed
c8140dd
View commit details
Copy full SHA for c8140dd
View code at this point
Browse repository at this point
Commits on Mar 5, 2008
Python parser: support <listing> followed by newline; <style> & <script> in table; tainted tables; <title> everywhere; throw less voodoo parse errors; support <input type=hidden> in table; support …
Show description for 3385106
annevk
committed
3385106
View commit details
Copy full SHA for 3385106
View code at this point
Browse repository at this point
Stop etree crashing on doctypes with public id but not system id. Tests later
Show description for 0e4a080
jgraham
committed
0e4a080
View commit details
Copy full SHA for 0e4a080
View code at this point
Browse repository at this point
Commits on Feb 13, 2008
Only apply hack for bug in minidom when using minidom.
Show description for 3c9fc21
gsnedders
committed
3c9fc21
View commit details
Copy full SHA for 3c9fc21
View code at this point
Browse repository at this point
Extend getTreeBuilder()'s second argument (implementation) to the "dom" treebuilder type. Should be fully backwards compatible. Currently only tested with minidom, though.
Show description for 8755eb6
gsnedders
committed
8755eb6
View commit details
Copy full SHA for 8755eb6
View code at this point
Browse repository at this point
Commits on Jan 28, 2008
lxml fixes
Show description for 4bf7e88
jgraham
committed
4bf7e88
View commit details
Copy full SHA for 4bf7e88
View code at this point
Browse repository at this point
Commits on Jan 20, 2008
Experimental new approach to lxml.etree that seems to fit better with the library philsophy but can't represent all possible html documents
Show description for e51c9f6
jgraham
committed
e51c9f6
View commit details
Copy full SHA for e51c9f6
View code at this point
Browse repository at this point
Commits on Aug 12, 2007
Fix the following error:
Show description for 9aee9d7
rubys
committed
9aee9d7
View commit details
Copy full SHA for 9aee9d7
View code at this point
Browse repository at this point
Commits on Jul 30, 2007
Fix handling of doctype with no name in tests. Only formfiller filter tests still fail.
Show description for 2cee8fd
jgraham
committed
2cee8fd
View commit details
Copy full SHA for 2cee8fd
View code at this point
Browse repository at this point
Commits on Jul 26, 2007
Fixed cloneNode in simpletree.Node.
Show description for 957300f
tbroyer
committed
957300f
View commit details
Copy full SHA for 957300f
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 9, 2007
Add publicId and systemId to Doctype's while building the tree (not all trees support these attributes)
Show description for 18fb114
tbroyer
committed
18fb114
View commit details
Copy full SHA for 18fb114
View code at this point
Browse repository at this point
Commits on Jul 7, 2007
Clean up test serialization of no-name doctype case
Show description for 36a90f5
jgraham
committed
36a90f5
View commit details
Copy full SHA for 36a90f5
View code at this point
Browse repository at this point
Commits on Jul 5, 2007
may need to update generate implied end tags when spec gets updated again
Show description for 8f12880
annevk
committed
8f12880
View commit details
Copy full SHA for 8f12880
View code at this point
Browse repository at this point
Very minor cleanup (removed unused argument from treebuilders.simpletree.Node.appendChild)
Show description for 5b60568
tbroyer
committed
5b60568
View commit details
Copy full SHA for 5b60568
View code at this point
Browse repository at this point
Commits on Jul 3, 2007
Cleanup
Show description for 431faa1
rubys
committed
431faa1
View commit details
Copy full SHA for 431faa1
View code at this point
Browse repository at this point
Commits on Jul 2, 2007
Fixes caching of etree modules (do not cache at the __init__ level, let the etre submodule do its own cachine based on the implementation)
Show description for 7b95e69
tbroyer
committed
7b95e69
View commit details
Copy full SHA for 7b95e69
View code at this point
Browse repository at this point
Remove some dead code now that the HTML Serializer has landed.
Show description for 7979535
rubys
committed
7979535
View commit details
Copy full SHA for 7979535
View code at this point
Browse repository at this point
Commits on Jun 26, 2007
Remove dead code
Show description for ea27d38
rubys
committed
ea27d38
View commit details
Copy full SHA for ea27d38
View code at this point
Browse repository at this point
Commits on Jun 24, 2007
Python module namespace cleanup
Show description for 7064a97
rubys
committed
7064a97
View commit details
Copy full SHA for 7064a97
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL