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
/
serializer.pxi
Commit message (
Expand
)
Author
Age
Files
Lines
*
include CDATA sections when serialising tail text of top-level node
Stefan Behnel
2014-11-23
1
-1
/
+2
*
do not reject namespaced tags in htmlfile, clean up htmlfile tests a little
Stefan Behnel
2014-09-25
1
-11
/
+5
*
minor docstring cleanup
Stefan Behnel
2014-09-16
1
-3
/
+2
*
dried htmlfile
Burak Arslan
2014-09-15
1
-31
/
+8
*
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
*
allow disabling output buffering in xmlfile() and explicit flushing
Stefan Behnel
2014-09-05
1
-4
/
+35
*
allow "xmlfile(f, close=True)" to automatically close the file object after use
Stefan Behnel
2014-04-05
1
-10
/
+26
*
simplify some code
Stefan Behnel
2014-04-05
1
-3
/
+2
*
Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332.
Sylvain Viollon
2013-05-29
1
-4
/
+8
*
fix several error/exception handling cases throughout the code base
Stefan Behnel
2014-01-17
1
-4
/
+7
*
merge lxml-3.2 branch into master
Stefan Behnel
2014-01-01
1
-0
/
+2
|
\
|
*
clean up xmlfile tree status immediately on errors
Stefan Behnel
2014-01-01
1
-0
/
+1
|
*
fix potential crash when xmlfile is closed due to an error while elements are...
Stefan Behnel
2014-01-01
1
-0
/
+1
*
|
merge 3.2 branch into master
Stefan Behnel
2013-12-23
1
-4
/
+5
|
\
\
|
|
/
|
*
fix attribute error on error handling in xmlfile()
Stefan Behnel
2013-12-23
1
-4
/
+5
*
|
add freelist to some often instantiated classes
Stefan Behnel
2013-12-01
1
-0
/
+1
|
/
*
fix incorrect typing
Stefan Behnel
2013-08-29
1
-1
/
+1
*
use known type to avoid some overhead
Stefan Behnel
2013-08-08
1
-2
/
+2
*
use known type to avoid some overhead
Stefan Behnel
2013-08-08
1
-1
/
+1
*
fix and test compressed plain text serialisation to file-like objects
Stefan Behnel
2013-07-29
1
-13
/
+18
*
Typo in docstring
Nicolas Delaby
2013-04-11
1
-1
/
+1
*
clean up some code in the serialiser
Stefan Behnel
2013-04-01
1
-25
/
+28
*
minor code cleanup
Stefan Behnel
2013-04-01
1
-4
/
+4
*
xmlBufLength() is not exported by libxml2, use xmlBufUse() instead
Stefan Behnel
2013-03-29
1
-2
/
+2
*
docstring fix
Stefan Behnel
2013-03-29
1
-1
/
+1
*
fix illegal memory access during cleanup in _IncrementalFileWriter
Stefan Behnel
2013-03-23
1
-7
/
+10
*
guard xmlfile() context manager against double __exit__() calls
Stefan Behnel
2013-03-23
1
-1
/
+2
*
fix dump() debug helper function in Python 3
Stefan Behnel
2012-11-30
1
-18
/
+0
*
change internal helper method into cdef method
Stefan Behnel
2012-11-28
1
-1
/
+1
*
Incremental serializer: fix default namespace declarations.
Simon Sapin
2012-11-23
1
-1
/
+4
*
rewrite namespace handling in incremental serialiser to make sure we correctl...
Stefan Behnel
2012-11-22
1
-28
/
+46
*
fix typo
Stefan Behnel
2012-11-22
1
-1
/
+1
*
merge namespace handling fixes by Simon Sapin into incremental serialiser
Stefan Behnel
2012-11-22
1
-15
/
+31
|
\
|
*
Incremental serializer: bug fix: add prefixes to the current element,
Simon Sapin
2012-11-22
1
-3
/
+3
|
*
Incremental serializer: Write NSÂ declarations before other attributes.
Simon Sapin
2012-11-22
1
-3
/
+5
|
*
Let’s be safe and copy mutable data.
Simon Sapin
2012-11-22
1
-1
/
+3
|
*
Incremental serializer: fix prefixes
Simon Sapin
2012-11-22
1
-3
/
+13
|
*
Incremental serializer: be stricter on prefixes in nsmap
Simon Sapin
2012-11-22
1
-9
/
+11
*
|
Incremental serializer: fix attributes
Simon Sapin
2012-11-22
1
-4
/
+4
|
/
*
fix comment
Stefan Behnel
2012-11-20
1
-2
/
+5
*
additional tests
Stefan Behnel
2012-11-20
1
-1
/
+2
*
fix declared signature of xmlOutputBufferWriteEscape() function
Stefan Behnel
2012-11-20
1
-2
/
+2
*
add new API for incremental XML file generation
Stefan Behnel
2012-11-20
1
-27
/
+296
*
improve error handling in serialisation code, minor cleanups
Stefan Behnel
2012-08-31
1
-33
/
+38
*
adapt to upcoming buffer changes in libxml2 2.9
Stefan Behnel
2012-08-23
1
-20
/
+27
*
fix error handling in new C14N inclusive prefix parameter processing
Stefan Behnel
2012-08-12
1
-27
/
+24
[next]