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
*
Backed out changeset 4263587e5c46
Stefan Behnel
2015-04-25
2
-40
/
+1
*
fix calling ExtElement.process_children() without output_parent argument
Stefan Behnel
2015-04-17
2
-1
/
+40
*
disable ElementPath cache test comparison with ElementTree as it fails in Pyt...
Stefan Behnel
2015-04-15
1
-4
/
+4
*
fix docstring
Stefan Behnel
2015-04-15
1
-5
/
+1
*
fix cache in elementpath
Stefan Behnel
2015-04-15
1
-3
/
+4
*
add initial test for elementpath implementation
Stefan Behnel
2015-04-15
1
-0
/
+51
*
apply safety fix in test to prevent accidental function binding as method
Stefan Behnel
2015-04-15
1
-4
/
+4
*
add missing checks for error result of memory allocation
Stefan Behnel
2015-03-01
2
-0
/
+4
*
fix TypeError when passing nsmap with both default and prefixed namespace int...
Stefan Behnel
2015-03-01
2
-2
/
+13
*
minor code cleanup
Stefan Behnel
2015-02-16
1
-1
/
+1
*
When doctype system url contains a ", use ' to quote it.
Olli Pottonen
2015-02-14
3
-7
/
+48
*
LP#1419354: fix meta-redirect URL parsing when preceded by whitespace
Stefan Behnel
2015-02-08
2
-7
/
+20
*
simplify constructor argument
Stefan Behnel
2015-02-07
1
-3
/
+2
*
fix crash when cleaning up XMLSchemas created from non-root elements: pointer...
Stefan Behnel
2015-02-07
2
-32
/
+49
*
fix LP#1369362: do not try to remove pseudo-attributes from processing instru...
Stefan Behnel
2014-12-14
1
-2
/
+2
*
clarify docs: lxml.html.fragment_fromstring(create_parent=True) allows multip...
Stefan Behnel
2014-12-06
1
-4
/
+6
*
clarify docs: ElementTree.iter() does not visit siblings of the root element
Stefan Behnel
2014-12-06
1
-1
/
+3
*
include CDATA sections when serialising tail text of top-level node
Stefan Behnel
2014-11-23
2
-3
/
+2
*
accept CDATA wrapped content for tail text
Stefan Behnel
2014-11-23
2
-19
/
+40
*
do not depend on formatting of "file:" URL in test (differs across libxml2 ve...
Stefan Behnel
2014-10-19
1
-1
/
+4
*
fix test
Stefan Behnel
2014-10-09
1
-2
/
+2
*
clean up some test code
Stefan Behnel
2014-10-09
2
-3
/
+5
*
init superclass in ElementTreeContentHandler
Stefan Behnel
2014-10-09
1
-0
/
+1
*
clean up duplicated test methods
Stefan Behnel
2014-10-09
2
-41
/
+29
*
do not reject namespaced tags in htmlfile, clean up htmlfile tests a little
Stefan Behnel
2014-09-25
2
-20
/
+36
*
minor docstring cleanup
Stefan Behnel
2014-09-16
1
-3
/
+2
*
dried htmlfile
Burak Arslan
2014-09-15
1
-31
/
+8
*
add testcases for etree.htmlfile
Burak Arslan
2014-09-15
1
-0
/
+24
*
modify write_declaration to fail for every document type except xml
Burak Arslan
2014-09-15
1
-2
/
+2
*
don't write namespaces in html mode
Burak Arslan
2014-09-15
1
-3
/
+10
*
write_declaration now throws an exception for html files.
Burak Arslan
2014-09-15
1
-0
/
+3
*
implement a etree.htmlfile that passes OUTPUT_METHOD_HTML to _IncrementalFile...
Burak Arslan
2014-09-15
1
-0
/
+37
*
add a method argument to _IncrementalFileWriter
Burak Arslan
2014-09-15
1
-3
/
+6
*
fix tests in Py3
Stefan Behnel
2014-09-05
1
-15
/
+13
*
allow disabling output buffering in xmlfile() and explicit flushing
Stefan Behnel
2014-09-05
2
-9
/
+93
*
lxml.html.document_fromstring ensure_head_body
jab
2014-09-04
2
-1
/
+22
*
merge lxml-3.3 branch into master
Stefan Behnel
2014-08-28
3
-29
/
+113
|
\
|
*
refactor some duplicated code
Stefan Behnel
2014-08-28
1
-18
/
+16
|
*
prevent tree cycle creation when adding siblings
Stefan Behnel
2014-08-28
2
-14
/
+56
|
*
fix crash when deallocating sibling Element proxies that do not have a parent
Stefan Behnel
2014-08-28
2
-3
/
+47
*
|
refactor tag processing code in iterlinks()
Stefan Behnel
2014-08-23
1
-22
/
+22
*
|
include links in meta refresh tags in iterlinks
jab
2014-08-22
2
-0
/
+21
*
|
merge lxml-3.3 branch into master
Stefan Behnel
2014-08-09
2
-3
/
+63
|
\
\
|
|
/
|
*
fix LP#1354652: crash when traversing internally loaded documents in XSLT ext...
Stefan Behnel
2014-08-09
2
-3
/
+63
*
|
make legacy import absolute (otherwise fails in Py3)
Stefan Behnel
2014-08-05
1
-1
/
+1
*
|
Add CDATA support in ElementBuilder.
Ionel Cristian Mărieș
2014-06-16
2
-1
/
+17
*
|
use per-document hash tables for XML IDs and allow disabling them completely ...
Stefan Behnel
2014-05-28
6
-31
/
+162
*
|
minor doc fixes
Stefan Behnel
2014-05-25
1
-3
/
+3
*
|
only apply decoding error change to XML parsing (not HTML for now)
Stefan Behnel
2014-05-24
1
-1
/
+1
*
|
raise a parser error even in recovery mode when encountering undecodable inpu...
Stefan Behnel
2014-05-24
2
-3
/
+26
[next]