FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for tests - prashantjha/html5lib-python · GitHub
prashantjha
/
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
tests
on
python3-old
User selector
Datepicker
Commit history
Commits on Jul 6, 2009
Serializer test fixes
jgraham
committed
55caa34
View commit details
Copy full SHA for 55caa34
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 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 Dec 18, 2008
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 Jun 8, 2008
A bit more test infrastructure related to the previous ci
Show description for 09a26b9
jgraham
committed
09a26b9
View commit details
Copy full SHA for 09a26b9
View code at this point
Browse repository at this point
Commits on Jun 7, 2008
s/Recieved/Received/ in test output
Show description for b32026f
philiptaylor
committed
b32026f
View commit details
Copy full SHA for b32026f
View code at this point
Browse repository at this point
Commits on Jun 4, 2008
Skip tokenizer tests that depend on the self-closing flag for 0.11
Show description for ea2e0a3
jgraham
committed
ea2e0a3
View commit details
Copy full SHA for ea2e0a3
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 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 Apr 30, 2008
Remove faux json parser
Show description for abfca04
jgraham
committed
abfca04
View commit details
Copy full SHA for abfca04
View code at this point
Browse repository at this point
Commits on Apr 28, 2008
Fix the tokenizer test harness
Show description for c21a84c
jgraham
committed
c21a84c
View commit details
Copy full SHA for c21a84c
View code at this point
Browse repository at this point
Commits on Apr 7, 2008
Make treewalker tests deal gracefully with warnings and add public/sys id support to pulldom
Show description for bd4ad51
jgraham
committed
bd4ad51
View commit details
Copy full SHA for bd4ad51
View code at this point
Browse repository at this point
Commits on Mar 20, 2008
Paper over some test faliures in test_sanitizer; inconsistent whitespace between actual and expected
Show description for ca41c61
jgraham
committed
ca41c61
View commit details
Copy full SHA for ca41c61
View code at this point
Browse repository at this point
Fixed test_tokenizer to run more than zero tests
Show description for 10ce700
philiptaylor
committed
10ce700
View commit details
Copy full SHA for 10ce700
View code at this point
Browse repository at this point
Commits on Mar 18, 2008
Skip inapplicable tests
Show description for c86e113
jgraham
committed
c86e113
View commit details
Copy full SHA for c86e113
View code at this point
Browse repository at this point
Commits on Mar 5, 2008
Python parser: add a special test file that just tests parser regressions
Show description for 50f838a
annevk
committed
50f838a
View commit details
Copy full SHA for 50f838a
View code at this point
Browse repository at this point
Commits on Feb 13, 2008
Test pxdom treebuilder/walker. See html5lib-discuss for information on the failures/errors this causes.
Show description for f4aff64
gsnedders
committed
f4aff64
View commit details
Copy full SHA for f4aff64
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 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 Oct 12, 2007
Misc. little fixes for tests that ryan added
Show description for 84313a8
jgraham
committed
84313a8
View commit details
Copy full SHA for 84313a8
View code at this point
Browse repository at this point
Commits on Oct 3, 2007
Some cleanup for 0.10
Show description for 15eebd3
jgraham
committed
15eebd3
View commit details
Copy full SHA for 15eebd3
View code at this point
Browse repository at this point
Commits on Sep 30, 2007
Use easy_install for distribution
Show description for b35cf3d
jgraham
committed
b35cf3d
View commit details
Copy full SHA for b35cf3d
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
New implementation of the elementtree treewalker that doesn't fail with character data immediatley before the root node
Show description for 55d183d
jgraham
committed
55d183d
View commit details
Copy full SHA for 55d183d
View code at this point
Browse repository at this point
Commits on Sep 1, 2007
Fix several treewalker issues including the lack of end tag tokens in the elementtree treewalker
Show description for af96a74
jgraham
committed
af96a74
View commit details
Copy full SHA for af96a74
View code at this point
Browse repository at this point
Commits on Aug 29, 2007
attribute existence tests for conformance checker
Show description for 14ee2b6
Mark Pilgrim
committed
14ee2b6
View commit details
Copy full SHA for 14ee2b6
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
Add a test case to ensure that this continues to work
Show description for eea8b56
rubys
committed
eea8b56
View commit details
Copy full SHA for eea8b56
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 31, 2007
Catches NotImplementedError exceptions and print a warning on stderr.
Show description for 79df4b1
tbroyer
committed
79df4b1
View commit details
Copy full SHA for 79df4b1
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 27, 2007
Calculate new position at end of charsUntil
Show description for ede74c6
jgraham
committed
ede74c6
View commit details
Copy full SHA for ede74c6
View code at this point
Browse repository at this point
Commits on Jul 26, 2007
Add the new test suites to runtest.
Show description for b720453
rubys
committed
b720453
View commit details
Copy full SHA for b720453
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL