index
:
delta/python-lxml.git
LP1595781_adopt_external_doc
baserock/morph
lxml-2.3
lxml-2.3.2
lxml-3.0
lxml-3.1
lxml-3.2
lxml-3.3
lxml-3.4
lxml-3.6
lxml-3.7
lxml-4.2
lxml-4.3
lxml-4.4
lxml-4.6
macos_unicode_tests
master
patch-1
pypy
pypy4
walter
xml_int_float_parsing
github.com: lxml/lxml.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lxml
/
html
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix Py3 glitch in lxml.html
Stefan Behnel
2013-03-26
1
-1
/
+1
*
allow the set of attributes considered safe by Cleaner to be overridden
Francis Devereux
2012-12-05
2
-2
/
+34
*
disable BS integration doctests in Py3
Stefan Behnel
2012-11-30
1
-3
/
+3
*
replace usages of cgi.escape() by html.escape() in Py3 to fix deprecation war...
Stefan Behnel
2012-11-29
1
-5
/
+8
*
replace test usages of assert_() by assertTrue() to fix Py3 deprecation warning
Stefan Behnel
2012-11-29
1
-1
/
+1
*
replace usages of assertEquals() by assertEqual() to fix Py3 deprecation warning
Stefan Behnel
2012-11-29
1
-1
/
+1
*
fix bytes input into lxml.html.fromstring() in Py3
Stefan Behnel
2012-11-26
2
-1
/
+24
*
remove broken link
Stefan Behnel
2012-09-28
1
-2
/
+1
*
fix doctest
Stefan Behnel
2012-09-28
1
-5
/
+5
*
adapt htmldiff doctest to work with libxml2 2.9.0
Stefan Behnel
2012-09-28
1
-2
/
+2
*
PyPy test fix
Stefan Behnel
2012-09-25
1
-2
/
+2
*
Added ``.value_options`` property to CheckboxGroup
alexey-grom
2012-06-26
1
-0
/
+2
*
Added ``.value_options`` property to CheckboxGroup
alexey-grom
2012-06-23
1
-0
/
+7
*
close some more files in test (avoids warnings in Py3 debug builds)
Stefan Behnel
2012-04-21
1
-2
/
+8
*
close files in test (avoids warnings in Py3 debug builds)
Stefan Behnel
2012-04-21
1
-13
/
+26
*
Fixes so that unit tests run under python 3.1
Jeff Dairiki
2012-04-01
1
-8
/
+18
*
Unit tests for lxml.html.html5parser
Jeff Dairiki
2012-03-31
1
-0
/
+358
*
Revert "Add a cssselect method to all elements, not just HtmlElement"
Simon Sapin
2012-04-20
1
-2
/
+1
*
Docstring fix.
Simon Sapin
2012-04-20
1
-2
/
+2
*
Add a cssselect method to all elements, not just HtmlElement
Simon Sapin
2012-04-20
1
-1
/
+2
*
Change to a single 'translator' param that accepts some string values.
Simon Sapin
2012-04-20
1
-2
/
+2
*
Update for cssselect 0.3
Simon Sapin
2012-04-17
1
-1
/
+1
*
Make the cssselect dependency optional.
Simon Sapin
2012-04-16
1
-11
/
+12
*
fix undefined names in html5parser.py
Stefan Behnel
2012-03-24
1
-2
/
+2
*
Py3.3 test fix
Stefan Behnel
2012-03-03
1
-9
/
+9
*
Py3 test fixes
Stefan Behnel
2012-03-02
1
-4
/
+4
*
fix DictMixin import and usage in Python 3
Stefan Behnel
2012-02-20
1
-0
/
+9
*
remove Py2.3 legacy code
Stefan Behnel
2012-02-20
2
-107
/
+0
*
simplify portability imports to make them more portable themselves
Stefan Behnel
2012-02-20
4
-26
/
+18
*
add missing serialisation options to lxml.html.tostring()
Stefan Behnel
2011-12-13
1
-6
/
+32
*
add licensing information to lxml.html and lxml.cssselect
Stefan Behnel
2011-12-01
1
-0
/
+30
*
Merge pull request #18 from hankthetank/patch-1
scoder
2011-11-21
1
-4
/
+4
|
\
|
*
Added support for passing kwargs into html5lib parser. I.e lxml.html.html5par...
hankthetank
2011-11-04
1
-4
/
+4
*
|
fix bug #889200: no longer raise an exception in lxml.html.diff on img tags w...
Stefan Behnel
2011-11-11
2
-3
/
+9
|
/
*
docs
Stefan Behnel
2011-09-25
1
-2
/
+4
*
docstring
Wojtek
2011-09-15
1
-0
/
+3
*
kill_tags support
Wojtek
2011-09-12
1
-5
/
+5
*
fix naming collision in lxml.html
Stefan Behnel
2011-09-02
1
-3
/
+3
*
let cleaner drop 'data:' links just like it does for 'javascript:' links
Stefan Behnel
2011-08-12
2
-1
/
+9
*
replace html5lib integration with an import of the official lxml support in h...
Stefan Behnel
2011-08-11
2
-2
/
+8
*
added test case from ticket #773715
Stefan Behnel
2011-05-19
1
-0
/
+33
*
fix #773715: assertion error in cleaner when dropping top-level element
Stefan Behnel
2011-05-19
1
-2
/
+8
*
safer XHTML->HTML conversion in clean.py
Stefan Behnel
2011-05-19
1
-5
/
+2
*
patch by Craig Dennis for bug 576775/718430: fix selection behaviour of multi...
Stefan Behnel
2011-02-18
2
-7
/
+30
*
Py3 fix in soupparser.py
Stefan Behnel
2011-02-17
1
-1
/
+4
*
[svn r4492] make some non-public source files Py3 compliant (patch by Arfreve...
scoder
2010-11-23
2
-4
/
+4
*
[svn r4477] fix 'marque' HTML tag name into 'marquee'
scoder
2010-10-17
2
-3
/
+3
*
[svn r4444] r5647@lenny: sbehnel | 2010-07-26 21:42:46 +0200
scoder
2010-07-26
1
-8
/
+13
*
[svn r4413] r5591@lenny: sbehnel | 2010-05-21 18:39:43 +0200
scoder
2010-05-26
2
-2
/
+2
*
[svn r4401] r5568@lenny: sbehnel | 2010-04-13 20:33:51 +0200
scoder
2010-04-27
1
-1
/
+1
[next]