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
*
Actually use "language_level=2" everywhere for better Py2 compatibility.
Stefan Behnel
2018-12-02
1
-1
/
+1
*
Set explicit Cython language levels for compiled modules (Cython suggests to ...
Stefan Behnel
2018-12-02
2
-0
/
+4
*
LP#1799755: Fix ABC imports from collections package to resolve a Deprecation...
Stefan Behnel
2018-10-24
2
-2
/
+5
*
Merge lxml-4.2 branch into master.
Stefan Behnel
2018-09-29
2
-0
/
+4
|
\
|
*
Fix import warnings in Py3.6+ by switching to absolute imports.
Stefan Behnel
2018-09-29
2
-0
/
+4
*
|
Merge branch lxml-4.2 into master.
Stefan Behnel
2018-09-09
2
-5
/
+6
|
\
\
|
|
/
|
*
Fix typo in test file.
Stefan Behnel
2018-08-26
1
-1
/
+1
|
*
Fix: make the cleaner also remove javascript URLs that use escaping.
Stefan Behnel
2018-09-09
2
-5
/
+6
*
|
Merge pull request #270 from hugovk/rm-2.6
scoder
2018-08-26
14
-70
/
+34
|
\
\
|
*
|
Remove ununsed imports
Hugo
2018-08-26
11
-13
/
+8
|
*
|
Use tempfile.NamedTemporaryFile directly
Hugo
2018-08-26
1
-3
/
+1
|
*
|
Min version of LIBXML_VERSION is now 2.7
Hugo
2018-08-26
1
-2
/
+1
|
*
|
'assert False' more readable than 'assert 0'
Hugo
2018-08-26
1
-1
/
+1
|
*
|
Revert "Replace mutable default argument"
Hugo
2018-08-26
1
-18
/
+6
|
*
|
Remove redundant parentheses
Hugo
2018-08-25
1
-1
/
+1
|
*
|
Replace function call with set literal
Hugo
2018-08-25
2
-2
/
+2
|
*
|
Replace mutable default argument
Hugo
2018-08-25
1
-6
/
+18
|
*
|
Remove redundant code for Python <= 2.6
Hugo
2018-08-25
10
-53
/
+25
|
|
/
*
|
Fix typo in test file.
Stefan Behnel
2018-08-26
1
-1
/
+1
|
/
*
Clean up test code for better readability.
Stefan Behnel
2017-11-12
1
-6
/
+16
*
Add better fallbacks to SelectElement.value
Christopher Schramm
2017-10-05
3
-8
/
+51
*
LP#1710429: Fix uninitialised variable usage.
Stefan Behnel
2017-08-13
1
-0
/
+1
*
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
|
/
/
[next]