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
Commit message (
Expand
)
Author
Age
Files
Lines
*
replace outdated references to encoding=unicode in the docs by encoding="unic...
Stefan Behnel
2014-02-26
2
-10
/
+11
*
undo doc freeing change: crashes when doc has already been used elsewhere
Stefan Behnel
2014-02-25
1
-2
/
+0
*
restore properties and methods on iterparse objects that were lost in 3.3.0
Stefan Behnel
2014-02-25
1
-0
/
+28
*
safety fix: free parsed document if it's left in the parser context for some ...
Stefan Behnel
2014-02-25
1
-0
/
+2
*
clear RelaxNG/Schematron.error_log before running a validation
Stefan Behnel
2014-02-23
4
-31
/
+52
*
partial fix for LP#1222132: clear XMLSchema.error_log before running a valida...
Stefan Behnel
2014-02-23
2
-11
/
+45
*
minor test code cleanup
Stefan Behnel
2014-02-23
1
-2
/
+2
*
fix C compiler warning
Stefan Behnel
2014-02-23
1
-1
/
+1
*
extend doctestcompare test (and fix the test setup)
Stefan Behnel
2014-02-23
1
-3
/
+48
*
fix LP#1238500: lxml.doctestcompare mixed up "expected" and "actual" in attri...
Stefan Behnel
2014-02-23
2
-1
/
+51
*
clean up test module (mostly formatting)
Stefan Behnel
2014-02-21
1
-2
/
+16
*
fix html-with-tail serialisation test for older libxml2 versions (HTML parser...
Stefan Behnel
2014-02-21
1
-1
/
+3
*
extend test
Stefan Behnel
2014-02-21
1
-0
/
+1
*
remove debug print
Stefan Behnel
2014-02-21
1
-1
/
+0
*
fix off-by-one in XSLT error message parsing
Stefan Behnel
2014-02-21
1
-1
/
+1
*
fix LP#910014: work around libxml2 bug #724903 that swallows a DTD validation...
Stefan Behnel
2014-02-21
3
-1
/
+29
*
fix typo in comment
Stefan Behnel
2014-02-21
1
-1
/
+1
*
be more forgiving when parsing XSLT error message format
Stefan Behnel
2014-02-21
1
-17
/
+18
*
minor code simplification
Stefan Behnel
2014-02-21
1
-3
/
+1
*
use a safer way to parse libxslt error format strings
Stefan Behnel
2014-02-21
1
-23
/
+41
*
clean up some code
Stefan Behnel
2014-02-20
1
-7
/
+10
*
add test
Stefan Behnel
2014-02-20
1
-1
/
+11
*
remove redundant assignment
Stefan Behnel
2014-02-20
1
-1
/
+0
*
be more specific about element iteration in lxml.html
Stefan Behnel
2014-02-20
1
-2
/
+2
*
minor code simplification
Stefan Behnel
2014-02-20
1
-4
/
+3
*
more faking of NamedTemporaryFile(delete=False) in Py2.[45]
Stefan Behnel
2014-02-19
1
-1
/
+12
*
better faking of NamedTemporaryFile(delete=False) in Py2.[45]
Stefan Behnel
2014-02-19
1
-1
/
+1
*
better faking of NamedTemporaryFile(delete=False) in Py2.[45]
Stefan Behnel
2014-02-19
1
-2
/
+4
*
fake NamedTemporaryFile(delete=False) in Py2.[45]
Stefan Behnel
2014-02-19
1
-3
/
+12
*
clean up HTML tail serialisation test
Stefan Behnel
2014-02-19
1
-19
/
+9
*
Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332.
Sylvain Viollon
2013-05-29
2
-4
/
+38
*
safety fixes in tests
Stefan Behnel
2014-02-19
1
-13
/
+16
*
clean up test changes
Stefan Behnel
2014-02-19
2
-14
/
+19
*
clean up test changes
Stefan Behnel
2014-02-19
1
-8
/
+12
*
python 3 fixes
Gabi Davar
2014-02-16
2
-7
/
+12
*
fix tests for win32 - local paths are NOT URLs
Gabi Davar
2014-02-16
5
-24
/
+58
*
use dedicated immutable mapping type for empty immutable mappings instead of ...
Stefan Behnel
2014-02-17
3
-8
/
+68
*
fix corner case where name of HTML root node was not put into parser dict
Stefan Behnel
2014-01-31
2
-4
/
+21
*
fix up tag dict usage also for the feed parser
Stefan Behnel
2014-01-31
2
-6
/
+68
*
some PyPy code cleanups
Stefan Behnel
2014-01-30
2
-9
/
+6
*
implement iterparse() parsing of BOM prefixed files
Stefan Behnel
2014-01-29
2
-0
/
+59
*
add test for parsing UTF-8 with BOM
Stefan Behnel
2014-01-28
1
-1
/
+17
*
MSVC compile fix
Stefan Behnel
2014-01-27
1
-0
/
+6
*
extend test and try fixing it on MSWindows
Stefan Behnel
2014-01-24
1
-5
/
+18
*
extend test
Stefan Behnel
2014-01-23
1
-2
/
+4
*
extend DTD file loading tests
Stefan Behnel
2014-01-23
2
-5
/
+24
*
improve heuristic that distinguishes file paths from URLs since URLs have a m...
Stefan Behnel
2014-01-23
1
-12
/
+13
*
win32 test fix
Stefan Behnel
2014-01-23
1
-1
/
+2
*
prevent 'abc' from being considered a drive letter
Stefan Behnel
2014-01-23
1
-1
/
+3
*
fix URL detection heuristic in html5parser under win32
Stefan Behnel
2014-01-20
1
-1
/
+12
[next]