FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for parse.py - ordbogen/html5lib-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ordbogen
/
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
parse.py
on
master
User selector
Datepicker
Commit history
Commits on Apr 29, 2015
Fix #112: fix parse.py to work with default args and XML serialisation.
Show description for e3bedc5
gsnedders
committed
e3bedc5
View commit details
Copy full SHA for e3bedc5
View code at this point
Browse repository at this point
Commits on Apr 28, 2013
Fix #23; get parse.py at least mostly working under Python 3.
Show description for 4b7db9b
gsnedders
committed
4b7db9b
View commit details
Copy full SHA for 4b7db9b
View code at this point
Browse repository at this point
Commits on Apr 13, 2013
Remove trailing whitespace (fixes #18).
gsnedders
committed
b7cce84
View commit details
Copy full SHA for b7cce84
View code at this point
Browse repository at this point
Commits on Jan 6, 2013
Just print a unicode string directly
gsnedders
committed
e1a400c
View commit details
Copy full SHA for e1a400c
View code at this point
Browse repository at this point
Commits on May 22, 2012
Welcome to Python 3.
Show description for a897f19
gsnedders
committed
a897f19
View commit details
Copy full SHA for a897f19
View code at this point
Browse repository at this point
Commits on Nov 13, 2011
Do what the XXX says and use cProfile instead of hotshot. Gets us profiling under PyPy, too.
gsnedders
committed
dd038b3
View commit details
Copy full SHA for dd038b3
View code at this point
Browse repository at this point
Commits on Jul 19, 2010
Cleanup
James Graham
committed
4d53508
View commit details
Copy full SHA for 4d53508
View code at this point
Browse repository at this point
Commits on Jul 14, 2010
Add support for logging to parse.py
James Graham
committed
e11ed5a
View commit details
Copy full SHA for e11ed5a
View code at this point
Browse repository at this point
Commits on Jun 9, 2010
Add phase transition logging support
James Graham
committed
5078e07
View commit details
Copy full SHA for 5078e07
View code at this point
Browse repository at this point
Make parse.py work
James Graham
committed
ea9dd99
View commit details
Copy full SHA for ea9dd99
View code at this point
Browse repository at this point
Commits on Jul 12, 2009
More removing the liberal xml parser
jgraham
committed
b2692fe
View commit details
Copy full SHA for b2692fe
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 f3c54fd
jgraham
committed
f3c54fd
View commit details
Copy full SHA for f3c54fd
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 Jan 13, 2009
Made "-x" do what it claims to do.
Show description for dfe2f12
philiptaylor
committed
dfe2f12
View commit details
Copy full SHA for dfe2f12
View code at this point
Browse repository at this point
Commits on Jan 10, 2009
Allow changing character encoding
Show description for e4021af
jgraham
committed
e4021af
View commit details
Copy full SHA for e4021af
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 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 Jun 26, 2007
Sync options
Show description for a69f4f5
rubys
committed
a69f4f5
View commit details
Copy full SHA for a69f4f5
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
Commits on Jun 22, 2007
Escape RCdata option for xhtml compatibility
Show description for cfe209b
rubys
committed
cfe209b
View commit details
Copy full SHA for cfe209b
View code at this point
Browse repository at this point
Allow parse.py to find filters
Show description for 064aa9c
rubys
committed
064aa9c
View commit details
Copy full SHA for 064aa9c
View code at this point
Browse repository at this point
Commits on Jun 21, 2007
escape_lt_in_attrs serialization option
Show description for ddd8755
rubys
committed
ddd8755
View commit details
Copy full SHA for ddd8755
View code at this point
Browse repository at this point
Commits on Jun 20, 2007
New line after html output
Show description for d9f6172
rubys
committed
d9f6172
View commit details
Copy full SHA for d9f6172
View code at this point
Browse repository at this point
Remove debug statement
Show description for 954f2a9
rubys
committed
954f2a9
View commit details
Copy full SHA for 954f2a9
View code at this point
Browse repository at this point
Support http Content-Type charset parameter
Show description for a344753
rubys
committed
a344753
View commit details
Copy full SHA for a344753
View code at this point
Browse repository at this point
Commits on Jun 19, 2007
More serialization options
Show description for 45a7f4d
rubys
committed
45a7f4d
View commit details
Copy full SHA for 45a7f4d
View code at this point
Browse repository at this point
Python streaming, and Ruby progress towards that goal
Show description for e706c6e
rubys
committed
e706c6e
View commit details
Copy full SHA for e706c6e
View code at this point
Browse repository at this point
Commits on Jun 13, 2007
Make inject meta charset a filter in Ruby codebase; expose filter options
Show description for 3c97a4b
rubys
committed
3c97a4b
View commit details
Copy full SHA for 3c97a4b
View code at this point
Browse repository at this point
Commits on Jun 12, 2007
Minor corrections: it looks like parse errors are ready for prime time in the
Show description for 6b84e2a
rubys
committed
6b84e2a
View commit details
Copy full SHA for 6b84e2a
View code at this point
Browse repository at this point
Add --fragment option, and progress towards making the ruby port pass the
Show description for 116ec42
rubys
committed
116ec42
View commit details
Copy full SHA for 116ec42
View code at this point
Browse repository at this point
More cleanup
Show description for 52cda1a
rubys
committed
52cda1a
View commit details
Copy full SHA for 52cda1a
View code at this point
Browse repository at this point
Commits on Jun 11, 2007
Move python code into a python directory
Show description for c15200a
rubys
committed
c15200a
View commit details
Copy full SHA for c15200a
View code at this point
Browse repository at this point
Commits on Jun 4, 2007
Port parse.py to ruby
Show description for e5f06ff
rubys
committed
e5f06ff
View commit details
Copy full SHA for e5f06ff
View code at this point
Browse repository at this point
Fixed output encoding for HTML output (demonstrates usage of the encoding argument to HTMLSerializer.serialize)
Show description for 013bbae
tbroyer
committed
013bbae
View commit details
Copy full SHA for 013bbae
View code at this point
Browse repository at this point
Commits on Jun 3, 2007
Optionally produce html as output
Show description for d2a2a36
rubys
committed
d2a2a36
View commit details
Copy full SHA for d2a2a36
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL