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
...
*
clean up imports
Stefan Behnel
2017-08-13
1
-1
/
+3
*
LP#1567526: Make soupparser sort-of handle empty and plain text input instead...
Stefan Behnel
2017-08-13
2
-3
/
+17
*
Update docstrings to reflect the new behaviour of the "guess_charset" option ...
Stefan Behnel
2017-08-13
1
-9
/
+20
*
Adapt defaults for "guess_charset" option in the remaining parse functions.
Stefan Behnel
2017-08-13
1
-2
/
+2
*
Adapt defaults for "guess_charset" option when parsing from files and URLs to...
Stefan Behnel
2017-08-13
1
-2
/
+22
*
Back out GH issue #232 again as a retry should not be triggered internally by...
Stefan Behnel
2017-08-13
1
-36
/
+6
*
Fix tests after making "useChardet" handling smarter.
Stefan Behnel
2017-08-12
1
-5
/
+16
*
Only pass "useChardet" option into html5parser by default if the input is a b...
Stefan Behnel
2017-08-12
1
-6
/
+18
*
Make class Py2 compatible.
Stefan Behnel
2017-08-12
1
-1
/
+1
*
Merge pull request #232 from ondergetekende/1654544
scoder
2017-08-12
1
-5
/
+38
|
\
|
*
Make sure the html5lib tests are included in CI
Koert van der Veer
2017-03-20
1
-20
/
+22
|
*
Build a retry mechanism around html5lib's unpredictable useChardet support
Koert van der Veer
2017-03-16
1
-2
/
+33
*
|
soupparse: add test case for double-hyphen
ha shao
2017-07-29
1
-0
/
+11
*
|
soupparser: Use html.HtmlComment() to create commend
ha shao
2017-07-29
1
-3
/
+1
*
|
Soupparser: Fix "No parser was explicitly specified" warning
ha shao
2017-07-28
1
-1
/
+1
*
|
Soupparser: Fix bug with double hyphen (--) in comment element
ha shao
2017-07-28
1
-0
/
+2
*
|
Fix a typo: referrs -> refers
Felix Yan
2017-06-12
1
-1
/
+1
*
|
Remove unused imports.
Chris Gavin
2017-04-24
3
-4
/
+4
*
|
Python 3.6 invalid escape sequence deprecation fixes
Ville Skyttä
2017-03-19
1
-1
/
+1
*
|
merge lxml-3.7 branch into master
Stefan Behnel
2017-03-18
1
-4
/
+4
|
\
\
|
*
|
improve type check and comment
Stefan Behnel
2017-03-18
1
-4
/
+4
|
*
|
Perform full-document detection on decoded bytes.
Koert van der Veer
2017-03-16
2
-1
/
+14
*
|
|
Merge pull request #233 from ondergetekende/1673355
scoder
2017-03-18
2
-1
/
+14
|
\
\
\
|
*
|
|
Perform full-document detection on decoded bytes.
Koert van der Veer
2017-03-16
2
-1
/
+14
|
|
|
/
|
|
/
|
*
|
|
fix spelling mistakes originally found by scop in GH#230
Stefan Behnel
2017-03-18
1
-1
/
+1
*
|
|
Merge pull request #235 from jwilk/cruft
scoder
2017-03-18
1
-6
/
+0
|
\
\
\
|
*
|
|
remove conditional imports of the set module
Jakub Wilk
2017-03-17
1
-6
/
+0
|
|
/
/
*
|
|
allow hyphens in mailto: hosts
Jakub Wilk
2017-03-16
1
-1
/
+1
|
/
/
*
|
add tests for bug #1665241
Ashish Kulkarni
2017-02-16
1
-1
/
+25
*
|
fix html.SelectElement stripping whitespace from <option> values
Ashish Kulkarni
2017-02-16
1
-19
/
+6
*
|
Fix POST form submission for Python 3
Jakub Wilk
2017-02-08
1
-0
/
+2
|
/
*
Merge pull request #197 from creitiv/ignore-disabled-inputs
scoder
2016-08-20
2
-2
/
+4
|
\
|
*
ignore disabled form inputs
Kristian Klemon
2016-07-26
2
-2
/
+4
*
|
adapt docs to actual behaviour
Stefan Behnel
2016-08-13
1
-7
/
+6
*
|
allow el.set("attr") in HTML trees without having to specify an explicit None...
Stefan Behnel
2016-07-29
1
-1
/
+11
|
/
*
make the "inline_style" option in Cleaner default to (but independent of) the...
Stefan Behnel
2016-07-24
1
-5
/
+9
*
Merge pull request #180 from chripede/patch-2
scoder
2016-07-24
2
-3
/
+27
|
\
|
*
Fix tests for inline_style
Christian Pedersen
2015-11-20
1
-2
/
+21
|
*
Add inline_style option
Christian Pedersen
2015-11-19
1
-1
/
+6
*
|
Exclude `file` field `value` from `FormElement.form_values`.
Tomas Divis
2016-07-20
2
-1
/
+3
*
|
Fix unichr bug on Python3
Duncan Morris
2016-02-22
1
-0
/
+7
|
/
*
Add a cssselect method to all elements, not just HtmlElement
Simon Sapin
2012-04-20
1
-1
/
+2
*
Merge pull request #162 from hbrunn/master-allow-image-dataurls
scoder
2015-09-04
1
-1
/
+8
|
\
|
*
[IMP] allow dataurls if they point to images
Holger Brunn
2015-03-04
1
-1
/
+8
*
|
Merge pull request #153 from masklinn/simplify-SetMixin
scoder
2015-09-04
1
-79
/
+16
|
\
\
|
*
|
Simplify SetMixin by rebuilding it on top of MutableSet
masklinn
2014-12-17
1
-79
/
+16
*
|
|
avoid double recursion in BS tree conversion
Stefan Behnel
2015-06-05
1
-0
/
+11
*
|
|
use node type based dispatch mechanism for BS tree conversion instead of sequ...
Stefan Behnel
2015-06-05
1
-24
/
+63
*
|
|
clean up BS4 changes
Stefan Behnel
2015-06-05
1
-17
/
+19
*
|
|
simplify import check in test and keep original import exception on failures
Stefan Behnel
2015-06-05
1
-13
/
+6
[prev]
[next]