summaryrefslogtreecommitdiff
path: root/src/lxml/serializer.pxi
Commit message (Expand)AuthorAgeFilesLines
* include CDATA sections when serialising tail text of top-level nodeStefan Behnel2014-11-231-1/+2
* do not reject namespaced tags in htmlfile, clean up htmlfile tests a littleStefan Behnel2014-09-251-11/+5
* minor docstring cleanupStefan Behnel2014-09-161-3/+2
* dried htmlfileBurak Arslan2014-09-151-31/+8
* modify write_declaration to fail for every document type except xmlBurak Arslan2014-09-151-2/+2
* don't write namespaces in html modeBurak Arslan2014-09-151-3/+10
* write_declaration now throws an exception for html files.Burak Arslan2014-09-151-0/+3
* implement a etree.htmlfile that passes OUTPUT_METHOD_HTML to _IncrementalFile...Burak Arslan2014-09-151-0/+37
* add a method argument to _IncrementalFileWriterBurak Arslan2014-09-151-3/+6
* allow disabling output buffering in xmlfile() and explicit flushingStefan Behnel2014-09-051-4/+35
* allow "xmlfile(f, close=True)" to automatically close the file object after useStefan Behnel2014-04-051-10/+26
* simplify some codeStefan Behnel2014-04-051-3/+2
* Bug fix for https://bugs.launchpad.net/lxml/+bug/1185332.Sylvain Viollon2013-05-291-4/+8
* fix several error/exception handling cases throughout the code baseStefan Behnel2014-01-171-4/+7
* merge lxml-3.2 branch into masterStefan Behnel2014-01-011-0/+2
|\
| * clean up xmlfile tree status immediately on errorsStefan Behnel2014-01-011-0/+1
| * fix potential crash when xmlfile is closed due to an error while elements are...Stefan Behnel2014-01-011-0/+1
* | merge 3.2 branch into masterStefan Behnel2013-12-231-4/+5
|\ \ | |/
| * fix attribute error on error handling in xmlfile()Stefan Behnel2013-12-231-4/+5
* | add freelist to some often instantiated classesStefan Behnel2013-12-011-0/+1
|/
* fix incorrect typingStefan Behnel2013-08-291-1/+1
* use known type to avoid some overheadStefan Behnel2013-08-081-2/+2
* use known type to avoid some overheadStefan Behnel2013-08-081-1/+1
* fix and test compressed plain text serialisation to file-like objectsStefan Behnel2013-07-291-13/+18
* Typo in docstringNicolas Delaby2013-04-111-1/+1
* clean up some code in the serialiserStefan Behnel2013-04-011-25/+28
* minor code cleanupStefan Behnel2013-04-011-4/+4
* xmlBufLength() is not exported by libxml2, use xmlBufUse() insteadStefan Behnel2013-03-291-2/+2
* docstring fixStefan Behnel2013-03-291-1/+1
* fix illegal memory access during cleanup in _IncrementalFileWriterStefan Behnel2013-03-231-7/+10
* guard xmlfile() context manager against double __exit__() callsStefan Behnel2013-03-231-1/+2
* fix dump() debug helper function in Python 3Stefan Behnel2012-11-301-18/+0
* change internal helper method into cdef methodStefan Behnel2012-11-281-1/+1
* Incremental serializer: fix default namespace declarations.Simon Sapin2012-11-231-1/+4
* rewrite namespace handling in incremental serialiser to make sure we correctl...Stefan Behnel2012-11-221-28/+46
* fix typoStefan Behnel2012-11-221-1/+1
* merge namespace handling fixes by Simon Sapin into incremental serialiserStefan Behnel2012-11-221-15/+31
|\
| * Incremental serializer: bug fix: add prefixes to the current element,Simon Sapin2012-11-221-3/+3
| * Incremental serializer: Write NS declarations before other attributes.Simon Sapin2012-11-221-3/+5
| * Let’s be safe and copy mutable data.Simon Sapin2012-11-221-1/+3
| * Incremental serializer: fix prefixesSimon Sapin2012-11-221-3/+13
| * Incremental serializer: be stricter on prefixes in nsmapSimon Sapin2012-11-221-9/+11
* | Incremental serializer: fix attributesSimon Sapin2012-11-221-4/+4
|/
* fix commentStefan Behnel2012-11-201-2/+5
* additional testsStefan Behnel2012-11-201-1/+2
* fix declared signature of xmlOutputBufferWriteEscape() functionStefan Behnel2012-11-201-2/+2
* add new API for incremental XML file generationStefan Behnel2012-11-201-27/+296
* improve error handling in serialisation code, minor cleanupsStefan Behnel2012-08-311-33/+38
* adapt to upcoming buffer changes in libxml2 2.9Stefan Behnel2012-08-231-20/+27
* fix error handling in new C14N inclusive prefix parameter processingStefan Behnel2012-08-121-27/+24